summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-18 15:24:26 +0000
committerfhunleth <fhunleth@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-01-18 15:24:26 +0000
commitd0832e84df1aad7f5c2b526f95f62289de3e1025 (patch)
tree189faed3b9a8f09bbabd6dff2fce0c2ac942770e
parented96b9784bdec4c8be1c3e6220f4e3370a382e4a (diff)
downloadATCD-d0832e84df1aad7f5c2b526f95f62289de3e1025.tar.gz
ChangeLogTag: Fri Jan 18 06:54:48 2002
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a5
-rw-r--r--TAO/orbsvcs/orbsvcs/PortableGroup.dsp74
2 files changed, 79 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 0376f5c46db..d303f4e53ee 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,8 @@
+Fri Jan 18 09:23:42 2002 Frank Hunleth <fhunleth@cs.wustl.edu>
+
+ * orbsvcs/orbsvcs/PortableGroup.dsp:
+ Fixed custom build for .idl files for Release builds.
+
Fri Jan 18 06:54:48 2002 Chad Elliott <elliott_c@ociweb.com>
* orbsvcs/orbsvcs/orbsvcs.dsw:
diff --git a/TAO/orbsvcs/orbsvcs/PortableGroup.dsp b/TAO/orbsvcs/orbsvcs/PortableGroup.dsp
index af20d7f1e72..514252169aa 100644
--- a/TAO/orbsvcs/orbsvcs/PortableGroup.dsp
+++ b/TAO/orbsvcs/orbsvcs/PortableGroup.dsp
@@ -514,6 +514,43 @@ SOURCE=.\miop.idl
!IF "$(CFG)" == "PortableGroup - Win32 Release"
+# PROP Ignore_Default_Tool 1
+USERDEP__MIOP_="..\..\..\bin\Release\tao_idl "
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputName)
+InputPath=.\miop.idl
+InputName=miop
+
+BuildCmds= \
+ ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=PortableGroup/portablegroup_export.h $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
!ELSEIF "$(CFG)" == "PortableGroup - Win32 Debug"
# PROP Ignore_Default_Tool 1
@@ -566,6 +603,43 @@ SOURCE=.\PortableGroup.idl
!IF "$(CFG)" == "PortableGroup - Win32 Release"
+# PROP Ignore_Default_Tool 1
+USERDEP__PORTA="..\..\..\bin\Release\tao_idl "
+# Begin Custom Build - Invoking TAO_IDL Compiler on $(InputName)
+InputPath=.\PortableGroup.idl
+InputName=PortableGroup
+
+BuildCmds= \
+ ..\..\..\bin\Release\tao_idl -Ge 1 -I../../ -I../../tao -Wb,pre_include=ace/pre.h -Wb,post_include=ace/post.h -Wb,export_macro=TAO_PortableGroup_Export -Wb,export_include=PortableGroup/portablegroup_export.h $(InputName).idl
+
+"$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)C.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.i" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+
+"$(InputName)S_T.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
+ $(BuildCmds)
+# End Custom Build
+
!ELSEIF "$(CFG)" == "PortableGroup - Win32 Debug"
# PROP Ignore_Default_Tool 1