summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2/Makefile.mak
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2008-06-12 16:07:35 +0800
committerMatthew Newhook <matthew@zeroc.com>2008-06-12 16:07:35 +0800
commit8717f4f73f05fb65459cd6824377da490896486e (patch)
tree58e8089b57cdddc00c00c76907fb03932eec47c6 /cpp/src/IcePatch2/Makefile.mak
parentfix some demoscript problems discovered under w2008. (diff)
downloadice-8717f4f73f05fb65459cd6824377da490896486e.tar.bz2
ice-8717f4f73f05fb65459cd6824377da490896486e.tar.xz
ice-8717f4f73f05fb65459cd6824377da490896486e.zip
bug 3249 - nmake /f makefile.mak clean should remove both debug & non-debug libraries.
Diffstat (limited to 'cpp/src/IcePatch2/Makefile.mak')
-rw-r--r--cpp/src/IcePatch2/Makefile.mak13
1 files changed, 6 insertions, 7 deletions
diff --git a/cpp/src/IcePatch2/Makefile.mak b/cpp/src/IcePatch2/Makefile.mak
index 6bc42a78449..5885ec96e95 100644
--- a/cpp/src/IcePatch2/Makefile.mak
+++ b/cpp/src/IcePatch2/Makefile.mak
@@ -93,13 +93,12 @@ $(CALC): $(CALCOBJS) IcePatch2Calc.res
$(MT) -nologo -manifest $@.manifest security.manifest -outputresource:$@;#1 && del /q $@.manifest
clean::
- del /q FileInfo.cpp $(HDIR)\FileInfo.h
- del /q FileServer.cpp $(HDIR)\FileServer.h
- del /q $(DLLNAME:.dll=.*)
- del /q $(SERVER:.exe=.*)
- del /q $(CLIENT:.exe=.*)
- del /q $(CALC:.exe=.*)
- del /q IcePatch.res IcePatch2Server.res IcePatch2Client.res IcePatch2Calc.res
+ -del /q FileInfo.cpp $(HDIR)\FileInfo.h
+ -del /q FileServer.cpp $(HDIR)\FileServer.h
+ -del /q $(SERVER:.exe=.*)
+ -del /q $(CLIENT:.exe=.*)
+ -del /q $(CALC:.exe=.*)
+ -del /q IcePatch.res IcePatch2Server.res IcePatch2Client.res IcePatch2Calc.res
install:: all
copy $(LIBNAME) $(install_libdir)