aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/pool.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2008-01-03 16:06:07 +0000
committerThomas Grill <xovo@users.sourceforge.net>2008-01-03 16:06:07 +0000
commit5e78a38d9cecc1eafced1fedcac889023c6cfa6b (patch)
tree1e6061f0ea4be5a8a622b14f7615ea794c9a2d8f /externals/grill/pool/pool.vcproj
parent019c0e56579fe7f94982434d8efcd7b00d8df0aa (diff)
clarify usage of absdir flag for file operations
fixed buffer overrun problems some assertions added success/error reporting for file operations got rid of type abbreviations changed obviously buggy pool name registering svn path=/trunk/; revision=9119
Diffstat (limited to 'externals/grill/pool/pool.vcproj')
-rw-r--r--externals/grill/pool/pool.vcproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/pool/pool.vcproj b/externals/grill/pool/pool.vcproj
index 7aece276..59ecc423 100644
--- a/externals/grill/pool/pool.vcproj
+++ b/externals/grill/pool/pool.vcproj
@@ -88,7 +88,7 @@
<Tool
Name="VCCLCompilerTool"
Optimization="0"
- AdditionalIncludeDirectories="&quot;c:\data\pd\pd-cvs\src&quot;;..\flext\source"
+ AdditionalIncludeDirectories="&quot;c:\programme\pd-0.40-2\src&quot;;..\flext\source"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;FLEXT_SYS=2"
StringPooling="TRUE"
BasicRuntimeChecks="3"
@@ -111,7 +111,7 @@
OutputFile="$(outdir)/pool.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
- AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin"
+ AdditionalLibraryDirectories="c:\programme\pd-0.40-2\bin"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(outdir)/pool.pdb"
ImportLibrary="$(outdir)/pool.lib"