]> git.saurik.com Git - wxWidgets.git/commitdiff
Makefile submitted by Markus G. for G95
authorGeorge Tasker <gtasker@allenbrook.com>
Sun, 12 Aug 2001 23:50:40 +0000 (23:50 +0000)
committerGeorge Tasker <gtasker@allenbrook.com>
Sun, 12 Aug 2001 23:50:40 +0000 (23:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11363 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/regex/makefile.g95 [new file with mode: 0644]

diff --git a/src/regex/makefile.g95 b/src/regex/makefile.g95
new file mode 100644 (file)
index 0000000..9043156
--- /dev/null
@@ -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