summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-21 14:33:25 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-21 14:33:25 +0000
commit4050bd17949c3f4a6339ab8afd8f2c3e2eebd8e2 (patch)
treedb9c374b8685b35459130ffff986cfd260609566
parentf929e7889e4c9fc0854ca04f449a1e85b2d84202 (diff)
downloadATCD-4050bd17949c3f4a6339ab8afd8f2c3e2eebd8e2.tar.gz
ChangeLogTag:Wed May 21 14:32:13 UTC 2003 Don Hinton <dhinton@dresystems.com>
-rw-r--r--ChangeLog6
-rw-r--r--tests/Test_Output.dsp5
2 files changed, 6 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 24a97ae9c66..e95a3bf3618 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed May 21 14:32:13 UTC 2003 Don Hinton <dhinton@dresystems.com>
+
+ * tests/Test_Output.dsp:
+ Removed post build step that cleaned up old versions of
+ Test_Output*.dll.
+
Wed May 21 09:25:16 2003 Chad Elliott <elliott_c@ociweb.com>
* bin/MakeProjectCreator/modules/Parser.pm:
diff --git a/tests/Test_Output.dsp b/tests/Test_Output.dsp
index 6a44bb5d4c4..115955d460d 100644
--- a/tests/Test_Output.dsp
+++ b/tests/Test_Output.dsp
@@ -90,11 +90,6 @@ LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
# ADD LINK32 aced.lib /nologo /dll /debug /machine:I386 /out:"..\bin\Test_Outputd.dll" /libpath:"..\ace"
# SUBTRACT LINK32 /pdb:none
-# Begin Special Build Tool
-SOURCE="$(InputPath)"
-PostBuild_Desc=delete old dlls from tests dir
-PostBuild_Cmds=del Test_Output*.dll
-# End Special Build Tool
!ELSEIF "$(CFG)" == "Test_Output DLL - Win32 Static Debug"