diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-01 19:00:35 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-01 19:00:35 +0000 |
commit | e3ba377befdba2d678f4c89baf457241be447680 (patch) | |
tree | 12330aa08d0ea32316f30294791d34e92789a9fe /cpp/src/slice2cpp | |
parent | Fixed bug #1562 (diff) | |
download | ice-e3ba377befdba2d678f4c89baf457241be447680.tar.bz2 ice-e3ba377befdba2d678f4c89baf457241be447680.tar.xz ice-e3ba377befdba2d678f4c89baf457241be447680.zip |
Remove .exp files
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Makefile.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/slice2cpp/Makefile.mak b/cpp/src/slice2cpp/Makefile.mak index cdb0844c1fe..20907633a75 100644 --- a/cpp/src/slice2cpp/Makefile.mak +++ b/cpp/src/slice2cpp/Makefile.mak @@ -30,6 +30,7 @@ $(NAME): $(OBJS) $(LINK) $(LD_EXEFLAGS) $(PDBFLAGS) $(OBJS) $(PREOUT)$@ $(PRELIBS)slice$(LIBSUFFIX).lib $(BASELIBS) -if exist $(NAME).manifest \ mt -nologo -manifest $(NAME).manifest -outputresource:$(NAME);#1 & del /q $(NAME).manifest + -if exist $(NAME:.exe=.exp) del /q $(NAME:.exe=.exp) clean:: del /q $(NAME:.exe=.*) |