diff options
author | Bernard Normier <bernard@zeroc.com> | 2014-10-07 18:07:58 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2014-10-07 18:07:58 -0400 |
commit | 3597da1f7c75e25a0b3036d368b2af7ccbc47baf (patch) | |
tree | 5ac09732d698ed363fa129e9dbd241e5e588f76b /cpp/src | |
parent | Removed generated EventLoggerMsg files (diff) | |
download | ice-3597da1f7c75e25a0b3036d368b2af7ccbc47baf.tar.bz2 ice-3597da1f7c75e25a0b3036d368b2af7ccbc47baf.tar.xz ice-3597da1f7c75e25a0b3036d368b2af7ccbc47baf.zip |
Also removed generated MSG00001.bin
Diffstat (limited to 'cpp/src')
-rwxr-xr-x | cpp/src/Ice/MSG00001.bin | bin | 32 -> 0 bytes | |||
-rw-r--r-- | cpp/src/Ice/Makefile.mak | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/MSG00001.bin b/cpp/src/Ice/MSG00001.bin Binary files differdeleted file mode 100755 index 306bb2b168e..00000000000 --- a/cpp/src/Ice/MSG00001.bin +++ /dev/null diff --git a/cpp/src/Ice/Makefile.mak b/cpp/src/Ice/Makefile.mak index f3c48c4dac4..3db9346782a 100644 --- a/cpp/src/Ice/Makefile.mak +++ b/cpp/src/Ice/Makefile.mak @@ -220,7 +220,7 @@ clean:: -del /q SliceChecksumDict.cpp $(HDIR)\SliceChecksumDict.h -del /q Version.cpp $(HDIR)\Version.h -del /q Ice.res - -del /q EventLoggerMsg.h EventLoggerMsg.rc + -del /q EventLoggerMsg.h EventLoggerMsg.rc MSG00001.bin install:: all copy $(LIBNAME) "$(install_libdir)" |