Ignore:
Timestamp:
Nov 10, 2013, 4:56:20 PM (12 years ago)
Author:
David Azarewicz
Message:

Fix for hardware that reports incorrect status.
Now report both real and fake devices when SCSI emulation is enabled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/os2ahci/Makefile

    r171 r174  
    3030# Define default build version if not specified in environment
    3131BLD_MAJOR=1
    32 BLD_MINOR=31 # must be 2 digits
     32BLD_MINOR=32 # must be 2 digits
    3333BLD_REV=0 # not used at this time
    3434FIXPACK=
     
    5858!endif
    5959
    60 CC_INCLUDE = -I..\include &
    61              -I$(DDK)\base\h &
    62              -I$(DDK)\base\ibmh &
    63              -I$(DDK)\base\src\dev\dasd\diskh &
    64              -I$(DDK)\base\src\dev\thinkpad\dockii\apmcalls &
    65 
    66 AS_INCLUDE = -I=$(DDK)\base\inc &
    67              -I=$(DDK)\base\src\dev\dasd\diskinc
    68 
    69 LIB_DIRS   = $(DDK)\base\lib\ &
    70              $(DDK)\base\src\dev\dasd\devhlp\ &
    71              $(DDK)\base\src\dev\thinkpad\dockii\apmcalls\
     60AS_INCLUDE = -I=$(DDK)\base\inc
     61LIB_DIRS = $(DDK)\base\lib\
    7262
    7363###############################################################################
     
    7969#
    8070
    81 %PATH=..\..\tools;$(WATCOM)\BINP;$(WATCOM)\BINW;
    82 AS     = wasm
    83 CC     = wcc
    84 MAPSYM = $(DDK)\base\tools\mapsym.exe
     71%INCLUDE=..\include;$(DDK)\base\h;
     72%PATH=..\..\tools;$(WATCOM)\BINP;$(WATCOM)\BINW;$(DDK)\base\tools;
     73AS=wasm
     74CC=wcc
     75MAPSYM=mapsym.exe
    8576
    8677!ifdef __LOADDLL__
     
    160151
    161152.c.obj: .autodepend
    162     $(CC) $(CFLAGS) $(CC_INCLUDE) $[@
     153    $(CC) $(CFLAGS) $[@
    163154    #wdis -l $^@
    164155
Note: See TracChangeset for help on using the changeset viewer.