Changeset 11
- Timestamp:
- Sep 13, 2010, 11:20:17 AM (15 years ago)
- Location:
- trunk/src
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wmakefile
r9 r11 74 74 TARGET = os2ahci.add 75 75 76 LIBS = addcalls,dhcalls,doscalls, slibcep,rmcalls76 LIBS = addcalls,dhcalls,doscalls,rmcalls 77 77 78 78 SRCS = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c 79 79 80 80 OBJS = init.obj libc.obj os2ahci.obj pci.obj ahci.obj ata.obj atapi.obj& 81 ctxhook.obj 82 83 # the Watcom linker needs commas between object files 84 LDOBJS = init.obj,libc.obj,os2ahci.obj,pci.obj,ahci.obj,ata.obj,atapi.obj,& 81 85 ctxhook.obj 82 86 … … 97 101 CFLAGS_DEBUG = -d3 -hc 98 102 LFLAGS = name $(TARGET) sys os2 dll initglobal option map option quiet & 99 libpath $(LIB_DIRS) lib os2 file $( OBJS) library $(LIBS)103 libpath $(LIB_DIRS) lib os2 file $(LDOBJS) library $(LIBS) 100 104 LFLAGS_DEBUG = DEBUG CODEVIEW option cvpack 101 105
Note:
See TracChangeset
for help on using the changeset viewer.