summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-01 19:31:54 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-01 19:31:54 +0000
commitf1ed51e37d3075b13126d89a07350bde4572a06a (patch)
tree5240213bb91c2d32b529371e77d122dfbf67129b
parentdc04bc3a3a8e3392df0e0dcc0c0c017fe27d61c1 (diff)
downloadATCD-f1ed51e37d3075b13126d89a07350bde4572a06a.tar.gz
Added idl option (-Ge 1).
-rw-r--r--TAO/orbsvcs/tests/Simple_Naming/client.dsp33
1 files changed, 16 insertions, 17 deletions
diff --git a/TAO/orbsvcs/tests/Simple_Naming/client.dsp b/TAO/orbsvcs/tests/Simple_Naming/client.dsp
index 8edf12681a0..3b3c1d63733 100644
--- a/TAO/orbsvcs/tests/Simple_Naming/client.dsp
+++ b/TAO/orbsvcs/tests/Simple_Naming/client.dsp
@@ -7,23 +7,22 @@
CFG=Simple 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="Simple Naming Client - Win32 Debug"
-!MESSAGE
+!MESSAGE
!MESSAGE Possible choices for configuration are:
-!MESSAGE
-!MESSAGE "Simple Naming Client - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Simple Naming Client - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE
+!MESSAGE
+!MESSAGE "Simple Naming Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Simple Naming Client - Win32 Debug" (based on "Win32 (x86) Console Application")
+!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -77,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 aced.lib TAOd.lib orbsvcsd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"..\..\orbsvcs" /libpath:"..\..\..\tao" /libpath:"..\..\..\..\ace"
-!ENDIF
+!ENDIF
# Begin Target
@@ -129,13 +128,13 @@ SOURCE=.\test_object.idl
!IF "$(CFG)" == "Simple Naming Client - Win32 Release"
# PROP Ignore_Default_Tool 1
-USERDEP__TEST_="..\..\..\..\bin\Release\tao_idl.exe"
+USERDEP__TEST_="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler
InputPath=.\test_object.idl
InputName=test_object
BuildCmds= \
- tao_idl $(InputName).idl
+ tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -168,13 +167,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Simple Naming Client - Win32 Debug"
# PROP Ignore_Default_Tool 1
-USERDEP__TEST_="..\..\..\..\bin\tao_idl.exe"
+USERDEP__TEST_="..\..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler
InputPath=.\test_object.idl
InputName=test_object
BuildCmds= \
- tao_idl $(InputName).idl
+ tao_idl -Ge 1 $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -204,7 +203,7 @@ BuildCmds= \
$(BuildCmds)
# End Custom Build
-!ENDIF
+!ENDIF
# End Source File
# End Group
@@ -237,7 +236,7 @@ SOURCE=.\test_objectS_T.cpp
# PROP Exclude_From_Build 1
-!ENDIF
+!ENDIF
# End Source File
# End Group