Changeset 4 for trunk/make.inc
- Timestamp:
- Jul 13, 2017, 5:17:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/make.inc
r3 r4 1 1 # List of languages to be built. 2 LANGUAGES = de en nl it 2 LANGUAGES = de en nl it tw 3 3 4 4 #define the next makro if compiling a release rather than a beta … … 9 9 #That's used for createcd.exe until I find a decent documentation for make to do it better... 10 10 #Also used for including the right icons 11 #ECS_COMPILE = YES11 ECS_COMPILE = YES 12 12 13 13 ifdef ECS_COMPILE … … 36 36 ECSMFLDRDIR = MediaFld 37 37 38 #The base dir for additional functions for the MM helper programs38 #The base dir off the CW function toolkit 39 39 export COMMONSRC = H:/cwmm/common_functions 40 40 41 export NLVBASE = H:/cwmm/nlv 42 export MMSRCBASE = H:/cwmm 41 43 42 44
Note:
See TracChangeset
for help on using the changeset viewer.