projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
added wxListView class: this is going to be a wxListCtrl with human (inter)face
[wxWidgets.git]
/
src
/
regex
/
makefile.b32
This page requires JavaScript to run. Use
this page
instead.
0 / 13 ( 0%)
Commit
Line
Data
1
2
LIBTARGET=$(WXDIR)\lib\regex.lib
3
4
OBJECTS= \
5
regcomp.o \
6
regexec.o \
7
regerror.o \
8
regfree.o
9
10
# Pull in standard variable definitions
11
12
!include ..\makelib.b32
13