projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Don't compile socket table if wxUSE_SOCKET is 0.
[wxWidgets.git]
/
contrib
/
utils
/
wxrc
/
makefile.wat
1
#
2
# Makefile for WATCOM
3
#
4
#
5
6
WXDIR = $(%WXWIN)
7
8
PROGRAM = wxrc
9
EXTRALIBS = $(WXDIR)\lib\wxxrc.lib
10
OBJECTS = $(PROGRAM).obj
11
12
!include $(WXDIR)\src\makeprog.wat
13