summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2003-07-03 16:52:26 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2003-07-03 16:52:26 +0000
commit560893dc0a1550a4e641ccfd5ed7d88075bad6f3 (patch)
tree0b081458d42c77486a41ff3704f4e0dc3b8bad6e
parent1126096e4f3309f3b55f53f39579fd1e8a46e418 (diff)
downloadATCD-560893dc0a1550a4e641ccfd5ed7d88075bad6f3.tar.gz
ChangeLogTag: Thu Jul 3 11:49:23 2003 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--ChangeLog126
-rw-r--r--bin/MakeProjectCreator/templates/bor.mpd8
-rw-r--r--bin/MakeProjectCreator/templates/em3vcp.mpd2
-rw-r--r--bin/MakeProjectCreator/templates/nmake.mpd2
-rw-r--r--bin/MakeProjectCreator/templates/vc6dsp.mpd2
-rw-r--r--bin/MakeProjectCreator/templates/vc7.mpd8
6 files changed, 79 insertions, 69 deletions
diff --git a/ChangeLog b/ChangeLog
index c6c3c5d74f4..08debba8c34 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+Thu Jul 3 11:49:23 2003 Chad Elliott <elliott_c@ociweb.com>
+
+ * bin/MakeProjectCreator/templates/bor.mpd:
+ * bin/MakeProjectCreator/templates/em3vcp.mpd:
+ * bin/MakeProjectCreator/templates/nmake.mpd:
+ * bin/MakeProjectCreator/templates/vc6dsp.mpd:
+ * bin/MakeProjectCreator/templates/vc7.mpd:
+
+ Removed tao_idl specific defaults from these template files.
+
Wed Jul 2 23:58:11 UTC 2003 Craig Rodrigues <crodrigu@bbn.com>
* ace/config-freebsd.h:
@@ -85,10 +95,10 @@ Wed Jul 02 14:57:00 2003 Justin Michel <michel_j@ociweb.com>
* tests/SSL/Thread_Pool_Reactor_SSL_Test.cpp
* tests/SSL/tests.mpc
- Added some missing project files.
- Updated all ACE tests to use the common test library.
- Updated ACE test mpc files to use a common base project.
- Fixed mpc files for broken examples.
+ Added some missing project files.
+ Updated all ACE tests to use the common test library.
+ Updated ACE test mpc files to use a common base project.
+ Fixed mpc files for broken examples.
Added base projects rtnotify and valuetype.
Wed Jul 2 13:16:14 UTC 2003 Don Hinton <dhinton@dresystems.com>
@@ -112,7 +122,7 @@ Tue Jul 1 19:39:16 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/os_include/sys/os_mman.h:
Added !defined (ACE_WIN32) to the initial #if for the PROT_*
- define section so Windows can make it to the #ifelse section.
+ define section so Windows can make it to the #ifelse section.
Sun Jun 29 01:31:52 UTC 2003 Don Hinton <dhinton@dresystems.com>
@@ -128,8 +138,8 @@ Fri Jun 27 12:52:12 UTC 2003 Johnny Willemsen <jwillemsen@remedy.nl>
Thu Jun 26 21:34:43 2003 Chris Cleeland <cleeland_c@ociweb.com>
- * ace/QtReactor.cpp: Removed precompiled header include residue
- from OCI version.
+ * ace/QtReactor.cpp: Removed precompiled header include residue
+ from OCI version.
Thu Jun 26 17:35:00 2003 Justin Michel <michel_j@ociweb.com>
@@ -143,29 +153,29 @@ Thu Jun 26 17:35:00 2003 Justin Michel <michel_j@ociweb.com>
Thu Jun 26 16:31:51 2003 Chris Cleeland <cleeland_c@ociweb.com>
- * ace/QtReactor.h:
- * ace/QtReactor.cpp:
+ * ace/QtReactor.h:
+ * ace/QtReactor.cpp:
- The QtReactor works by semi-unifying the Qt Event loop with the
- Reactor event loop. Most of the time, the Qt Event loop is the
- dominant loop, but occasionally, when wait_for_multiple_events
- gets called, the reactor loop becomes the dominant loop.
+ The QtReactor works by semi-unifying the Qt Event loop with the
+ Reactor event loop. Most of the time, the Qt Event loop is the
+ dominant loop, but occasionally, when wait_for_multiple_events
+ gets called, the reactor loop becomes the dominant loop.
- Previous QtReactor implementations only overloaded
- register_handler, caused them to never notice when an
- application changed the mask on a previously-registered handler,
- e.g., via ACE_Reactor::schedule_wakeup. Thus, the Qt event loop
- never knew about the new interest or lack thereof, and didn't
- call it back.
+ Previous QtReactor implementations only overloaded
+ register_handler, caused them to never notice when an
+ application changed the mask on a previously-registered handler,
+ e.g., via ACE_Reactor::schedule_wakeup. Thus, the Qt event loop
+ never knew about the new interest or lack thereof, and didn't
+ call it back.
- This newer version overloads ACE_Reactor::bit_ops, and tweaks
- the registrations with the Qt event loop according to bit_ops'
- arguments' mask operations. This *should* allow us to catch
- every twiddling of masks, although there is no comprehensive
- regression test for this for any kind of reactor.
+ This newer version overloads ACE_Reactor::bit_ops, and tweaks
+ the registrations with the Qt event loop according to bit_ops'
+ arguments' mask operations. This *should* allow us to catch
+ every twiddling of masks, although there is no comprehensive
+ regression test for this for any kind of reactor.
- From inspection, it appears as if the XtReactor might need
- similar changes.
+ From inspection, it appears as if the XtReactor might need
+ similar changes.
Thu Jun 26 02:22:42 UTC 2003 Don Hinton <dhinton@dresystems.com>
@@ -210,11 +220,11 @@ Wed Jun 25 13:14:00 2003 Justin Michel <michel_j@ociweb.com>
Wed Jun 25 12:45:44 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * bin/topinfo_iorsize_stats.sh (s_id):
- * bin/topinfo_simple_stats.sh: We used 'top' to determine the
- runtime memory used by the process. A better way to get this
- done is to use /proc/processid/status. The scripts have been
- changed to use the proc info instead of 'top'.
+ * bin/topinfo_iorsize_stats.sh (s_id):
+ * bin/topinfo_simple_stats.sh: We used 'top' to determine the
+ runtime memory used by the process. A better way to get this
+ done is to use /proc/processid/status. The scripts have been
+ changed to use the proc info instead of 'top'.
Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
@@ -409,14 +419,14 @@ Wed Jun 25 11:00:00 2003 Justin Michel <michel_j@ociweb.com>
Updated MPC with the latest features and changes from OCI's repo. Created
new mpb base projects to make mpc files as simple as possible, and updated
existing mpb base projects. Added and updated mpc files to use the latest
- features and make use of base projects.
+ features and make use of base projects.
Added the create_ace_build.pl script that is more MPC friendly and works
on Windows.
Removed unused nightly.mwc.
Wed Jun 25 10:20:15 2003 Balachandran Natarajan <bala@dre.vanderbilt.edu>
- * THANKS: Added missing doc_group folks at Vanderbilt.
+ * THANKS: Added missing doc_group folks at Vanderbilt.
Wed Jun 25 13:36:51 UTC 2003 Don Hinton <dhinton@dresytems.com>
@@ -441,35 +451,35 @@ Wed Jun 25 03:47:36 UTC 2003 Don Hinton <dhinton@dresystems.com>
Tue Jun 24 18:38:33 2003 Pradeep Gore <pradeep@oomworks.com>
- * bin/tao_other_tests.lst:
- Added Notify Basic test for RT_Notification.
- Moved the Notify Lanes and Threadpool test with the other
- Notify tests.
+ * bin/tao_other_tests.lst:
+ Added Notify Basic test for RT_Notification.
+ Moved the Notify Lanes and Threadpool test with the other
+ Notify tests.
Tue Jun 24 15:47:16 2003 Nanbor Wang <nanbor@cs.wustl.edu>
- * bin/MakeProjectCreator/config/ciao_client.mpb: Added
- $(CIAO_ROOT)/ciao to idlflags.
+ * bin/MakeProjectCreator/config/ciao_client.mpb: Added
+ $(CIAO_ROOT)/ciao to idlflags.
- Added $(TAO_ROOT)/orbsvcs/orbsvcs to libpaths and linking
- Security to even a simple stub DLL because of the way
- components.idl is being set up. (Hint: we really don't need
- them.)
+ Added $(TAO_ROOT)/orbsvcs/orbsvcs to libpaths and linking
+ Security to even a simple stub DLL because of the way
+ components.idl is being set up. (Hint: we really don't need
+ them.)
- * bin/MakeProjectCreator/config/ciao_component.mpb: Reorganized
- the template since I moved some of the libraries to ciao_client
- to fix the components.idl definition problem.
+ * bin/MakeProjectCreator/config/ciao_component.mpb: Reorganized
+ the template since I moved some of the libraries to ciao_client
+ to fix the components.idl definition problem.
- * bin/MakeProjectCreator/config/ciao_servant.mpb: Added this new
- template to isolate customize CIDL rules for servant DLLs. It
- turned out they also requires the stuff defined in the
- Deployment module (thus, the CIAO_Server library.)
+ * bin/MakeProjectCreator/config/ciao_servant.mpb: Added this new
+ template to isolate customize CIDL rules for servant DLLs. It
+ turned out they also requires the stuff defined in the
+ Deployment module (thus, the CIAO_Server library.)
- * bin/MakeProjectCreator/templates/gnu.mpd: Added code to define
- CIAO_ROOT in Makefiles if it's not defined already.
+ * bin/MakeProjectCreator/templates/gnu.mpd: Added code to define
+ CIAO_ROOT in Makefiles if it's not defined already.
- Thanks to Chad Elliott for helping me setting up the custom
- rules for CIDL compiler and answering my tons of questions.
+ Thanks to Chad Elliott for helping me setting up the custom
+ rules for CIDL compiler and answering my tons of questions.
Tue June 24 16:26:06 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
@@ -482,10 +492,10 @@ Tue June 24 16:26:06 2003 Yamuna Krishnamurthy <yamuna@oomworks.com>
Tue Jun 24 13:10:25 2003 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
- * ace/Cached_Connect_Strategy_T.cpp (cached_connect): Added
- a check for "|| errno == EADDRINUSE" to fix problems on Windows.
- Thanks to Valery Salamakha <ccapstan@bigpond.net.au> for
- reporting this.
+ * ace/Cached_Connect_Strategy_T.cpp (cached_connect): Added
+ a check for "|| errno == EADDRINUSE" to fix problems on Windows.
+ Thanks to Valery Salamakha <ccapstan@bigpond.net.au> for
+ reporting this.
Tue Jun 24 12:07:06 2003 Chad Elliott <elliott_c@ociweb.com>
diff --git a/bin/MakeProjectCreator/templates/bor.mpd b/bin/MakeProjectCreator/templates/bor.mpd
index 8b89a81ff07..94fc6a2d61e 100644
--- a/bin/MakeProjectCreator/templates/bor.mpd
+++ b/bin/MakeProjectCreator/templates/bor.mpd
@@ -150,19 +150,19 @@ idl_src_files: $(IDLFILES:.idl=C.cpp) $(IDLFILES:.idl=S.cpp)
<%foreach(idl_files)%>
<%if(flag_overrides(idl_file, idlgendir))%>
<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>S.cpp <%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>C.cpp: <%idl_file%>
- $(TAO_IDL) -o <%flag_overrides(idl_file, idlgendir)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> $**
+ $(TAO_IDL) -o <%flag_overrides(idl_file, idlgendir)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> $**
<%else%>
<%if(idlgendir)%>
<%idlgendir%>\<%basenoextension(idl_file)%>S.cpp <%idlgendir%>\<%basenoextension(idl_file)%>C.cpp: <%idl_file%>
- $(TAO_IDL) -o <%idlgendir%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> $**
+ $(TAO_IDL) -o <%idlgendir%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> $**
<%else%>
# IDL File Directory: <%dirname(idl_file)%>
<%if(dirname_found)%>
<%dirname(idl_file)%>\<%basenoextension(idl_file)%>S.cpp <%dirname(idl_file)%>\<%basenoextension(idl_file)%>C.cpp: <%idl_file%>
- $(TAO_IDL) -o <%dirname(idl_file)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> $**
+ $(TAO_IDL) -o <%dirname(idl_file)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> $**
<%else%>
$(IDLDIR)\<%basenoextension(idl_file)%>S.cpp $(IDLDIR)\<%basenoextension(idl_file)%>C.cpp: $(IDLDIR)\<%idl_file%>
- $(TAO_IDL) <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> $**
+ $(TAO_IDL) <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> $**
<%endif%>
<%endif%>
<%endif%>
diff --git a/bin/MakeProjectCreator/templates/em3vcp.mpd b/bin/MakeProjectCreator/templates/em3vcp.mpd
index b70d176c69d..84391cc7b0c 100644
--- a/bin/MakeProjectCreator/templates/em3vcp.mpd
+++ b/bin/MakeProjectCreator/templates/em3vcp.mpd
@@ -198,7 +198,7 @@ InputDir=<%dirname(idl_file)%>
BuildCmds= \
PATH=%PATH%;<%idl_compiler_libs%> \
- <%idl_compiler%> -o <%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> $(InputPath)
+ <%idl_compiler%> -o <%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> $(InputPath)
"<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%>\$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/bin/MakeProjectCreator/templates/nmake.mpd b/bin/MakeProjectCreator/templates/nmake.mpd
index bc5d3a1e61e..0b153a6975e 100644
--- a/bin/MakeProjectCreator/templates/nmake.mpd
+++ b/bin/MakeProjectCreator/templates/nmake.mpd
@@ -238,7 +238,7 @@ InputDir=<%dirname(idl_file)%>
"<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%>\$(InputName)C.h" "<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%>\$(InputName)C.i" "<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%>\$(InputName)C.cpp" "<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%>\$(InputName)S.h" "<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%>\$(InputName)S.i" "<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%>\$(InputName)S.cpp" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
<<tempfile.bat
@echo off
- <%idl_compiler%> -o <%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>
+ <%idl_compiler%> -o <%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> <%idl_file%>
<<
<%endfor%>
diff --git a/bin/MakeProjectCreator/templates/vc6dsp.mpd b/bin/MakeProjectCreator/templates/vc6dsp.mpd
index 52b8948f618..35539dc485d 100644
--- a/bin/MakeProjectCreator/templates/vc6dsp.mpd
+++ b/bin/MakeProjectCreator/templates/vc6dsp.mpd
@@ -185,7 +185,7 @@ InputDir=<%dirname(idl_file)%>
BuildCmds= \
PATH=%PATH%;<%idl_compiler_libs%> \
- <%idl_compiler("$(ACE_ROOT)\\bin\\tao_idl")%> -o <%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> $(InputPath)
+ <%idl_compiler%> -o <%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> $(InputPath)
"<%if(flag_overrides(idl_file, idlgendir))%><%flag_overrides(idl_file, idlgendir)%><%else%><%if(idlgendir)%><%idlgendir%><%else%><%if(dirname_found)%>$(InputDir)<%else%>.<%endif%><%endif%><%endif%>\$(InputName)C.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
$(BuildCmds)
diff --git a/bin/MakeProjectCreator/templates/vc7.mpd b/bin/MakeProjectCreator/templates/vc7.mpd
index b4b55e6f9b8..4196d2d84d9 100644
--- a/bin/MakeProjectCreator/templates/vc7.mpd
+++ b/bin/MakeProjectCreator/templates/vc7.mpd
@@ -155,21 +155,21 @@
Description="Invoking IDL Compiler on <%basename(idl_file)%> located in <%dirname(idl_file)%>"
<%if(flag_overrides(idl_file, idlgendir))%>
CommandLine="PATH=%PATH%;<%idl_compiler_libs%>
-<%idl_compiler%> -o <%flag_overrides(idl_file, idlgendir)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>"
+<%idl_compiler%> -o <%flag_overrides(idl_file, idlgendir)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> <%idl_file%>"
Outputs="<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>C.h;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>C.i;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>C.cpp;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>S.h;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>S.i;<%flag_overrides(idl_file, idlgendir)%>\<%basenoextension(idl_file)%>S.cpp"/>
<%else%>
<%if(idlgendir)%>
CommandLine="PATH=%PATH%;<%idl_compiler_libs%>
-<%idl_compiler%> -o <%idlgendir%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>"
+<%idl_compiler%> -o <%idlgendir%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> <%idl_file%>"
Outputs="<%idlgendir%>\<%basenoextension(idl_file)%>C.h;<%idlgendir%>\<%basenoextension(idl_file)%>C.i;<%idlgendir%>\<%basenoextension(idl_file)%>C.cpp;<%idlgendir%>\<%basenoextension(idl_file)%>S.h;<%idlgendir%>\<%basenoextension(idl_file)%>S.i;<%idlgendir%>\<%basenoextension(idl_file)%>S.cpp"/>
<%else%>
<%if(dirname_found)%>
CommandLine="PATH=%PATH%;<%idl_compiler_libs%>
-<%idl_compiler%> -o <%dirname(idl_file)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>"
+<%idl_compiler%> -o <%dirname(idl_file)%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> <%idl_file%>"
Outputs="<%basenoextension(idl_file)%>C.h;<%basenoextension(idl_file)%>C.i;<%basenoextension(idl_file)%>C.cpp;<%basenoextension(idl_file)%>S.h;<%basenoextension(idl_file)%>S.i;<%basenoextension(idl_file)%>S.cpp"/>
<%else%>
CommandLine="PATH=%PATH%;<%idl_compiler_libs%>
-<%idl_compiler%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags("-Sc")%><%endif%> <%idl_file%>"
+<%idl_compiler%> <%if(flag_overrides(idl_file, idlflags))%><%flag_overrides(idl_file, idlflags)%><%else%><%idlflags%><%endif%> <%idl_file%>"
Outputs="<%noextension(idl_file)%>C.h;<%noextension(idl_file)%>C.i;<%noextension(idl_file)%>C.cpp;<%noextension(idl_file)%>S.h;<%noextension(idl_file)%>S.i;<%noextension(idl_file)%>S.cpp"/>
<%endif%>
<%endif%>