diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-10 05:01:30 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2005-03-10 05:01:30 +0000 |
commit | 467591c8ba03dbd60ceada93482460de3b888838 (patch) | |
tree | 32862dcb5dd7675a76323da1747a4cca68087294 /externals/grill/vst/build | |
parent | ec67ac9af1c9a02130347c4ed6f32fa03f55eba2 (diff) |
alt-click for plug editor
cleanups
updated build system
fix for build system
update for flext build system
added support for plug shells (like Waveshell)
svn path=/trunk/; revision=2616
Diffstat (limited to 'externals/grill/vst/build')
-rw-r--r-- | externals/grill/vst/build/nmake-win-msvc.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/grill/vst/build/nmake-win-msvc.inc b/externals/grill/vst/build/nmake-win-msvc.inc index c51834ed..7503c914 100644 --- a/externals/grill/vst/build/nmake-win-msvc.inc +++ b/externals/grill/vst/build/nmake-win-msvc.inc @@ -1,2 +1,2 @@ INCPATH=/I$(VSTSDKPATH)\source\common -LIBS=user32.lib +LIBS=user32.lib ole32.lib |