Ignore:
Timestamp:
Nov 19, 2008, 3:41:24 AM (17 years ago)
Author:
bird
Message:

Added 'dos' to the OS list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/kBuild/tools/OPENWATCOM.kmk

    r2081 r2086  
    124124TOOL_OPENWATCOM_ASOBJSUFF        ?= .obj
    125125TOOL_OPENWATCOM_ASFLAGS          ?= -zq
     126TOOL_OPENWATCOM_ASFLAGS.dos      ?= -bt=dos
    126127TOOL_OPENWATCOM_ASFLAGS.os2      ?= -bt=os2
    127128TOOL_OPENWATCOM_ASFLAGS.win      ?= -bt=nt
     
    129130TOOL_OPENWATCOM_COBJSUFF         ?= .obj
    130131TOOL_OPENWATCOM_CFLAGS           ?= -zq
     132TOOL_OPENWATCOM_CFLAGS.dos       ?= -bt=dos
    131133TOOL_OPENWATCOM_CFLAGS.os2       ?= -bt=os2
    132134TOOL_OPENWATCOM_CFLAGS.win       ?= -bt=nt
    133 TOOL_OPENWATCOM_CINCS            ?= $(PATH_TOOL_OPENWATCOM)/h
     135ifdef PATH_TOOL_OPENWATCOM
     136 TOOL_OPENWATCOM_CINCS           ?= $(PATH_TOOL_OPENWATCOM)/h
     137endif
    134138
    135139TOOL_OPENWATCOM_CXXOBJSUFF       ?= .obj
    136140TOOL_OPENWATCOM_CXXFLAGS         ?= -zq
     141TOOL_OPENWATCOM_CXXFLAGS.dos     ?= -bt=dos
    137142TOOL_OPENWATCOM_CXXFLAGS.os2     ?= -bt=os2
    138143TOOL_OPENWATCOM_CXXFLAGS.win     ?= -bt=nt
    139 TOOL_OPENWATCOM_CXXINCS          ?= $(PATH_TOOL_OPENWATCOM)/h
     144ifdef PATH_TOOL_OPENWATCOM
     145 TOOL_OPENWATCOM_CXXINCS         ?= $(PATH_TOOL_OPENWATCOM)/h
     146endif
    140147
    141148TOOL_OPENWATCOM_RCOBJSUFF        ?= .res
     
    143150TOOL_OPENWATCOM_RCFLAGS.os2      ?= -bt=os2
    144151TOOL_OPENWATCOM_RCFLAGS.win      ?= -bt=nt
    145 TOOL_OPENWATCOM_RCINCS           ?= $(PATH_TOOL_OPENWATCOM)/h
     152ifdef PATH_TOOL_OPENWATCOM
     153 TOOL_OPENWATCOM_RCINCS          ?= $(PATH_TOOL_OPENWATCOM)/h
     154endif
    146155
    147156TOOL_OPENWATCOM_ARFLAGS          ?= -q
     
    149158
    150159TOOL_OPENWATCOM_LDFLAGS          ?= -zq -y
     160TOOL_OPENWATCOM_LDFLAGS.dos      ?= -bt=dos
    151161TOOL_OPENWATCOM_LDFLAGS.os2      ?= -bt=os2
    152162TOOL_OPENWATCOM_LDFLAGS.win      ?= -bt=nt
Note: See TracChangeset for help on using the changeset viewer.