Changeset 20 for trunk/src/os2ahci/wmakefile
- Timestamp:
- Sep 20, 2010, 1:10:23 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/wmakefile
r19 r20 34 34 !endif 35 35 36 CC_INCLUDE = -I$(DDK)\base\src\dev\dasd\diskh \ 36 CC_INCLUDE = -I. \ 37 -I$(DDK)\base\src\dev\dasd\diskh \ 37 38 -I$(DDK)\base\h \ 38 39 -I$(DDK)\base\ibmh \ … … 58 59 59 60 AFLAGS = -Mb 60 CFLAGS = -ecc -bt=os2 -ms -zu - 2-w2 -wcd=138 -zp=1 -q -s -zdf61 CFLAGS = -ecc -bt=os2 -ms -zu -5 -w2 -wcd=138 -zp=1 -q -s -zdf 61 62 CFLAGS_DEBUG = -d3 -hc 62 63 LFLAGS = /noe /nod /packd /a:16 /batch /map /line … … 67 68 TARGET = os2ahci.add 68 69 69 LIBS = addcalls d hcalls doscalls rmcalls70 LIBS = addcalls doscalls rmcalls # dhcalls not needed, see local devhelp.h 70 71 71 72 SRCS = init.asm math.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c \
Note:
See TracChangeset
for help on using the changeset viewer.