Rev 227 | 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)/thyron/payCellcygnus := $(thyron)/cygnus/bin/h8300ifeq "$(findstring $(PATH),$(THYRONTOOLS))" ""PATH := $(thyron)/thyron/tools;$(cygnus);$(PATH)endifCYGNUS := $(subst /,\,$(strip $(cygnus)))TMPDIR := C:\TEMPexport CYGNUS TMPDIR#