equal
deleted
inserted
replaced
98 COMPILER_PATH.desc = Compiler install directory |
98 COMPILER_PATH.desc = Compiler install directory |
99 CACERTS_FILE.desc = Location of certificates file |
99 CACERTS_FILE.desc = Location of certificates file |
100 DEVTOOLS_PATH.desc = Directory containing zip and unzip |
100 DEVTOOLS_PATH.desc = Directory containing zip and unzip |
101 CUPS_HEADERS_PATH.desc = Include directory location for CUPS header files |
101 CUPS_HEADERS_PATH.desc = Include directory location for CUPS header files |
102 DXSDK_PATH.desc = Root directory of DirectX SDK |
102 DXSDK_PATH.desc = Root directory of DirectX SDK |
103 MSDEVTOOLS_PATH.desc = Root directory of VC++ tools (e.g. rc.exe) |
|
104 MSVCRT_DLL_PATH.desc = Directory containing mscvrt.dll |
103 MSVCRT_DLL_PATH.desc = Directory containing mscvrt.dll |
105 |
104 |
106 # Make variables to print out (description and value) |
105 # Make variables to print out (description and value) |
107 VARIABLE_PRINTVAL_LIST += \ |
106 VARIABLE_PRINTVAL_LIST += \ |
108 OUTPUTDIR \ |
107 OUTPUTDIR \ |
133 # Some are windows specific |
132 # Some are windows specific |
134 ifeq ($(PLATFORM), windows) |
133 ifeq ($(PLATFORM), windows) |
135 |
134 |
136 VARIABLE_PRINTVAL_LIST += \ |
135 VARIABLE_PRINTVAL_LIST += \ |
137 DXSDK_PATH \ |
136 DXSDK_PATH \ |
138 MSDEVTOOLS_PATH \ |
|
139 MSVCRT_DLL_PATH |
137 MSVCRT_DLL_PATH |
140 |
138 |
141 VARIABLE_CHECKDIR_LIST += \ |
139 VARIABLE_CHECKDIR_LIST += \ |
142 DXSDK_PATH \ |
140 DXSDK_PATH \ |
143 MSDEVTOOLS_PATH \ |
|
144 MSVCRT_DLL_PATH |
141 MSVCRT_DLL_PATH |
145 |
142 |
146 endif |
143 endif |
147 |
144 |
148 # For pattern rules below, so all are treated the same |
145 # For pattern rules below, so all are treated the same |