source: trunk/make/setup.os2relalp.mk@ 9150

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

Made debug format changeable.

File size: 411 bytes
Line 
1# $Id: setup.os2relalp.mk,v 1.4 2002-08-27 03:02:52 bird Exp $
2
3#
4# The tool(s)
5#
6AS = alp
7
8#
9# The flags
10#
11!include $(PATH_MAKE)\setup.optional.alp.mk
12AS_FLAGS = -D:OS2 $(_AS_OPTIONAL) -Mb $(AS_DEFINES:-D=-D:) $(ALL_INCLUDES:-I=-i:) $(AS_INCLUDES:-I=-i:) $(ALL_DEFINES:-D=-D:) -i:$(PATH_INCLUDES) $(BUILD_DEFINES:-D=-D:)
13AS_FLAGS_SYS= $(AS_FLAGS) -D:RING0 -i:$(PATH_DDK)\base\inc
14AS_OBJ_OUT= -Fo:
15
Note: See TracBrowser for help on using the repository browser.