summaryrefslogtreecommitdiff
path: root/TAO/tests/InterOp-Naming/client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/InterOp-Naming/client.dsp')
-rw-r--r--TAO/tests/InterOp-Naming/client.dsp28
1 files changed, 14 insertions, 14 deletions
diff --git a/TAO/tests/InterOp-Naming/client.dsp b/TAO/tests/InterOp-Naming/client.dsp
index dc7b3eba660..87792b7b796 100644
--- a/TAO/tests/InterOp-Naming/client.dsp
+++ b/TAO/tests/InterOp-Naming/client.dsp
@@ -7,19 +7,19 @@
CFG=InterOp Naming 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="InterOp Naming Client - Win32 Debug"
-!MESSAGE
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
+!MESSAGE
!MESSAGE "InterOp Naming Client - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "InterOp Naming Client - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE
+!MESSAGE
# Begin Project
# PROP AllowPerConfigDependencies 0
@@ -76,7 +76,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 /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
# ADD LINK32 orbsvcsd.lib TAOd.lib aced.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\tao" /libpath:"..\..\..\ace" /libpath:"..\..\orbsvcs\orbsvcs"
-!ENDIF
+!ENDIF
# Begin Target
@@ -131,13 +131,13 @@ SOURCE=.\INS.idl
!IF "$(CFG)" == "InterOp Naming Client - Win32 Release"
-USERDEP__INS_I="..\..\..\bin\Release\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+USERDEP__INS_I="..\..\..\bin\Release\tao_idl.exe"
+# Begin Custom Build - Invoking TAO idl compiler on INS.idl
InputPath=.\INS.idl
InputName=INS
BuildCmds= \
- ..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -169,13 +169,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "InterOp Naming Client - Win32 Debug"
-USERDEP__INS_I="..\..\..\bin\tao_idl.exe"
-# Begin Custom Build - Invoking TAO_IDL Compiler
+USERDEP__INS_I="..\..\..\bin\tao_idl.exe"
+# Begin Custom Build - Invoking TAO idl compiler on INS.idl
InputPath=.\INS.idl
InputName=INS
BuildCmds= \
- ..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\bin\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -205,7 +205,7 @@ BuildCmds= \
$(BuildCmds)
# End Custom Build
-!ENDIF
+!ENDIF
# End Source File
# End Group