summaryrefslogtreecommitdiff
path: root/TAO/examples
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-19 20:36:58 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-10-19 20:36:58 +0000
commit21eff0019464228e35e6959bd623f3bb6ee803c1 (patch)
treea08054f01dba68e85b65c580a74b7ce0b284b1f6 /TAO/examples
parent33aeae9fb1e71b84cf7092d98ec9ad29c39c6f2e (diff)
downloadATCD-21eff0019464228e35e6959bd623f3bb6ee803c1.tar.gz
fixed custom build step to look for TAO IDL in $ACE_ROOT/bin
Diffstat (limited to 'TAO/examples')
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Event_Sup.dsp2
-rw-r--r--TAO/examples/Simulator/Event_Supplier/Logging_Sup.dsp9
2 files changed, 2 insertions, 9 deletions
diff --git a/TAO/examples/Simulator/Event_Supplier/Event_Sup.dsp b/TAO/examples/Simulator/Event_Supplier/Event_Sup.dsp
index f07c9e8d4bf..bfb509a6cdb 100644
--- a/TAO/examples/Simulator/Event_Supplier/Event_Sup.dsp
+++ b/TAO/examples/Simulator/Event_Supplier/Event_Sup.dsp
@@ -133,7 +133,7 @@ InputName=NavWeap
BuildCmds= \
xcopy ..\$(InputName).idl \
- ..\..\..\..\tao_idl\tao_idl $(InputName).idl \
+ ..\..\..\..\..\bin\tao_idl $(InputName).idl \
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
diff --git a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.dsp b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.dsp
index 4899f3a68c3..7ec62e70c50 100644
--- a/TAO/examples/Simulator/Event_Supplier/Logging_Sup.dsp
+++ b/TAO/examples/Simulator/Event_Supplier/Logging_Sup.dsp
@@ -89,13 +89,6 @@ LINK32=link.exe
# Begin Source File
SOURCE=.\DOVE_Supplier.cpp
-
-!IF "$(CFG)" == "Logging_Sup - Win32 Release"
-
-!ELSEIF "$(CFG)" == "Logging_Sup - Win32 Debug"
-
-!ENDIF
-
# End Source File
# Begin Source File
@@ -139,7 +132,7 @@ InputName=NavWeap
BuildCmds= \
xcopy ..\$(InputName).idl \
- ..\..\..\..\tao_idl\tao_idl $(InputName).idl \
+ ..\..\..\..\..\bin\tao_idl $(InputName).idl \
"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"