Changeset 719 for trunk/makefile
- Timestamp:
- Jul 4, 2007, 2:54:53 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/makefile
r703 r719 17 17 # differences in how Watcom handles macros. 18 18 19 # Environment: 20 21 # DEBUG 0 = release build, 1 = debug build 19 # Environment - see makefile_pre.mk 22 20 23 21 BASE = fm3 … … 26 24 # e.g. FM2_VER=-3-5-9 results in FM2-3-5-9.wpi being built 27 25 # If FM2_VER is empty, then FM2.wpi is built 28 # NOTE: Start the va riable with '-'26 # NOTE: Start the value with '-' 29 27 30 28 !ifndef FM2_VER # if defined on wmake command, use it … … 38 36 # e.g. FM2UTILS_VER=-1-0 results in FM2Utils-1.0.wpi being built 39 37 # If FM2UTILS_VER is empty, then FM2UTILS.wpi is built 40 # NOTE: Start the va riable with '-'38 # NOTE: Start the value with '-' 41 39 42 40 !ifndef FM2UTILS_VER # if defined on wmake command, use it … … 99 97 # Apply to each *.mak for other exes 100 98 lxlite:: *.mak .symbolic 101 # !$(MAKE) -f $? $(__MAKEOPTS__) lxlite102 99 @for %f in ($<) do $(MAKE) -f %f $(__MAKEOPTS__) lxlite 103 100
Note:
See TracChangeset
for help on using the changeset viewer.