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 Close All command support to wxDocView (patch 496068)
[wxWidgets.git]
/
src
/
regex
/
makefile.g95
This page requires JavaScript to run. Use
this page
instead.
0 / 16 ( 0%)
Commit
Line
Data
1
2
ifeq ($(WXWIN),)
3
WXWIN=../..
4
endif
5
6
LIBTARGET=$(WXWIN)/lib/libregex.a
7
8
OBJECTS= \
9
regcomp.o \
10
regexec.o \
11
regerror.o \
12
regfree.o
13
14
# Pull in standard variable definitions
15
16
include $(WXWIN)/src/makelib.g95