]> git.saurik.com Git - wxWidgets.git/blobdiff - src/regex/makefile.vc
added some makefiles (untested)
[wxWidgets.git] / src / regex / makefile.vc
diff --git a/src/regex/makefile.vc b/src/regex/makefile.vc
new file mode 100644 (file)
index 0000000..3316aca
--- /dev/null
@@ -0,0 +1,18 @@
+!if "$(FINAL)" == "1"
+LIBTARGET=$(WXDIR)\lib\regex.lib
+!else if "$(FINAL)" == "hybrid"
+LIBTARGET=$(WXDIR)\lib\regexh.lib
+!else
+LIBTARGET=$(WXDIR)\lib\regexd.lib
+!endif
+
+OBJECTS= \
+               regcomp.o \
+               regexec.o \
+               regerror.o \
+               regfree.o
+
+# Pull in standard variable definitions
+
+!include ..\makelib.vc
+