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

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

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

File size: 390 bytes
Line 
1# $Id: setup.os2debwrc.mk,v 1.1 2002-08-24 04:38:32 bird Exp $
2
3#
4# The tool - Odin32 RC
5#
6ORC = $(PATH_TOOLS)\wrc.exe -M
7
8#
9# The flags
10#
11ORC_FLAGS = -DOS2 -DDEBUG $(ORC_DEFINES) $(ALL_DEFINES) $(BUILD_DEFINES:-D__WINE__=) \
12 $(ALL_INCLUDES) $(ORC_INCLUDES) -I$(PATH_INCLUDES) -I$(INCLUDE) \
13!ifndef ORC_NO_PREFIX
14 -p$(TARGET_NAME)
15!endif
16
17ORC_ASM_OUT = -s -o
18
Note: See TracBrowser for help on using the repository browser.