15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
ifeq ($(IS_NEED_COMPILE_TINYXML2),true)
|
|
BUILD_DEPS += ../../ext/tinyxml2
|
|
endif
|
|
|
|
ifeq ($(IS_NEED_COMPILE_STLPORT),true)
|
|
BUILD_DEPS+=stlport
|
|
endif
|
|
|
|
ifeq ($(IS_NEED_COMPILE_EXPAT),true)
|
|
BUILD_DEPS+= ../../ext/expat
|
|
endif
|
|
|
|
|
|
BUILD_DEPS += aaa ebase oslayer calib_db calib_xml cam_ia_api
|