Changeset 582


Ignore:
Timestamp:
Jul 9, 2014, 10:35:23 PM (11 years ago)
Author:
David Azarewicz
Message:

build system reorganization

Location:
GPL/branches/DAZ
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • GPL/branches/DAZ/drv32/Makefile

    r580 r582  
    3737# note: Watcom headers must be before DDK headers to avoid conflicts
    3838# with C runtime headers
    39 CINCLUDES = .;..\include;$(WATCOM)\h;$(DDK)\base\h
     39CINCLUDES = .;$(ROOT)\include;$(WATCOM)\h;$(DDK)\base\h
    4040AINCLUDES = -I:$(DDK)\base\INC
    4141
  • GPL/branches/DAZ/lib32/Makefile

    r580 r582  
    66!include $(ROOT)\tools\header.mif
    77
    8 CINCLUDES = ..\include;..\runtime;..\alsa-kernel\include;$(WATCOM)\H;$(WATCOM)\H\OS2;
     8CINCLUDES = $(ROOT)\include;$(WATCOM)\H;$(WATCOM)\H\OS2;
    99AINCLUDES = $(DDK)\base\H
    1010
Note: See TracChangeset for help on using the changeset viewer.