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

  1. # called from plugin directory (plugins/community/repos/<pluginname>/)
  2. #
  3. include ../../../../dep/yac/install_msvc.mk
  4. TARGET_BASENAME=$(SLUG)
  5. EXTRAFLAGS+= -DVERSION=0.6.1 -D_USE_MATH_DEFINES -DUSE_VST2 -DRACK_PLUGIN -DSLUG=$(SLUG) -I../../../../include/ -I../../../../dep/include -I../../../../dep/ -Idep/include
  6. EXTRALIBS+=
  7. PLAF_OBJ+=
  8. EXTRAFLAGS+= -DARCH_WIN
  9. EXTRALIBS+=
  10. # ../../Rack.lib -LIBPATH:../../dep/lib/msvc/ glew.lib glfw.lib opengl32.lib gdi32.lib user32.lib kernel32.lib Comdlg32.lib Shell32.lib