projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Remove dulicated call to wxBitmap::Init/CleanupStandardHandlers,
[wxWidgets.git]
/
src
/
regex
/
makefile.g95
1
2
ifeq ($(WXWIN),)
3
WXWIN=../..
4
endif
5
6
include $(WXWIN)/src/makelib.g95
7
8
LIBTARGET=$(WXWIN)/lib/libregex$(MIN_SUFFIX).a
9
10
OBJECTS= \
11
regcomp.o \
12
regexec.o \
13
regerror.o \
14
regfree.o
15
16
# Pull in standard variable definitions
17
18
include $(WXWIN)/src/makelib.g95