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

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

Fixing and restructuring.

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