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
Enable C++14 for clang 5/6/7/8
[ACE_TAO.git]
/
ACE
/
include
/
makeinclude
/
platform_vxworks6.8.GNU
blob
3fbb0a4d09b96d6242ab9e3d81fa6450163906c7
1
# VxWorks 6.8
2
3
ifeq ($(VXWORKS_VERSION_FLAG),)
4
VXWORKS_VERSION_FLAG = -DACE_VXWORKS=0x680
5
endif # VXWORKS_VERSION_FLAG
6
7
WIND_USR_LIB ?= ../lib/usr/lib
8
9
include $(ACE_ROOT)/include/makeinclude/platform_vxworks6.7.GNU
10