summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch2
diff options
context:
space:
mode:
authorJoe George <joe@zeroc.com>2014-08-22 14:38:33 -0230
committerJoe George <joe@zeroc.com>2014-08-22 14:38:33 -0230
commitdaf8d59b70e788b9e34a7894ec6a933b6779e209 (patch)
tree334ad636f545a5ac563ecc284f541689731b37f0 /cpp/src/IcePatch2
parentJS build fixes (diff)
downloadice-daf8d59b70e788b9e34a7894ec6a933b6779e209.tar.bz2
ice-daf8d59b70e788b9e34a7894ec6a933b6779e209.tar.xz
ice-daf8d59b70e788b9e34a7894ec6a933b6779e209.zip
Sort C++ Demo and src makefiles
Diffstat (limited to 'cpp/src/IcePatch2')
-rw-r--r--cpp/src/IcePatch2/Makefile4
-rwxr-xr-xcpp/src/IcePatch2/Makefile.mak4
2 files changed, 4 insertions, 4 deletions
diff --git a/cpp/src/IcePatch2/Makefile b/cpp/src/IcePatch2/Makefile
index 291aa3b1ff2..6b1a265d504 100644
--- a/cpp/src/IcePatch2/Makefile
+++ b/cpp/src/IcePatch2/Makefile
@@ -15,8 +15,8 @@ CALC = $(bindir)/icepatch2calc
TARGETS = $(SERVER) $(CLIENT) $(CALC)
-SOBJS = Server.o \
- FileServerI.o
+SOBJS = FileServerI.o \
+ Server.o
COBJS = Client.o
diff --git a/cpp/src/IcePatch2/Makefile.mak b/cpp/src/IcePatch2/Makefile.mak
index 616f90f42a4..8d5ef7fafb5 100755
--- a/cpp/src/IcePatch2/Makefile.mak
+++ b/cpp/src/IcePatch2/Makefile.mak
@@ -15,8 +15,8 @@ CALC = $(top_srcdir)\bin\icepatch2calc.exe
TARGETS = $(SERVER) $(CLIENT) $(CALC)
-SOBJS = Server.obj \
- FileServerI.obj
+SOBJS = FileServerI.obj \
+ Server.obj
COBJS = Client.obj