diff options
Diffstat (limited to 'cppe')
-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) |