Ignore:
Timestamp:
Apr 8, 2010, 3:08:40 PM (15 years ago)
Author:
herwigb
Message:

Some more changes

File:
1 edited

Legend:

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

    r11 r14  
    4040uni_de_CLEAN = $(PATH_BIN)/de/uni.pdr
    4141
    42 uni_CFLAGS = -Zomf
     42uni_CFLAGS = -Zdll -Zbin-files -Zomf
    4343uni_CFLAGS.release = -s -O1 -march=pentium -mtune=pentium4
    4444uni_CFLAGS.debug = -g -O0 -DDEBUG
    45 uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zbin-files
     45# gcc -Zdll -Zbin-files -Zomf -o smb.pdr smb.o smb.def smb.res
     46# uni_LDFLAGS = -Zomf -Zno-fork -Zmap -Zdll -Zbin-files
     47uni_LDFLAGS = -Zdll -Zbin-files -Zomf 
    4648uni_LDFLAGS.release = -s
    4749uni_LDFLAGS.debug = -g
     50
    4851
    4952uni_DEFS =
Note: See TracChangeset for help on using the changeset viewer.