diff options
author | Michi Henning <michi@zeroc.com> | 2004-06-17 02:05:24 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2004-06-17 02:05:24 +0000 |
commit | ea60ceae2706d9d4cf2fdedee3180d7d2995621c (patch) | |
tree | 4bebf619e8083c1421dd316d8d49684248256f85 /cpp | |
parent | call checkDirectory prior to patching; adding comments (diff) | |
download | ice-ea60ceae2706d9d4cf2fdedee3180d7d2995621c.tar.bz2 ice-ea60ceae2706d9d4cf2fdedee3180d7d2995621c.tar.xz ice-ea60ceae2706d9d4cf2fdedee3180d7d2995621c.zip |
Changed mixed-case names of some executables to lower-case names, for
consistency with non-Windows platforms.
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/CHANGES | 12 | ||||
-rw-r--r-- | cpp/src/Glacier/glacierstarter.dsp | 4 |
2 files changed, 12 insertions, 4 deletions
diff --git a/cpp/CHANGES b/cpp/CHANGES index 5be4a2d8b6e..c0d753c0f8e 100644 --- a/cpp/CHANGES +++ b/cpp/CHANGES @@ -1,5 +1,13 @@ -Changes since version 1.4.0 ---------------------------- +- Changed the names of Windows executables to lower case, for consistency + with non-Windows platforms. The following executables have been renamed: + + DumpDB.exe -> dumpdb.exe + GlacierRouter.exe -> glacierrouter.exe + GlacierStarter.exe -> glacierstarter.exe + IcePackNode.exe -> icepacknode.exe + IcePackRegistry.exe -> icepackregistry.exe + IcePatchCalc.exe -> icepatchcalc.exe + TransformDB.exe -> transformdb.exe - Changed the default behavior of the IcePatch client to dynamically calculate the unique signatures of local files in order to reduce diff --git a/cpp/src/Glacier/glacierstarter.dsp b/cpp/src/Glacier/glacierstarter.dsp index 4be8674198b..1c438a4f77d 100644 --- a/cpp/src/Glacier/glacierstarter.dsp +++ b/cpp/src/Glacier/glacierstarter.dsp @@ -103,11 +103,11 @@ PostBuild_Cmds=copy $(OutDir)\$(TargetName).exe ..\..\bin # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Source File
-SOURCE=.\StarterI.cpp
+SOURCE=.\GlacierStarter.cpp
# End Source File
# Begin Source File
-SOURCE=.\GlacierStarter.cpp
+SOURCE=.\StarterI.cpp
# End Source File
# End Group
# Begin Group "Header Files"
|