diff options
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/test/Ice/plugin/Makefile.mak | 2 | ||||
-rw-r--r-- | cpp/test/IceGrid/session/Makefile.mak | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/cpp/test/Ice/plugin/Makefile.mak b/cpp/test/Ice/plugin/Makefile.mak index 4511be18997..3dd6e8b7dd0 100644 --- a/cpp/test/Ice/plugin/Makefile.mak +++ b/cpp/test/Ice/plugin/Makefile.mak @@ -58,7 +58,7 @@ $(PLUGINDIR)\$(DLLNAME): $(POBJS) @if exist $(PLUGINDIR)\$(DLLNAME:.dll=.exp) del /q $(PLUGINDIR)\$(DLLNAME:.dll=.exp) $(CLIENT)$(EXT): $(COBJS) - $(LINK) $(LD_TESTFLAGS) $(CPDBFLAGS) $(SETARGV) $(COBJS) $(PREOUT)$@ $(PRELIBS)$(LIBS) + $(LINK) $(LD_TESTFLAGS) $(CPDBFLAGS) $(COBJS) $(PREOUT)$@ $(PRELIBS)$(LIBS) @if exist $@.manifest echo ^ ^ ^ Embedding manifest using $(MT) && \ $(MT) -nologo -manifest $@.manifest -outputresource:$@;#1 && del /q $@.manifest diff --git a/cpp/test/IceGrid/session/Makefile.mak b/cpp/test/IceGrid/session/Makefile.mak index 458e07d9d6f..38c43455faa 100644 --- a/cpp/test/IceGrid/session/Makefile.mak +++ b/cpp/test/IceGrid/session/Makefile.mak @@ -25,8 +25,7 @@ SOBJS = $(SLICE_OBJS) \ .\Server.obj VOBJS = $(SLICE_OBJS) \ - .\PermissionsVerifier.obj \ - .\Test.obj + .\PermissionsVerifier.obj OBJS = $(COBJS) \ $(SOBJS) \ |