aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/xsample/xsample.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-11-02 04:58:55 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-11-02 04:58:55 +0000
commitf16589d7e5c623d59e21b46f8560c7d796cc24f1 (patch)
tree0054766903cdcd1267d404f2cbd065e74c2d5d65 /externals/grill/xsample/xsample.vcproj
parent3ec26228a5b206a862cbd1591fd290591b27d4c5 (diff)
updated help and project files
svn path=/trunk/; revision=2195
Diffstat (limited to 'externals/grill/xsample/xsample.vcproj')
-rw-r--r--externals/grill/xsample/xsample.vcproj15
1 files changed, 8 insertions, 7 deletions
diff --git a/externals/grill/xsample/xsample.vcproj b/externals/grill/xsample/xsample.vcproj
index 3c8a630d..5f0a0ce8 100644
--- a/externals/grill/xsample/xsample.vcproj
+++ b/externals/grill/xsample/xsample.vcproj
@@ -99,7 +99,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="pd.lib flext_d-pdwin.lib"
- OutputFile=".\pd-msvc\d/xsample.dll"
+ OutputFile="$(outdir)/xsample.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="c:\programme\audio\pd\bin\,..\flext\pd-msvc\"
@@ -137,8 +137,8 @@
</Configuration>
<Configuration
Name="PD Shared Release|Win32"
- OutputDirectory=".\pd-msvc\s"
- IntermediateDirectory=".\pd-msvc\s"
+ OutputDirectory=".\pd-msvc\sr"
+ IntermediateDirectory=".\pd-msvc\sr"
ConfigurationType="2"
UseOfMFC="0"
ATLMinimizesCRunTimeLibraryUsage="FALSE"
@@ -162,7 +162,7 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="pd.lib"
- OutputFile="pd-msvc\s\xsample.dll"
+ OutputFile="$(outdir)\xsample.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="f:\prog\pd\pd-cvs\bin;..\flext\pd-msvc"
@@ -271,12 +271,12 @@
Name="VCCLCompilerTool"
Optimization="0"
InlineFunctionExpansion="0"
- OptimizeForProcessor="2"
+ OptimizeForProcessor="0"
AdditionalIncludeDirectories="&quot;C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\max-includes&quot;;&quot;C:\data\prog\audio\maxmspsdk_win\4.5 headers\c74support\msp-includes&quot;;..\flext\source"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"
StringPooling="TRUE"
RuntimeLibrary="1"
- EnableFunctionLevelLinking="TRUE"
+ StructMemberAlignment="2"
UsePrecompiledHeader="2"
WarningLevel="3"
SuppressStartupBanner="TRUE"
@@ -340,7 +340,8 @@
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=1"
StringPooling="TRUE"
RuntimeLibrary="0"
- EnableFunctionLevelLinking="TRUE"
+ StructMemberAlignment="2"
+ BufferSecurityCheck="FALSE"
UsePrecompiledHeader="2"
WarningLevel="3"
SuppressStartupBanner="TRUE"