aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/vst/vst.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-12-06 21:54:51 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-12-06 21:54:51 +0000
commit3595d550f21f9fae4647c40f6150a691bf1fee8d (patch)
tree13610ec7c065e74ccf3e72336e6d499baa3e4a19 /externals/grill/vst/vst.vcproj
parent3118cea037b63661e5f7ebff0c1a810da7f6159b (diff)
experimenting a bit....
rename help file fixes for pthreads V2 svn path=/trunk/; revision=4157
Diffstat (limited to 'externals/grill/vst/vst.vcproj')
-rw-r--r--externals/grill/vst/vst.vcproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/externals/grill/vst/vst.vcproj b/externals/grill/vst/vst.vcproj
index 53803407..17426f48 100644
--- a/externals/grill/vst/vst.vcproj
+++ b/externals/grill/vst/vst.vcproj
@@ -86,10 +86,11 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="&quot;c:\data\pd\pd-cvs\src&quot;;..\flext\source;c:\data\prog\audio\vstsdk2.3\source\common"
+ AdditionalIncludeDirectories="c:\data\prog\packs\pthreads\include;&quot;c:\data\pd\pd-cvs\src&quot;;..\flext\source;c:\data\prog\audio\vstsdk2.3\source\common"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_WIN32_WINNT=0x0501;WINVER=0x0501;_USRDLL;FLEXT_SYS=2;FLEXT_THREADS;FLEXT_LOGGING"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
+ RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
BrowseInformation="1"
WarningLevel="3"
@@ -100,11 +101,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="pd.lib pthreadVC.lib"
+ AdditionalDependencies="pd.lib pthreadVC2.lib"
OutputFile="$(outdir)/vst~.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="&quot;c:\data\prog\pd\pd-cvs\bin&quot;"
+ AdditionalLibraryDirectories="c:\data\prog\packs\pthreads\lib;&quot;c:\data\pd\pd-cvs\bin&quot;"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\pd-msvc/d/vst~.pdb"
OptimizeReferences="2"