gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

README.txt (615B)


      1 pm_dylib
      2 
      3 The purpose of this directory is to provide a separate CMakeLists.txt 
      4 file for building a dynamic link library version of portmidi. This
      5 version (in Windows) is linked using the Multithreaded C Runtime DLL
      6 whereas the static library version in ../pm_common uses the (static)
      7 Multithreaded C Runtime. There's no good reason not to build both
      8 versions of portmidi in ../pm_common, but (the current) Cmake
      9 has the restriction that you must either share compiler flags across
     10 configurations (debug and release) or across targets (static and 
     11 dynamic). Here, we need individual settings for all combinations.