projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Initialised m_isBeingDeleted -- I don't know how anything
[wxWidgets.git]
/
utils
/
wxrc
/
makefile.wat
1
#
2
# Makefile for WATCOM
3
#
4
#
5
6
WXDIR = $(%WXWIN)
7
EXTRACPPFLAGS = -I$(WXDIR)\contrib\include
8
THISDIR = $(WXDIR)\contrib\utils\wxrc
9
10
PROGRAM = wxrc
11
EXTRALIBS = $(WXDIR)\lib\wxxrc_w.lib
12
OBJECTS = $(OUTPUTDIR)\$(PROGRAM).obj
13
14
!include $(WXDIR)\src\makeprog.wat
15