source: trunk/make/setup.os2prfalp.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: 399 bytes
RevLine 
[9165]1# $Id: setup.os2prfalp.mk,v 1.5 2002-08-29 10:01:44 bird Exp $
[8214]2
3#
4# The tool(s)
5#
6AS = alp
7
8#
9# The flags
10#
[8423]11!include $(PATH_MAKE)\setup.optional.alp.mk
[9165]12AS_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)
13AS_FLAGS_SYS= $(AS_FLAGS) -D:RING0
[8214]14AS_OBJ_OUT = -Fo:
15
16
Note: See TracBrowser for help on using the repository browser.