diff options
author | Simon McQueen <simon.mcqueen@gmail.com> | 2003-05-28 13:16:16 +0000 |
---|---|---|
committer | Simon McQueen <simon.mcqueen@gmail.com> | 2003-05-28 13:16:16 +0000 |
commit | 93e86dbf4c00faa9d22fbaff6314e563b0491b46 (patch) | |
tree | b1f0bfe789461a9a9a8427d7a851eddc79064822 /TAO/tests/OBV | |
parent | e5bd77bff9122738af7132c0c16ff0a918b2d00e (diff) | |
download | ATCD-93e86dbf4c00faa9d22fbaff6314e563b0491b46.tar.gz |
ChangeLogTag: Wed May 28 14:10:50 2003 Simon McQueen <sm@prismtechnologies.com>
Diffstat (limited to 'TAO/tests/OBV')
-rw-r--r-- | TAO/tests/OBV/TC_Alignment/client.dsp | 2 | ||||
-rw-r--r-- | TAO/tests/OBV/TC_Alignment/server.dsp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/OBV/TC_Alignment/client.dsp b/TAO/tests/OBV/TC_Alignment/client.dsp index 4bceacce936..cee8df2c435 100644 --- a/TAO/tests/OBV/TC_Alignment/client.dsp +++ b/TAO/tests/OBV/TC_Alignment/client.dsp @@ -50,7 +50,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 TAO_Valuetype.lib TAO.lib ace.lib /nologo /subsystem:console /machine:I386 /libpath:"../../../tao/Valuetype" /libpath:"../../../tao" /libpath:"../../../../ace"
+# ADD LINK32 TAO_Valuetype.lib TAO.lib ace.lib /nologo /subsystem:console /machine:I386 /out:"Release/client.exe" /libpath:"../../../tao/Valuetype" /libpath:"../../../tao" /libpath:"../../../../ace"
!ELSEIF "$(CFG)" == "OBV TC Alignment Client - Win32 Debug"
diff --git a/TAO/tests/OBV/TC_Alignment/server.dsp b/TAO/tests/OBV/TC_Alignment/server.dsp index a70e50d5e47..b67b897a9e1 100644 --- a/TAO/tests/OBV/TC_Alignment/server.dsp +++ b/TAO/tests/OBV/TC_Alignment/server.dsp @@ -50,7 +50,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
-# ADD LINK32 TAO_Valuetype.lib TAO_PortableServer.lib TAO.lib ace.lib /nologo /subsystem:console /machine:I386 /libpath:"../../../tao/Valuetype" /libpath:"../../../tao/PortableServer" /libpath:"../../../tao" /libpath:"../../../../ace"
+# ADD LINK32 TAO_Valuetype.lib TAO_PortableServer.lib TAO.lib ace.lib /nologo /subsystem:console /machine:I386 /out:"Release/server.exe" /libpath:"../../../tao/Valuetype" /libpath:"../../../tao/PortableServer" /libpath:"../../../tao" /libpath:"../../../../ace"
!ELSEIF "$(CFG)" == "OBV TC Alignment Server - Win32 Debug"
|