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

  1. EXTRAFLAGS+= -DARCH_LIN
  2. EXTRAFLAGS+= -I../../dev/vstsdk2.4/pluginterfaces/vst2.x/
  3. EXTRALIBS=
  4. ifeq ($(BUILD_64),y)
  5. EXTRALIBS_DEP= dep/lib/linux_gcc/x64
  6. else
  7. EXTRALIBS_DEP= dep/lib/linux_gcc/x86
  8. endif
  9. EXTRALIBS+= $(EXTRALIBS_DEP)/libspeexdsp.a $(EXTRALIBS_DEP)/glew.a -lGL
  10. plugin_lib = $(PLUGIN_DIR)/$(1)/$(1).a