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.7.GNU
blob
78f682bfa58765ddbad049d0caf10112a9d628a1
1
# VxWorks 6.7
2
3
ifeq ($(VXWORKS_VERSION_FLAG),)
4
VXWORKS_VERSION_FLAG = -DACE_VXWORKS=0x670
5
endif # VXWORKS_VERSION_FLAG
6
7
include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.6.GNU