Last change
on this file since 20 was 13, checked in by dryeo, 5 years ago |
Update make.inc to reflect my build environment. This can be improved
|
File size:
1.1 KB
|
Rev | Line | |
---|
[2] | 1 | # List of languages to be built.
|
---|
| 2 | LANGUAGES = de en nl it
|
---|
| 3 |
|
---|
| 4 | #define the next makro if compiling a release rather than a beta
|
---|
| 5 | #This will remove the build string from the about dialog
|
---|
| 6 | export CWMMRELEASE = YES
|
---|
| 7 |
|
---|
| 8 | #define the next makro if compiling eCS. Undef if normal compile!
|
---|
| 9 | #That's used for createcd.exe until I find a decent documentation for make to do it better...
|
---|
| 10 | #Also used for including the right icons
|
---|
[3] | 11 | #ECS_COMPILE = YES
|
---|
[2] | 12 |
|
---|
| 13 | ifdef ECS_COMPILE
|
---|
| 14 | # Don't use an empty string here!
|
---|
| 15 | ECS = ECS
|
---|
| 16 | else
|
---|
| 17 | # Don't use an empty string here!
|
---|
| 18 | ECS = NO_ECS
|
---|
| 19 | endif
|
---|
| 20 |
|
---|
| 21 | VERSION = 0_2_9
|
---|
| 22 | VERSION_STRING = 0.2.9
|
---|
| 23 | AUTHOR_STRING = "(C) Chris Wohlgemuth 2002-2005"
|
---|
| 24 |
|
---|
| 25 | # Put version in environment for REXX skripts
|
---|
| 26 | export MMCLSVERSION = $(VERSION_STRING)
|
---|
| 27 |
|
---|
| 28 | ifdef ECS_COMPILE
|
---|
| 29 | PKGNAME = ecs-cw-mmclasses
|
---|
| 30 | else
|
---|
| 31 | PKGNAME = cw-mmclasses
|
---|
| 32 | endif
|
---|
| 33 |
|
---|
| 34 | ECSBASE = add2mmos2
|
---|
| 35 | ECSCLASSDIR = MMClass
|
---|
| 36 | ECSMFLDRDIR = MediaFld
|
---|
| 37 |
|
---|
| 38 | #The base dir for additional functions for the MM helper programs
|
---|
[13] | 39 | #Edit to reflect your environment
|
---|
| 40 | export COMMONSRC = K:/work/cwmmclasses/branches/v2.9/common_functions
|
---|
Note:
See
TracBrowser
for help on using the repository browser.