Last change
on this file since 9165 was 9165, checked in by bird, 23 years ago |
Added new tools. Restructured tools. More options. Fixes.
|
File size:
311 bytes
|
Rev | Line | |
---|
[9165] | 1 | # $Id: setup.os2as.mk,v 1.1 2002-08-29 10:01:41 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)$(SHT_BLDMD)masm510.mk
|
---|
| 9 | !else
|
---|
| 10 | # Default assembler: ALP
|
---|
| 11 | ! include $(PATH_MAKE)\setup.$(SHT_TRGPLTFRM)$(SHT_BLDMD)alp.mk
|
---|
| 12 | !endif
|
---|
| 13 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.