yu.dong | c33b307 | 2024-08-21 23:14:49 -0700 | [diff] [blame^] | 1 | # Define source file lists to SRC_LIST |
| 2 | SRC_LIST = MoDIS_VC9/MoDIS/w32_winmain.cpp \ |
| 3 | MoDIS_VC9/CrashHandlerlib/CrashHandlerClient.cpp \ |
| 4 | MoDIS_VC9/CrashHandlerlib/CrashHandlerSharedMemory.cpp \ |
| 5 | MoDIS_VC9/CrashHandlerlib/OscarSST.c |
| 6 | |
| 7 | SRC_LIST += MoDIS_VC9/MoDIS/mtk_simulator.rc \ |
| 8 | MoDIS_VC9/MoDIS/resource.h \ |
| 9 | MoDIS_VC9/MoDIS/StdAfx.h \ |
| 10 | MoDIS_VC9/MoDIS/mtk_icon.ICO \ |
| 11 | MoDIS_VC9/MoDIS/mtk_simulator.ICO \ |
| 12 | MoDIS_VC9/CrashHandlerlib/CrashHandlerClient.h \ |
| 13 | MoDIS_VC9/CrashHandlerlib/CrashHandlerSharedMemory.h |
| 14 | |
| 15 | # Define include path lists to INC_DIR |
| 16 | INC_DIR = MoDIS_VC9/MoDIS \ |
| 17 | MoDIS_VC9/CrashHandlerlib \ |
| 18 | interface/protocol/uem/include \ |
| 19 | service/sst/include \ |
| 20 | service/sst/include_sec |
| 21 | |
| 22 | # Define the specified compile options to COMP_DEFS |
| 23 | COMP_DEFS = MMI_ON_HARDWARE_P |
| 24 | |
| 25 | # Define the source file search paths to SRC_PATH |
| 26 | SRC_PATH = MoDIS_VC9/MoDIS |
| 27 | |
| 28 | NOT_USE_CATEGORY_INCLUDE := TRUE |