source: trunk/make/setup.os2prfmasm510.mk@ 9165

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: 481 bytes
RevLine 
[9165]1# $Id: setup.os2prfmasm510.mk,v 1.1 2002-08-29 10:01:44 bird Exp $
2
3#
4# The tool(s)
5#
6AS = masm
7
8#
9# The flags
10#
11AS_FLAGS = -DOS2 -DDEBUG -Zd -Zi -Mx -t $(BUILD_DEFINES) $(ALL_DEFINES) $(AS_DEFINES) $(AS_INCLUDES) $(ALL_INCLUDES) -I$(PATH_INCLUDES:;= -I)
12AS_FLAGS_SYS = $(AS_FLAGS) -DRING0
13
14AS_CMD = echo . && set MASM=$(AS_FLAGS: = ) && $(AS) $(_SRC), $(_DST);
15AS_CMD_SYS = echo . && set MASM=$(AS_FLAGS_SYS: = ) && $(AS) $(_SRC), $(_DST);
16
Note: See TracBrowser for help on using the repository browser.