repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #2216 from jwillemsen/jwi-cxxversionchecks
[ACE_TAO.git]
/
ACE
/
include
/
makeinclude
/
platform_vxworks6.5.GNU
blob
8755d343013ba514c4dc265f8ab5feabe6280661
1
# VxWorks 6.5
2
3
ifeq ($(VXWORKS_VERSION_FLAG),)
4
VXWORKS_VERSION_FLAG = -DACE_VXWORKS=0x650
5
endif # VXWORKS_VERSION_FLAG
6
7
include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.4.GNU