summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-03-23 13:50:14 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2009-03-23 13:50:14 +0000
commit4495c1284dbffd9da50b6a0aa9e588d8dd53bb3f (patch)
tree7a87e4824c63b01ab84f0cfa131595b35ad060b8
parent7030c1b4b476c829569221b607f6556465ccfb9c (diff)
downloadATCD-4495c1284dbffd9da50b6a0aa9e588d8dd53bb3f.tar.gz
ChangeLogTag: Mon Mar 23 13:48:21 UTC 2009 Adam Mitz <mitza@ociweb.com>
-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.
####