aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/pool/pool.vcproj
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-09-30 19:23:16 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-09-30 19:23:16 +0000
commit50718bbb20fc634415d3ac6256fea29812efff6e (patch)
treef93ce9323b6d118d243137b5869a6c7b1ee45631 /externals/grill/pool/pool.vcproj
parent1468db380cbc96277818e54b785bd46612b543f4 (diff)
reintroduced missing help message
added success/error reporting for file operations fixed double-free on clearing values and dirs fixed bug in XML saving of nested folders changed obviously buggy pool name registering fixed clearing values and dirs, e.g. with messages clrall and clrrec use new ToSys* methods svn path=/trunk/; revision=6060
Diffstat (limited to 'externals/grill/pool/pool.vcproj')
-rw-r--r--externals/grill/pool/pool.vcproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/externals/grill/pool/pool.vcproj b/externals/grill/pool/pool.vcproj
index 47a056a6..7aece276 100644
--- a/externals/grill/pool/pool.vcproj
+++ b/externals/grill/pool/pool.vcproj
@@ -3,6 +3,7 @@
ProjectType="Visual C++"
Version="7.10"
Name="pool"
+ ProjectGUID="{F6422672-C7DA-4DF1-9AFD-218947985297}"
Keyword="Win32Proj">
<Platforms>
<Platform
@@ -113,7 +114,7 @@
AdditionalLibraryDirectories="c:\data\pd\pd-cvs\bin"
GenerateDebugInformation="TRUE"
ProgramDatabaseFile="$(outdir)/pool.pdb"
- ImportLibrary=".\pd-msvc/d/pool.lib"
+ ImportLibrary="$(outdir)/pool.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"