Ignore:
Timestamp:
Sep 24, 2010, 4:08:31 PM (15 years ago)
Author:
markus
Message:

c600 build now uses ALP instead of MASM; added calling conventions to function declarations where necessary (Watcom build)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r16 r26  
    2323# Tool Chain
    2424
    25 AS         = ml
     25AS         = $(DDK)\tools\alp.exe
    2626CC         = cl
    2727LD         = link
    2828
    29 AFLAGS     = -c -nologo
     29AFLAGS     = -Mb
    3030CFLAGS     = -c -nologo -Asnw -W2 -G2ms -Zlpd -Fc -Zi
    3131LFLAGS     = /noe /nod /packd /a:16 /batch /map /line
     
    4949               -I$(CC16)\include
    5050
    51 AS_INCLUDE   = -I$(DDK)\base\inc \
    52                -I$(DDK)\base\src\dev\dasd\diskinc
     51AS_INCLUDE   = -I:$(DDK)\base\inc \
     52               -I:$(DDK)\base\src\dev\dasd\diskinc
    5353
    5454LIB_DIRS     = $(DDK)\base\lib\ \
Note: See TracChangeset for help on using the changeset viewer.