Changeset 3822 for trunk


Ignore:
Timestamp:
Feb 27, 2014, 1:35:19 AM (11 years ago)
Author:
bird
Message:

More openwatcom porting.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r3820 r3822  
    3838
    3939#
     40# Local config, optional.
     41#
     42ifneq ($(wildcard $(PATH_ROOT)/LocalConfig.kmk),)
     43 include $(PATH_ROOT)/LocalConfig.kmk
     44endif
     45
     46
     47
     48#
    4049# Base template.
    4150#
    4251TEMPLATE_kNIX-base = Base template.
    43 ifdef CFG_USE_WATCOM
     52ifdef CFG_KNIX_USE_WATCOM
    4453 TEMPLATE_kNIX-base_TOOL = OPENWATCOM
    4554 TEMPLATE_kNIX-base_CFLAGS = -za99
     
    4857 TEMPLATE_kNIX-base_TOOL.os2 = GCC3OMF
    4958endif
    50 
    5159
    5260#
     
    168176# todo zip up the source and create a diff.
    169177
     178
Note: See TracChangeset for help on using the changeset viewer.