- Timestamp:
- Sep 16, 2010, 2:48:58 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/os2ahci/wmakefile
r14 r15 68 68 69 69 # the linker wants this on one line, no spaces... 70 LIB_DIRS = $(DDK)$(PS)BASE$(PS)LIB$;$(DDK)$(PS)BASE$(PS)SRC$(PS)DEV$(PS)DASD$(PS)DEVHLP;$(WATCOM)$(PS)LIB 70 LIB_DIRS = $(DDK)$(PS)BASE$(PS)LIB$;$(DDK)$(PS)BASE$(PS)SRC$(PS)DEV$(PS)DASD$(PS)DEVHLP;$(WATCOM)$(PS)LIB286$(PS)os2 71 71 72 72 … … 76 76 TARGET = os2ahci.add 77 77 78 LIBS = os2,addcalls,dhcalls,doscalls,rmcalls78 LIBS = addcalls,dhcalls,doscalls,rmcalls,clibc 79 79 80 80 SRCS = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c … … 99 99 # compiler/linker flags 100 100 101 AFLAGS = -2 -bt=os2 -w3 -zq -ms -zcm102 CFLAGS = - bt=os2 -ms -s -zdp -zff -zgf -zu -zl -2 -w2 -wcd=138 -zp=1 -q101 AFLAGS = -2 -bt=os2 -w3 -zq -ms 102 CFLAGS = -ecc -bt=os2 -ms -zu -2 -w2 -wcd=138 -zp=1 -q -s -zdf 103 103 CFLAGS_DEBUG = -d3 -hc 104 LFLAGS = name $(TARGET) sys os2 dll initglobal option map option quiet &104 LFLAGS = name $(TARGET) system os2 dll initglobal option map option quiet & 105 105 option nodefaultlibs libpath $(LIB_DIRS) file $(LDOBJS) & 106 library $(LIBS) 106 library $(LIBS) option nocaseexact #option packd=64k 107 107 LFLAGS_DEBUG = DEBUG CODEVIEW option cvpack 108 108 … … 136 136 .asm.obj: 137 137 $(AS) $(AFLAGS) $(AS_INCLUDE) $*.asm -fo=$*.obj 138 wdis -l $*.obj 138 139 139 140 .c.obj: 140 141 $(CC) $(CFLAGS) $(CC_INCLUDE) $*.c 142 wdis -l $*.obj 141 143 142 144 $(TARGET): $(OBJS) os2ahci.def wmakefile
Note:
See TracChangeset
for help on using the changeset viewer.