aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/pool.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2004-10-31 04:59:26 +0000
committerThomas Grill <xovo@users.sourceforge.net>2004-10-31 04:59:26 +0000
commit6c12401a3d37515b2e173bc46e458dfb63680da9 (patch)
tree70c52959e8fe94d8720e729bde6aed8d797d6ac2 /externals/grill/pool/pool.vcproj
parente30cfded08210b18b8cde4179c3a828e28efd107 (diff)
better symbol handling
fixed pool::priv init bug added seti, clri updated help and project files more inlined functions svn path=/trunk/; revision=2193
Diffstat (limited to 'externals/grill/pool/pool.vcproj')
-rw-r--r--externals/grill/pool/pool.vcproj10
1 files changed, 5 insertions, 5 deletions
diff --git a/externals/grill/pool/pool.vcproj b/externals/grill/pool/pool.vcproj
index ebffd5f1..593a3177 100644
--- a/externals/grill/pool/pool.vcproj
+++ b/externals/grill/pool/pool.vcproj
@@ -156,7 +156,7 @@
Name="VCCLCompilerTool"
Optimization="2"
InlineFunctionExpansion="1"
- AdditionalIncludeDirectories="F:\prog\audio\MaxWinSDK\c74support\max-includes,F:\prog\audio\MaxWinSDK\c74support\msp-includes,f:\prog\max\flext\source"
+ 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;NDEBUG;_WINDOWS;_USRDLL;FLEXT_SYS_MAX"
StringPooling="TRUE"
RuntimeLibrary="0"
@@ -177,7 +177,7 @@
OutputFile="max-msvc/pool.mxe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="&quot;F:\prog\audio\maxwinsdk\c74support\max-includes&quot;;&quot;F:\prog\audio\MaxWinSDK\c74support\msp-includes&quot;;&quot;f:\prog\max\flext\max-msvc&quot;"
+ AdditionalLibraryDirectories="&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;;&quot;f:\prog\max\flext\max-msvc&quot;"
ProgramDatabaseFile=".\pd-msvc/r/pool.pdb"
ImportLibrary=".\max-msvc/r/pool.lib"
TargetMachine="1"/>
@@ -222,7 +222,7 @@
Name="VCCLCompilerTool"
Optimization="0"
InlineFunctionExpansion="0"
- AdditionalIncludeDirectories="F:\prog\audio\MaxWinSDK\c74support\max-includes,F:\prog\audio\MaxWinSDK\c74support\msp-includes,f:\prog\max\flext\source"
+ 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_MAX"
StringPooling="TRUE"
RuntimeLibrary="1"
@@ -240,11 +240,11 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- AdditionalDependencies="maxapi.lib maxext.lib maxaudio.lib"
+ AdditionalDependencies="maxapi.lib maxaudio.lib"
OutputFile="max-msvc/d/pool.mxe"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="&quot;F:\prog\audio\MaxWinSDK\c74support\max-includes\win-includes\debug&quot;;&quot;F:\prog\audio\MaxWinSDK\c74support\msp-includes\win-includes\debug&quot;,f:\prog\max\flext\max-msvc"
+ AdditionalLibraryDirectories="&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;;&quot;f:\prog\max\flext\max-msvc&quot;"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile=".\max-msvc/d/pool.pdb"
ImportLibrary=".\max-msvc/r/pool.lib"