Changeset 719 for trunk/makefile


Ignore:
Timestamp:
Jul 4, 2007, 2:54:53 AM (18 years ago)
Author:
Steven Levine
Message:

Change DEBUG semantics to ifdef/ifndef

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/makefile

    r703 r719  
    1717#               differences in how Watcom handles macros.
    1818
    19 # Environment:
    20 
    21 # DEBUG 0 = release build, 1 = debug build
     19# Environment - see makefile_pre.mk
    2220
    2321BASE = fm3
     
    2624# e.g. FM2_VER=-3-5-9 results in FM2-3-5-9.wpi being built
    2725# If FM2_VER is empty, then FM2.wpi is built
    28 # NOTE: Start the variable with '-'
     26# NOTE: Start the value with '-'
    2927
    3028!ifndef FM2_VER                  # if defined on wmake command, use it
     
    3836# e.g. FM2UTILS_VER=-1-0 results in FM2Utils-1.0.wpi being built
    3937# If FM2UTILS_VER is empty, then FM2UTILS.wpi is built
    40 # NOTE: Start the variable with '-'
     38# NOTE: Start the value with '-'
    4139
    4240!ifndef FM2UTILS_VER             # if defined on wmake command, use it
     
    9997# Apply to each *.mak for other exes
    10098lxlite:: *.mak .symbolic
    101 #  !$(MAKE) -f $? $(__MAKEOPTS__) lxlite
    10299   @for %f in ($<) do $(MAKE) -f %f $(__MAKEOPTS__) lxlite
    103100
Note: See TracChangeset for help on using the changeset viewer.