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

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