Ignore:
Timestamp:
Sep 20, 2010, 1:10:23 PM (15 years ago)
Author:
markus
Message:

fixed devhelp calls for Watcom compiler (added private, fixed copy of devhelp.h from DDK)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/wmakefile

    r19 r20  
    3434!endif
    3535
    36 CC_INCLUDE   = -I$(DDK)\base\src\dev\dasd\diskh \
     36CC_INCLUDE   = -I. \
     37               -I$(DDK)\base\src\dev\dasd\diskh \
    3738               -I$(DDK)\base\h \
    3839               -I$(DDK)\base\ibmh \
     
    5859
    5960AFLAGS        = -Mb
    60 CFLAGS        = -ecc -bt=os2 -ms -zu -2 -w2 -wcd=138 -zp=1 -q -s -zdf
     61CFLAGS        = -ecc -bt=os2 -ms -zu -5 -w2 -wcd=138 -zp=1 -q -s -zdf
    6162CFLAGS_DEBUG  = -d3 -hc
    6263LFLAGS        = /noe /nod /packd /a:16 /batch /map /line
     
    6768TARGET   = os2ahci.add
    6869
    69 LIBS     = addcalls dhcalls doscalls rmcalls
     70LIBS     = addcalls doscalls rmcalls # dhcalls not needed, see local devhelp.h
    7071
    7172SRCS     = 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.