Ignore:
Timestamp:
Aug 8, 2017, 11:07:10 AM (8 years ago)
Author:
herwigb
Message:

Cleanup makefile, add german strings for de/uni.dlg, update en/uni.dlg, declare build.cmd obsolete

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1.0/src/makefile.kmk

    r34 r35  
    4242uni_de_CLEAN = $(PATH_STAGE_BIN)/de/uni.pdr
    4343
    44 uni_CFLAGS = -Zomf
    45 uni_CFLAGS.release = -s -O3 -march=pentium -mtune=pentium4
     44uni_CFLAGS = -Zdll
     45uni_CFLAGS.release = -s -O0 -march=i686 -mtune=i686
    4646uni_CFLAGS.debug = -g -O0 -DDEBUG
    47 uni_LDFLAGS = -Zhigh-mem -Zomf -Zno-fork -Zmap -Zbin-files  
     47uni_LDFLAGS = -Zhigh-mem -Zomf -Zno-fork -Zmap -Zbin-files KMK_NOIMPLIB
    4848uni_LDFLAGS.release = -s
    4949uni_LDFLAGS.debug = -g
     50uni_LIBS += cx
    5051
    5152uni_DEFS =
     
    143144        zip -9 -r $@ $(PATH_STAGE_BIN)/*
    144145
    145 
Note: See TracChangeset for help on using the changeset viewer.