source: trunk/make/setup.os2debalp.mk@ 8706

Last change on this file since 8706 was 8423, checked in by bird, 23 years ago

Merged in latest changes.

File size: 427 bytes
Line 
1# $Id: setup.os2debalp.mk,v 1.3 2002-05-16 11:37:00 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 -D:DEBUG $(_AS_OPTIONAL) -Mb +Od $(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.