summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"