diff options
Diffstat (limited to 'TAO/tests/Single_Read/client.dsp')
-rw-r--r-- | TAO/tests/Single_Read/client.dsp | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/TAO/tests/Single_Read/client.dsp b/TAO/tests/Single_Read/client.dsp index c41dd979b44..0d6c17a9307 100644 --- a/TAO/tests/Single_Read/client.dsp +++ b/TAO/tests/Single_Read/client.dsp @@ -7,19 +7,19 @@ CFG=Single_Read Client - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "client.mak".
-!MESSAGE
+!MESSAGE
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
-!MESSAGE
+!MESSAGE
!MESSAGE NMAKE /f "client.mak" CFG="Single_Read Client - Win32 Debug"
-!MESSAGE
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE
!MESSAGE "Single_Read Client - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "Single_Read Client - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
+!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
@@ -78,7 +78,7 @@ 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 /debug /machine:I386 /pdbtype:sept
# ADD LINK32 aced.lib taod.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace"
-!ENDIF
+!ENDIF
# Begin Target
@@ -94,6 +94,7 @@ SOURCE=.\client.cpp # Begin Source File
SOURCE=.\testC.cpp
+# ADD CPP /GR
# End Source File
# End Group
# Begin Group "Header Files"
@@ -113,7 +114,7 @@ SOURCE=.\test.idl !IF "$(CFG)" == "Single_Read Client - Win32 Release"
-USERDEP__TEST_="..\..\..\bin\Release\tao_idl.exe"
+USERDEP__TEST_="..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO's IDL Compiler on $(InputPath)
InputPath=.\test.idl
InputName=test
@@ -151,7 +152,7 @@ BuildCmds= \ !ELSEIF "$(CFG)" == "Single_Read Client - Win32 Debug"
-USERDEP__TEST_="..\..\..\bin\tao_idl.exe"
+USERDEP__TEST_="..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO's IDL Compiler on $(InputPath)
InputPath=.\test.idl
InputName=test
@@ -187,7 +188,7 @@ BuildCmds= \ $(BuildCmds)
# End Custom Build
-!ENDIF
+!ENDIF
# End Source File
# End Group
|