source: trunk/make/setup.os2allwrc.mk@ 21589

Last change on this file since 21589 was 21589, checked in by dmik, 15 years ago

tools/wrc: Restored generating GAS output by default. MASM output is now generated by specifying the -M option.

File size: 594 bytes
Line 
1# $Id: setup.os2allwrc.mk,v 1.2 2002-09-14 23:35:26 bird Exp $
2
3MAKE_INCLUDE_ORC_SETUP = $(PATH_MAKE)\setup.os2allwrc.mk
4
5#
6# The tool - Odin32 RC
7#
8ORC = $(PATH_TOOLS)\wrc.exe -M
9
10#
11# The flags
12#
13ORC_FLAGS = -DOS2 \
14!if "$(BUILD_MODE)" != "RELEASE"
15 -DDEBUG \
16!endif
17 $(ORC_DEFINES) $(ALL_DEFINES) $(BUILD_DEFINES:-D__WINE__=) \
18 $(ALL_INCLUDES) $(ORC_INCLUDES) -I$(PATH_INCLUDES) \
19 -I$(PATH_VAC308)\include;$(PATH_VAC365)\include;$(PATH_WATCOM)\include \
20!ifndef ORC_NO_PREFIX
21 -p$(TARGET_NAME)
22!endif
23
24ORC_ASM_OUT = -s -o
25
Note: See TracBrowser for help on using the repository browser.