source: trunk/make/setup.os2as.mk@ 9174

Last change on this file since 9174 was 9174, checked in by bird, 23 years ago

Fixing and restructuring.

File size: 293 bytes
Line 
1# $Id: setup.os2as.mk,v 1.2 2002-08-30 18:27:22 bird Exp $
2
3#
4# Assembler fanout.
5#
6!ifdef AS_USE_MASM5
7# Alternate assembler: MASM v5.10
8! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allmasm510.mk
9!else
10# Default assembler: ALP
11! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)allalp.mk
12!endif
13
Note: See TracBrowser for help on using the repository browser.