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.

17 lines
439B

  1. EXTRAFLAGS+= -DARCH_WIN
  2. EXTRAFLAGS+= -DVST2_REPARENT_WINDOW_HACK
  3. EXTRAFLAGS+= -I../../dev/vstsdk2.4/pluginterfaces/vst2.x/
  4. EXTRALIBS=
  5. ifeq ($(BUILD_64),y)
  6. EXTRALIBS+= -LIBPATH:dep/lib/msvc/x64
  7. else
  8. EXTRALIBS+= -LIBPATH:dep/lib/msvc/x86
  9. endif
  10. EXTRALIBS+= libspeexdsp.lib glew.lib opengl32.lib gdi32.lib user32.lib kernel32.lib Comdlg32.lib Shell32.lib ws2_32.lib winmm.lib ole32.lib
  11. #glfw.lib
  12. plugin_lib = $(PLUGIN_DIR)/$(1)/$(1).lib