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:
398 bytes
|
Line | |
---|
1 | # $Id: setup.os2debalp.mk,v 1.5 2002-08-29 10:01:42 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # The tool(s)
|
---|
5 | #
|
---|
6 | AS = alp
|
---|
7 |
|
---|
8 | #
|
---|
9 | # The flags
|
---|
10 | #
|
---|
11 | !include $(PATH_MAKE)\setup.optional.alp.mk
|
---|
12 | AS_FLAGS = -D:OS2 -D:DEBUG $(_AS_OPTIONAL) -Mb $(BUILD_DEFINES:-D=-D:) $(ALL_DEFINES:-D=-D:) $(AS_DEFINES:-D=-D:) $(AS_INCLUDES:-I=-i:) $(ALL_INCLUDES:-I=-i:) -i:$(PATH_INCLUDES)
|
---|
13 | AS_FLAGS_SYS= $(AS_FLAGS) -D:RING0
|
---|
14 | AS_OBJ_OUT = -Fo:
|
---|
15 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.