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
336B

  1. SLUG=Autodafe
  2. #include ../../../build_shared_plugin_pre.mk
  3. include ../../../build_plugin_pre.mk
  4. CPPFLAGS+= -Idep/ -Idep/stk/include/
  5. include make.objects
  6. define BIN_POST_FXN
  7. cp -f $(SLUG).dll ../../../../vst2_bin/plugins/$(SLUG)/plugin.dll
  8. endef
  9. #include ../../../build_shared_plugin_post.mk
  10. include ../../../build_plugin_post.mk