Changeset 11


Ignore:
Timestamp:
Sep 13, 2010, 11:20:17 AM (15 years ago)
Author:
markus
Message:

more fixes to wmakefile

Location:
trunk/src
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wmakefile

    r9 r11  
    7474TARGET   = os2ahci.add
    7575
    76 LIBS     = addcalls,dhcalls,doscalls,slibcep,rmcalls
     76LIBS     = addcalls,dhcalls,doscalls,rmcalls
    7777
    7878SRCS     = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c
    7979
    8080OBJS     = 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
     84LDOBJS   = init.obj,libc.obj,os2ahci.obj,pci.obj,ahci.obj,ata.obj,atapi.obj,&
    8185           ctxhook.obj
    8286
     
    97101CFLAGS_DEBUG  = -d3 -hc
    98102LFLAGS        = 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)
    100104LFLAGS_DEBUG  = DEBUG CODEVIEW option cvpack
    101105
Note: See TracChangeset for help on using the changeset viewer.