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

Changed wmakefile to use link.exe and alp.exe (Assembler) from DDK, now it compiles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r13 r16  
    3535
    3636# main path to OS/2 DDK; this needs to be set before this makefile will work
     37!ifndef DDK
    3738DDK          = i:\ddk
     39!endif
    3840
    3941# main path to 16 bit C compiler
     42!ifndef CC16
    4043CC16         = i:\c600
     44!endif
    4145
    4246CC_INCLUDE   = -I$(DDK)\base\h \
Note: See TracChangeset for help on using the changeset viewer.