Ignore:
Timestamp:
Jan 27, 2021, 9:35:47 AM (5 years ago)
Author:
Paul Smedley
Message:

Remove remaining support for non-KEE builds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GPL/branches/uniaud32-next/tools/header.mif

    r655 r667  
    1717!endif
    1818WATCOM=$(%WATCOM)
    19 
    20 #Always build KEE version
    21 KEE = 1
    2219
    2320!if "$(DEBUG)" == "1"
     
    5956!else
    6057CFLAGS += -zp4
    61 !endif
    62 
    63 !if $(KEE) == 1
    64 CFLAGS  += -DKEE
    65 ASFLAGS += -D:KEE
    6658!endif
    6759
Note: See TracChangeset for help on using the changeset viewer.