Changeset 211 for trunk/src/os2ahci/Makefile
- Timestamp:
- Jul 24, 2023, 5:51:46 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/Makefile
r209 r211 17 17 FDEBUG=0x0000 18 18 19 FIXPACK=Test Build 20 19 21 .ERASE 20 22 .SUFFIXES … … 23 25 # Define default build version if not specified in environment 24 26 BLD_MAJOR=2 25 BLD_MINOR=0 8# must be 2 digits27 BLD_MINOR=09 # must be 2 digits 26 28 BLD_REV=0 # not used at this time 27 29 … … 90 92 !endif 91 93 92 #DAZ need to find which structures need pack(1) so we can reset this back to -zp493 94 AFLAGS=-q -6p -bt=os2 -wx -d1 94 95 CFLAGS =-q -bt=os2 -6s -olinar -s -ze -zl -zq -zfp -zgp -ms -wx -zp1 -ecs -ei -za99 … … 142 143 @%append $^&.lrf option map=$^*.map 143 144 @%append $^&.lrf option stack=0 144 # @%append $*.lnk option protmode145 145 @%append $^&.lrf sort global 146 146 @%append $^&.lrf option osname='ArcaOS' … … 149 149 @for %f in ($(OBJS)) do @%append $^&.lrf file %f 150 150 @for %f in ($(LIBS)) do @%append $^&.lrf library %f 151 # @%append $*.lnk segment type DATA SHARED152 # @%append $*.lnk segment type CODE IOPL153 # # Order segments by class154 # @%append $*.lnk order155 # @%append $*.lnk clname 'DATA'156 # @%append $*.lnk clname 'CONST'157 # @%append $*.lnk clname 'BSS'158 # @%append $*.lnk clname 'CODE'159 151 @wlink @$^&.lrf 160 152 @%erase $^&.lrf
Note:
See TracChangeset
for help on using the changeset viewer.