diff options
author | Joe George <joe@zeroc.com> | 2014-08-22 14:38:33 -0230 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2014-08-22 14:38:33 -0230 |
commit | daf8d59b70e788b9e34a7894ec6a933b6779e209 (patch) | |
tree | 334ad636f545a5ac563ecc284f541689731b37f0 /cpp/src/IcePatch2 | |
parent | JS build fixes (diff) | |
download | ice-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/Makefile | 4 | ||||
-rwxr-xr-x | cpp/src/IcePatch2/Makefile.mak | 4 |
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 |