]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/makefile.g95
tables can no longer be smaller than sum of their columns
[wxWidgets.git] / src / regex / makefile.g95
index 9043156a1d913d2e5762b3616068e0c773969597..29d264ccccf44f8defcec5f56c5990312f8b3ca1 100644 (file)
@@ -1,5 +1,11 @@
 
 
-LIBTARGET=$(WXWIN)/lib/libregex.a
+ifeq ($(WXWIN),)
+WXWIN=../..
+endif
+
+include $(WXWIN)/src/makelib.g95
+
+LIBTARGET=$(WXWIN)/lib/libregex$(MIN_SUFFIX).a
 
 OBJECTS= \
                regcomp.o \
 
 OBJECTS= \
                regcomp.o \