Changeset 454


Ignore:
Timestamp:
Jul 28, 2003, 12:01:23 AM (22 years ago)
Author:
bird
Message:

Added -Zaout to the aout target flags.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/Makefile

    • Property cvs2svn:cvs-rev changed from 1.25 to 1.26
    r453 r454  
    5454CFLAGS.opt  = -g -O3
    5555CFLAGS.dbg  = -g -DDEBUG
    56 CFLAGS.aout =
     56CFLAGS.aout = -Zaout
    5757CFLAGS.omf  = -Zomf
    5858CFLAGS.prof = -pg
     
    7272LDFLAGS.opt = -g -Zcrtdll=c_dll
    7373LDFLAGS.dbg = -g
    74 LDFLAGS.aout =
     74LDFLAGS.aout = -Zaout
    7575LDFLAGS.omf = -Zomf -Zlinker /PM:VIO -Zlinker /LINENUMBERS
    7676LDFLAGS.prof = -pg
Note: See TracChangeset for help on using the changeset viewer.