summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/ChangeLog8
-rw-r--r--TAO/rules.tao.GNU12
2 files changed, 8 insertions, 12 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index 09bb9f2b1c5..8e861610f40 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Mon Mar 23 13:48:21 UTC 2009 Adam Mitz <mitza@ociweb.com>
+
+ * rules.tao.GNU:
+
+ Removed section specific to Win32/MinGW that set the make variable
+ TAO_IDL_PREPROCESSOR to the full path to $(CXX). This is not needed,
+ we can treat it like any other platform.
+
Mon Mar 23 09:55:22 UTC 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/Bounded_Basic_String_Sequence_T.h
diff --git a/TAO/rules.tao.GNU b/TAO/rules.tao.GNU
index 759164dd203..0f8d42d7800 100644
--- a/TAO/rules.tao.GNU
+++ b/TAO/rules.tao.GNU
@@ -25,18 +25,6 @@ ifeq ($(exceptions),0)
echo "ERROR: Emulated exceptions are not safe to use anymore, see the NEWS file"
endif # exceptions
-ifdef COMSPEC
- #### Assume we're on a WIN32 host.
- ifndef TAO_IDL_PREPROCESSOR
- #### Assume we have Bourne shell and sed. Otherwise, the user
- #### should find out here that the TAO_IDL_PREPROCESSOR environment
- #### variable must be set explicitly!
- ifeq ($(mingw32),1)
- TAO_IDL_PREPROCESSOR := $(shell type $(CXX) | sed 's/.* is //')
- endif # mingw32
- endif # ! TAO_IDL_PREPROCESSOR
-endif # COMSPEC
-
####
#### Macro customization.
####