summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_vxworks6.2.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-03-07 13:12:49 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-03-07 13:12:49 +0000
commitea08b237b414d6f5195fa723db13fafbdd8e13cd (patch)
treeb235955972236d12d30d16c71923420029dc5baf /ACE/include/makeinclude/platform_vxworks6.2.GNU
parent4c4e3810c60ff9996e945c7b716b5c70a3483477 (diff)
downloadATCD-ea08b237b414d6f5195fa723db13fafbdd8e13cd.tar.gz
Wed Mar 7 13:12:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/platform_vxworks6.2.GNU')
-rw-r--r--ACE/include/makeinclude/platform_vxworks6.2.GNU19
1 files changed, 6 insertions, 13 deletions
diff --git a/ACE/include/makeinclude/platform_vxworks6.2.GNU b/ACE/include/makeinclude/platform_vxworks6.2.GNU
index 6c6db9ba39a..e3fccd1ec7f 100644
--- a/ACE/include/makeinclude/platform_vxworks6.2.GNU
+++ b/ACE/include/makeinclude/platform_vxworks6.2.GNU
@@ -22,14 +22,6 @@ ifneq (,$(HOST_ROOT))
TAO_IDLFLAGS += -g $(HOST_ROOT)/bin/gperf
endif
-ifeq ("$(OS)", "Windows_NT")
-ifneq ($(MAKE_MODE), unix)
-vxworks_ntbuild ?= 1
-MKDIR_NTSTYLE ?= 1
-lacks_touch ?= 1
-endif
-endif
-
debug ?= 1
optimize ?= 1
rtti ?= 1
@@ -37,6 +29,7 @@ threads ?= 1
exceptions ?= 1
rtp ?= 1
pthread ?= 1
+xerces ?= 0
ifeq ($(static_libs),1)
shared_libs = 0
@@ -58,11 +51,11 @@ ifeq (,$(WIND_HOST_TYPE))
@ERROR: you must set your WIND_HOST_TYPE environment variable
endif # WIND_HOST_TYPE
-ifeq ($(DIAB_HOST_TYPE),)
-ifeq ("$(OS)", "Windows_NT")
- DIAB_HOST_TYPE = WIN32
-else
- DIAB_HOST_TYPE = UNIX
+ifeq ("$(WIND_HOST_TYPE)","x86-win32")
+ifneq ($(MAKE_MODE), unix)
+vxworks_ntbuild ?= 1
+MKDIR_NTSTYLE ?= 1
+lacks_touch ?= 1
endif
endif