diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2008-03-15 07:23:51 -0230 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2008-03-15 07:23:51 -0230 |
commit | bab3981cb7d6568b2c26745fc702afb39656c3f3 (patch) | |
tree | 6815b95d18382b17b3a80951aafb7350c0cc77bb /cpp/src | |
parent | bug fix in casinoS.dsp (diff) | |
download | ice-bab3981cb7d6568b2c26745fc702afb39656c3f3.tar.bz2 ice-bab3981cb7d6568b2c26745fc702afb39656c3f3.tar.xz ice-bab3981cb7d6568b2c26745fc702afb39656c3f3.zip |
Bug 2804 - wrong version in build.properties
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/IceStorm/.gitignore | 16 | ||||
-rw-r--r-- | cpp/src/IceStorm/Makefile | 2 |
2 files changed, 10 insertions, 8 deletions
diff --git a/cpp/src/IceStorm/.gitignore b/cpp/src/IceStorm/.gitignore index 213293d82b6..4b4d093745b 100644 --- a/cpp/src/IceStorm/.gitignore +++ b/cpp/src/IceStorm/.gitignore @@ -6,25 +6,25 @@ Election.cpp IceStormInternal.cpp SubscriberRecord.cpp LinkRecord.cpp +V32Format.cpp +V31Format.cpp IceStorm.h Election.h IceStormInternal.h SubscriberRecord.h LinkRecord.h +V32Format.h +V31Format.h SubscriberMap.h SubscriberMap.cpp PersistentTopicMap.h PersistentTopicMap.cpp +V32FormatDB.h +V32FormatDB.cpp +V31FormatDB.h +V31FormatDB.cpp LLUMap.h LLUMap.cpp Grammar.cpp Grammar.h Scanner.cpp -V31Format.cpp -V31Format.h -V32Format.cpp -V32Format.h -V31FormatDB.cpp -V31FormatDB.h -V32FormatDB.cpp -V32FormatDB.h diff --git a/cpp/src/IceStorm/Makefile b/cpp/src/IceStorm/Makefile index 0252a753646..e692df8ae9a 100644 --- a/cpp/src/IceStorm/Makefile +++ b/cpp/src/IceStorm/Makefile @@ -149,6 +149,8 @@ V31FormatDB.h V31FormatDB.cpp: ../IceStorm/V31Format.ice $(SLICE2FREEZE) clean:: -rm -f SubscriberMap.h SubscriberMap.cpp -rm -f PersistentTopicMap.h PersistentTopicMap.cpp + -rm -f V32FormatDB.h V32FormatDB.cpp + -rm -f V31FormatDB.h V31FormatDB.cpp -rm -f LLUMap.h LLUMap.cpp -rm -f Grammar.cpp Grammar.h -rm -f Scanner.cpp |