projects
/
wxWidgets.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Derive wxStaticText from wxStaticTextBase, remove dead code/code
[wxWidgets.git]
/
src
/
regex
/
makefile.b32
Commit
Line
Data
c88597ef
VZ
1
2
LIBTARGET=$(WXDIR)\lib\regex.lib
3
4
OBJECTS= \
ec2182c6
VZ
5
regcomp.obj \
6
regexec.obj \
7
regerror.obj \
8
regfree.obj
c88597ef
VZ
9
10
# Pull in standard variable definitions
11
12
!include ..\makelib.b32
13