Makefile submitted by Markus G. for G95
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
12
src/regex/makefile.g95
Normal file
12
src/regex/makefile.g95
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
LIBTARGET=$(WXWIN)/lib/libregex.a
|
||||
|
||||
OBJECTS= \
|
||||
regcomp.o \
|
||||
regexec.o \
|
||||
regerror.o \
|
||||
regfree.o
|
||||
|
||||
# Pull in standard variable definitions
|
||||
|
||||
include $(WXWIN)/src/makelib.g95
|
Reference in New Issue
Block a user