source: trunk/make/setup.os2allrc.mk@ 9243

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

Improved dependencies on the makefiles.

File size: 653 bytes
Line 
1# $Id: setup.os2allrc.mk,v 1.2 2002-09-14 23:35:26 bird Exp $
2
3MAKE_INCLUDE_RC_SETUP = $(PATH_MAKE)\setup.os2allrc.mk
4
5#
6# The tool - OS/2 RC
7#
8!if "$(BUILD_ENVS_BASE_POST:toolkit45=x)$(BUILD_ENVS_BASE_PRE:toolkit45=x)" != "$(BUILD_ENVS_BASE_POST)$(BUILD_ENVS_BASE_PRE)"
9# New Toolkit (v45 or newer) - use old rc.
10RC = rc16.exe
11RL = rc16.exe
12!else
13# Old Toolkit (if any)
14RC = rc.exe
15RL = rc.exe
16!endif
17
18#
19# The flags
20#
21RC_FLAGS = -r -n -DOS2 \
22!if "$(BUILD_MODE)" != "RELEASE"
23 -DDEBUG \
24!endif
25 $(RC_DEFINES) $(ALL_DEFINES) $(BUILD_DEFINES) $(RC_INCLUDES:-I=-i ) $(ALL_INCLUDES:-I=-i ) -i $(PATH_INCLUDES:;= -i )
26RL_FLAGS = -x2 -n
27
Note: See TracBrowser for help on using the repository browser.