Rev 241 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
# -*- mode: perl -*-################################################################################ File: TOOLSET/cygnus_thyron.def# Contents: Cygnus Thyron defines###############################################################################toolset = cygnus_thyrons = asmo = oa = aexe =.SUFFIXES: .asm.PHONY: cygnus_thyroncygnus_thyron:@$(echo) [Toolset Cygnus/Thyron]; \if [ -z "$$THYRONTOOLS" ]; then echo THYRONTOOLS env var not set; exit 2; fithyron := $(subst \,/,$(strip $(THYRONTOOLS)))MPTLIB := $(thyron)/PayCellcygnus := $(thyron)/Compiler/Bin/h8300ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""PATH := $(PATH);$(cygnus)endifCYGNUS := $(subst /,\,$(strip $(cygnus)))TMPDIR := C:\TEMPexport CYGNUS TMPDIR#