You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
408B

  1. # called from plugin directory (plugins/community/repos/<pluginname>/)
  2. #
  3. include ../../../../dep/yac/install_msvc.mk
  4. TARGET_BASENAME=$(SLUG)
  5. EXTRAFLAGS+= -DVERSION=0.6.1 -D_USE_MATH_DEFINES -DUSE_VST2 -DRACK_PLUGIN -DRACK_PLUGIN_SHARED -DSLUG=$(SLUG) -I../../../../include/ -I../../../../dep/include -Idep/include
  6. EXTRAFLAGS+=
  7. EXTRALIBS+= ../../../Rack_shared.lib
  8. PLAF_OBJ+=
  9. EXTRAFLAGS+= -DARCH_WIN