diff options
author | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-13 23:07:01 +0000 |
---|---|---|
committer | brunsch <brunsch@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-03-13 23:07:01 +0000 |
commit | 21e239fbd78fd49ee0e939445a7902944599b3c3 (patch) | |
tree | b9a5a72cff0061ba1d780c130372838f54be408f /TAO/tests | |
parent | 94131a7d35672b59cd1ea4ad125851f86ac3c3fd (diff) | |
download | ATCD-21e239fbd78fd49ee0e939445a7902944599b3c3.tar.gz |
Added an outdated copy the first time
Diffstat (limited to 'TAO/tests')
-rw-r--r-- | TAO/tests/Quoter/quoter_client.dsp | 3 | ||||
-rw-r--r-- | TAO/tests/Quoter/quoter_server.dsp | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/Quoter/quoter_client.dsp b/TAO/tests/Quoter/quoter_client.dsp index a2547d32a66..50508e708e9 100644 --- a/TAO/tests/Quoter/quoter_client.dsp +++ b/TAO/tests/Quoter/quoter_client.dsp @@ -61,8 +61,9 @@ LINK32=link.exe # PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "Debug"
+# PROP Output_Dir ""
# PROP Intermediate_Dir "Debug"
+# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
# ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\..\..\\" /I "..\..\\" /I "..\..\orbsvcs" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
diff --git a/TAO/tests/Quoter/quoter_server.dsp b/TAO/tests/Quoter/quoter_server.dsp index 8e053a83e12..1470fac000f 100644 --- a/TAO/tests/Quoter/quoter_server.dsp +++ b/TAO/tests/Quoter/quoter_server.dsp @@ -78,6 +78,7 @@ BSC32=bscmake.exe 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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
# ADD LINK32 aced.lib tao.lib orbsvcs.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\..\ace" /libpath:"..\..\tao" /libpath:"..\..\orbsvcs\orbsvcs"
+# SUBTRACT LINK32 /nodefaultlib
!ENDIF
|