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.

14 lines
391B

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