aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/xsample.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-10-22 23:55:21 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-10-22 23:55:21 +0000
commita8374dc0b19440ce5d1dcdda954421a4d942c451 (patch)
tree86c552d14178efa617a364e04154cb73ca39311d /externals/grill/xsample/xsample.vcproj
parenta3e24e5ec82cda3495ee375ad6a1f2100b15359c (diff)
fix compilation for CFM
small fixes release version small change proposed by Tim Blechmann svn path=/trunk/; revision=3753
Diffstat (limited to 'externals/grill/xsample/xsample.vcproj')
-rw-r--r--externals/grill/xsample/xsample.vcproj7
1 files changed, 4 insertions, 3 deletions
diff --git a/externals/grill/xsample/xsample.vcproj b/externals/grill/xsample/xsample.vcproj
index c3d5de2c..036de43c 100644
--- a/externals/grill/xsample/xsample.vcproj
+++ b/externals/grill/xsample/xsample.vcproj
@@ -89,10 +89,11 @@
Name="VCCLCompilerTool"
Optimization="0"
OptimizeForProcessor="2"
- AdditionalIncludeDirectories="c:\programme\audio\pd\src;..\flext\source"
+ AdditionalIncludeDirectories="c:\data\pd\pd-cvs\src;..\flext\source"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2"
BasicRuntimeChecks="3"
- RuntimeLibrary="1"
+ RuntimeLibrary="5"
+ RuntimeTypeInfo="TRUE"
UsePrecompiledHeader="2"
PrecompiledHeaderThrough="prefix.h"
BrowseInformation="1"
@@ -108,7 +109,7 @@
OutputFile="$(outdir)/xsample.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\programme\audio\pd\bin\"
+ AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin\"
GenerateDebugInformation="TRUE"
ImportLibrary=".\pd-msvc\d/xsample.lib"
TargetMachine="1"/>