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.

15 lines
329B

  1. SLUG=JE
  2. include ../../../build_shared_plugin_pre_msvc.mk
  3. CPPFLAGS+= -Iext/LambertW/
  4. include make.objects
  5. define BIN_POST_FXN
  6. cp -f $(SLUG).dll ../../../../vst2_bin/plugins/$(SLUG)/plugin.dll.fx
  7. cp -f $(SLUG).dll ../../../../vst2_bin/plugins/$(SLUG)/plugin.dll.instr
  8. endef
  9. include ../../../build_shared_plugin_post_msvc.mk