summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/nestea_client.dsp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/ImplRepo/nestea_client.dsp')
-rw-r--r--TAO/orbsvcs/tests/ImplRepo/nestea_client.dsp15
1 files changed, 7 insertions, 8 deletions
diff --git a/TAO/orbsvcs/tests/ImplRepo/nestea_client.dsp b/TAO/orbsvcs/tests/ImplRepo/nestea_client.dsp
index 3fe446dd698..88780a43145 100644
--- a/TAO/orbsvcs/tests/ImplRepo/nestea_client.dsp
+++ b/TAO/orbsvcs/tests/ImplRepo/nestea_client.dsp
@@ -17,13 +17,12 @@ CFG=Nestea Client - Win32 Debug
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
-!MESSAGE "Nestea Client - Win32 Release" (based on\
- "Win32 (x86) Console Application")
-!MESSAGE "Nestea Client - Win32 Debug" (based on\
- "Win32 (x86) Console Application")
+!MESSAGE "Nestea Client - Win32 Release" (based on "Win32 (x86) Console Application")
+!MESSAGE "Nestea Client - Win32 Debug" (based on "Win32 (x86) Console Application")
!MESSAGE
# Begin Project
+# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
@@ -126,13 +125,13 @@ SOURCE=.\Nestea.idl
!IF "$(CFG)" == "Nestea Client - Win32 Release"
-USERDEP__NESTE="..\..\..\..\bin\Release\tao_idl.exe"
+USERDEP__AIRPL="..\..\..\..\bin\Release\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler
InputPath=.\Nestea.idl
InputName=Nestea
BuildCmds= \
- ..\..\..\..\bin\Release\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\Release\tao_idl $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
@@ -165,13 +164,13 @@ BuildCmds= \
!ELSEIF "$(CFG)" == "Nestea Client - Win32 Debug"
# PROP Ignore_Default_Tool 1
-USERDEP__NESTE="..\..\..\..\bin\tao_idl.exe"
+USERDEP__AIRPL="..\..\..\..\bin\tao_idl.exe"
# Begin Custom Build - Invoking TAO_IDL Compiler
InputPath=.\Nestea.idl
InputName=Nestea
BuildCmds= \
- ..\..\..\..\bin\tao_idl -Ge 1 $(InputName).idl
+ ..\..\..\..\bin\tao_idl -Gi $(InputName).idl
"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)