diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-02-19 17:09:04 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-02-19 17:09:04 +0000 |
commit | 90d644e747098e5ef735e4c1acb86c031190359a (patch) | |
tree | 188190d469a6691657b3e0ebf51d52df7d6fc946 /cpp/src/slice2cppe | |
parent | Bug 1875 (diff) | |
download | ice-90d644e747098e5ef735e4c1acb86c031190359a.tar.bz2 ice-90d644e747098e5ef735e4c1acb86c031190359a.tar.xz ice-90d644e747098e5ef735e4c1acb86c031190359a.zip |
Bug 1871
Diffstat (limited to 'cpp/src/slice2cppe')
-rw-r--r-- | cpp/src/slice2cppe/Makefile.mak | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/slice2cppe/Makefile.mak b/cpp/src/slice2cppe/Makefile.mak index 4aaed4dd285..db85026ad59 100644 --- a/cpp/src/slice2cppe/Makefile.mak +++ b/cpp/src/slice2cppe/Makefile.mak @@ -28,8 +28,8 @@ PDBFLAGS = /pdb:$(NAME:.exe=.pdb) $(NAME): $(OBJS) $(LINK) $(LD_EXEFLAGS) $(PDBFLAGS) $(OBJS) $(PREOUT)$@ $(PRELIBS)slice$(LIBSUFFIX).lib $(BASELIBS) - @if exist $@.manifest \ - $(MT) -nologo -manifest $@.manifest -outputresource:$@;#1 & del /q $@.manifest + @if exist $@.manifest echo ^ ^ ^ Embedding manifest using $(MT) && \ + $(MT) -nologo -manifest $@.manifest -outputresource:$@;#1 && del /q $@.manifest clean:: del /q $(NAME:.exe=.*) |