Changeset 12 for trunk


Ignore:
Timestamp:
Sep 13, 2010, 5:56:13 PM (15 years ago)
Author:
markus
Message:

wmakefile changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wmakefile

    r11 r12  
    2929# wmake options
    3030
    31 .ERASE # disable prompt to delete out of date files on compile errors
     31# disable prompt to delete out of date files on compile errors
     32.ERASE   
    3233
    3334
     
    6667               -I$(DDK)$(PS)BASE$(PS)SRC$(PS)DEV$(PS)DASD$(PS)DISKINC
    6768
    68 LIB_DIRS     = $(DDK)$(PS)BASE$(PS)LIB$(PS);$(DDK)$(PS)BASE$(PS)SRC$(PS)DEV$(PS)DASD$(PS)DEVHLP$(PS);$(WATCOM)$(PS)LIB$(PS);
     69LIB_DIRS     = $(DDK)$(PS)BASE$(PS)LIB$;$(DDK)$(PS)BASE$(PS)SRC$(PS)DEV$(PS)DASD$(PS)DEVHLP;$(WATCOM)$(PS)LIB;
    6970
    7071
     
    7475TARGET   = os2ahci.add
    7576
    76 LIBS     = addcalls,dhcalls,doscalls,rmcalls
     77LIBS     = os2,addcalls,dhcalls,doscalls,rmcalls
    7778
    7879SRCS     = init.asm libc.c os2ahci.c pci.c ahci.c ata.c atapi.c ctxhook.c
     
    8182           ctxhook.obj
    8283
    83 # the Watcom linker needs commas between object files
     84#          the Watcom linker needs commas between object files
    8485LDOBJS   = init.obj,libc.obj,os2ahci.obj,pci.obj,ahci.obj,ata.obj,atapi.obj,&
    8586           ctxhook.obj
     
    9798# compiler/linker flags
    9899
    99 AFLAGS        = -2 -bt=os2 -w3 -zq -ms
     100AFLAGS        = -2 -bt=os2 -w3 -zq -ms -zcm
    100101CFLAGS        = -bt=os2 -ms -s -zdp -zff -zgf -zu -zl -2 -w2 -wcd=138 -zp=1 -q
    101102CFLAGS_DEBUG  = -d3 -hc
    102103LFLAGS        = name $(TARGET) sys os2 dll initglobal option map option quiet &
    103                 libpath $(LIB_DIRS) lib os2 file $(LDOBJS) library $(LIBS)
     104                option nodefaultlibs libpath $(LIB_DIRS) file $(LDOBJS) &
     105                library $(LIBS)
    104106LFLAGS_DEBUG  = DEBUG CODEVIEW option cvpack
    105107
Note: See TracChangeset for help on using the changeset viewer.