source: trunk/make/setup.win32allwcrc.mk@ 10366

Last change on this file since 10366 was 10155, checked in by bird, 22 years ago

Win32 support - kind of working...

File size: 544 bytes
RevLine 
[10155]1# $Id: setup.win32allwcrc.mk,v 1.1 2003-06-30 13:19:51 bird Exp $
2# @TODO sync into master.
3
4MAKE_INCLUDE_RC_SETUP = $(PATH_MAKE)\setup.win32allwcrc.mk
5
6#
7# The tool - Watcom RC targetting Win32
8#
9RC = $(PATH_WATCOM)\binw\wrc.exe
10RL = $(PATH_WATCOM)\binw\wrc.exe
11
12#
13# The flags
14#
15RC_RES_OUT = -fo=
16RC_FLAGS = -r -q -bt=nt -DWIN32 \
17!if "$(BUILD_MODE)" != "RELEASE"
18 -DDEBUG \
19!endif
20 $(RC_DEFINES) $(ALL_DEFINES) $(BUILD_DEFINES) $(RC_INCLUDES:-I=-i=) $(ALL_INCLUDES:-I=-i=) -i=$(PATH_INCLUDES:;= -i=)
21RL_FLAGS = -q -bt=nt
22
Note: See TracBrowser for help on using the repository browser.