rjw | 6c1fd8f | 2022-11-30 14:33:01 +0800 | [diff] [blame] | 1 | # Define source file lists to SRC_LIST |
| 2 | SRC_LIST = MoDIS_VC9/comm/cShare.cpp |
| 3 | |
| 4 | # Define include path lists to INC_DIR |
| 5 | INC_DIR = MoDIS_VC9/comm |
| 6 | |
| 7 | # Define the specified compile options to COMP_DEFS |
| 8 | COMP_DEFS = |
| 9 | |
| 10 | ifeq ($(filter __MTK_TARGET__,$(strip $(MODULE_DEFS))),) |
| 11 | COMP_DEFS += GEN_FOR_PC __UCS2_ENCODING |
| 12 | endif |
| 13 | |
| 14 | # Define the source file search paths to SRC_PATH |
| 15 | SRC_PATH = MoDIS_VC9/comm |
| 16 | |
| 17 | ifeq ($(filter __MTK_TARGET__, $(strip $(MODULE_DEFS))),) |
| 18 | MODIS_DIS_OPTION += STDC_HEADERS |
| 19 | endif |
| 20 | |
| 21 | NOT_USE_CATEGORY_INCLUDE := TRUE |