aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/makefile-win-msvc.txt
blob: d9d3a2cc10afd7e722ad37fe2de3d44047a348ce (plain)
1
2
3
4
5
6
7
8
9
10
11
# usage:
# to build run "build-max-msvc.bat" or "build-pd-msvc.bat"
#

# includes
INCPATH=/I$(VSTSDKPATH)\source\common
# system libraries
LIBS=$(LIBS) user32.lib

# multithreaded build
THREADED=1