Rev 227 | Blame | Last modification | View Log | RSS feed
# -*- mode: mak; -*-################################################################################ File: TOOLSET/wc386.def# Contents: WATCOM defines###############################################################################toolset = wc386o = objs = asma = libexe = .exp.SUFFIXES: .asm.PHONY: watcomwatcom:@$(echo) '[Toolset WC386 - Watcom C/C++ 32 bit/TNT/Masm]'; \if [ -z "$$WATCOM" ]; then echo 'WATCOM env var not set'; exit 2; fi; \if [ -z "$$TNT70" ]; then echo 'TNT70 env var not set'; exit 2; fi; \if [ -z "$$MASM" ]; then echo 'MASM env var not set'; exit 2; fiwatcom := $(subst \,/,$(strip $(WATCOM)))tnt70 := $(subst \,/,$(strip $(TNT70)))masm := $(subst \,/,$(strip $(MASM)))ifeq "$(findstring $(PATH),$(WATCOM))" ""PATH := $(PATH);$(watcom)/bin;$(watcom)/binbendififeq "$(findstring $(PATH),$(TNT70))" ""PATH := $(PATH);$(tnt70)/binendififeq "$(findstring $(PATH),$(MASM))" ""PATH := $(PATH);$(masm)/binendifRPCGEN_CPP := wccRPCGEN_CFLAGS := -pw=0export RPCGEN_CPP RPCGEN_CFLAGS#