diff options
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"
|