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.

13 lines
308B

  1. SLUG=CatroModulo
  2. include ../../../build_shared_plugin_pre_linux.mk
  3. include make.objects
  4. define BIN_POST_FXN
  5. cp -f $(SLUG).so ../../../../vst2_bin/plugins/$(SLUG)/plugin.so.fx
  6. cp -f $(SLUG).so ../../../../vst2_bin/plugins/$(SLUG)/plugin.so.instr
  7. endef
  8. include ../../../build_shared_plugin_post_linux.mk