Changeset 228


Ignore:
Timestamp:
Jul 30, 2007, 5:30:03 AM (18 years ago)
Author:
Brendan Oakley
Message:

Removed missing include dir in makefile, thanks to Mike

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified GPL/trunk/drv32/makefile.os2

    r226 r228  
    3030# note: Watcom headers must be before DDK headers to avoid conflicts
    3131# with C runtime headers
    32 CINCLUDES   = .;..\runtime;..\include;$(%WATCOM)\h;$(DDK_BASE)\h
     32CINCLUDES   = .;..\include;$(%WATCOM)\h;$(DDK_BASE)\h
    3333
    3434AINCLUDES = -I:$(DDK_BASE)\INC
     
    130130$(OBJDIR)\$(TARGET).sym: $(LIBS)
    131131!ifdef USE_WLINK
    132      $(WAT2MAP) $(WMAPNAME) $(OBJDIR)\$(TARGET).map
     132     @$(WAT2MAP) $(WMAPNAME) $(OBJDIR)\$(TARGET).map
    133133!endif
    134134     cd $(OBJDIR)
Note: See TracChangeset for help on using the changeset viewer.