aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/pool.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2005-12-14 01:53:02 +0000
committerThomas Grill <xovo@users.sourceforge.net>2005-12-14 01:53:02 +0000
commit59ad9e9cf0a72b31f8bfd371cb97536ed4d4fe61 (patch)
treed424023df43b0a5649bf93b025338f8b76bce244 /externals/grill/pool/pool.vcproj
parentde76301bb4d17339e4eb6eb31abf53ede4734e1e (diff)
fixed double-free on clearing values and dirs
reintroduced missing help message fixed clearing values and dirs, e.g. with messages clrall and clrrec more symbol escaping rename help file svn path=/trunk/; revision=4208
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 d1f6a34f..47a056a6 100644
--- a/externals/grill/pool/pool.vcproj
+++ b/externals/grill/pool/pool.vcproj
@@ -107,12 +107,12 @@
<Tool
Name="VCLinkerTool"
AdditionalDependencies="pd.lib"
- OutputFile=".\pd-msvc/d/pool.dll"
+ OutputFile="$(outdir)/pool.dll"
LinkIncremental="2"
SuppressStartupBanner="TRUE"
AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\pd-msvc/d/pool.pdb"
+ ProgramDatabaseFile="$(outdir)/pool.pdb"
ImportLibrary=".\pd-msvc/d/pool.lib"
TargetMachine="1"/>
<Tool