diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2007-04-27 15:15:33 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2007-04-27 15:15:33 +0000 |
commit | 84493c36b0b1425ce621ffe39871671942f5388f (patch) | |
tree | ded65a63ad546b437ae3cf40d1261aa72cdc7b8a /cppe/test | |
parent | Make generated code more Ice like (diff) | |
download | ice-84493c36b0b1425ce621ffe39871671942f5388f.tar.bz2 ice-84493c36b0b1425ce621ffe39871671942f5388f.tar.xz ice-84493c36b0b1425ce621ffe39871671942f5388f.zip |
Fixed target names
Diffstat (limited to 'cppe/test')
-rw-r--r-- | cppe/test/IceE/exceptions/Makefile.mak | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cppe/test/IceE/exceptions/Makefile.mak b/cppe/test/IceE/exceptions/Makefile.mak index a9cf4f83f2e..5a1e454a7bc 100644 --- a/cppe/test/IceE/exceptions/Makefile.mak +++ b/cppe/test/IceE/exceptions/Makefile.mak @@ -9,9 +9,9 @@ top_srcdir = ..\..\.. -CLIENT = exceptionsClient.exe -SERVER = exceptionsServer.exe -COLLOCATED = exceptionsCollocated.exe +CLIENT = client.exe +SERVER = server.exe +COLLOCATED = collocated.exe TARGETS = $(CLIENT) $(SERVER) $(COLLOCATED) |