10 lines
162 B
PHP
10 lines
162 B
PHP
|
#
|
||
|
# Common defines across subcomponents
|
||
|
|
||
|
TARGET_BOTH = 1
|
||
|
|
||
|
!include $(CCSHELL_DIR)\common.inc
|
||
|
|
||
|
SOURCES_USED = $(SOURCES_USED) $(CCSHELL_DIR)\common.inc
|
||
|
|