Update of /cvsroot/pure-data/externals/grill/vst/build In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25977/build
Added Files: config-mac.def config-win.def makefile-mac-gcc.inc makefile-win-msvc.inc package.txt Log Message: updated make system
--- NEW FILE: package.txt --- NAME=vst~
THREADED=1 HAVECONFIG=1 HAVEMAKE=1
SRCDIR=src
SRCS=main.cpp vsthost.cpp editor.cpp
HDRS=main.h vsthost.h editor.h editorwin.hpp editormac.hpp
--- NEW FILE: makefile-mac-gcc.inc --- INCPATH=-I$(VSTSDKPATH)/source/common
--- NEW FILE: makefile-win-msvc.inc --- INCPATH=/I$(VSTSDKPATH)\source\common LIBS=user32.lib
--- NEW FILE: config-win.def --- # where is the VST SDK? # (at least version 2.3) VSTSDKPATH=c:\data\prog\audio\vstsdk2.3
--- NEW FILE: config-mac.def ---
# where is the VST SDK? # (at least version 2.3) VSTSDKPATH=/Volumes/Daten/Prog/packs/vstsdk2.3