summaryrefslogtreecommitdiff
path: root/windows/mingw/rex_tre.mak
diff options
context:
space:
mode:
authorReuben Thomas <rrt@sc3d.org>2013-01-10 23:59:11 +0000
committerReuben Thomas <rrt@sc3d.org>2013-01-10 23:59:11 +0000
commit18bace7048eb7778447e25db9eeb14c3fc7adf0d (patch)
tree5c34e6b7e247fdd3edc3d95bf580ef85479a4cb4 /windows/mingw/rex_tre.mak
parent82dba4bdcf1a9271854ddd8ed4f086ca14e37f32 (diff)
downloadlrexlib-18bace7048eb7778447e25db9eeb14c3fc7adf0d.tar.gz
Re-add mingw makefiles.
Diffstat (limited to 'windows/mingw/rex_tre.mak')
-rw-r--r--windows/mingw/rex_tre.mak26
1 files changed, 26 insertions, 0 deletions
diff --git a/windows/mingw/rex_tre.mak b/windows/mingw/rex_tre.mak
new file mode 100644
index 0000000..de7c5a3
--- /dev/null
+++ b/windows/mingw/rex_tre.mak
@@ -0,0 +1,26 @@
+# Project: rex_tre
+
+# User Settings ------------------------------------------------------------
+# path of TRE include files
+REGEXINC = s:\progr\work\system\include
+# --------------------------------------------------------------------------
+
+PROJECT = rex_tre
+MYINCS = -I$(REGEXINC)
+MYLIBS = -ltre
+OBJ = ltre.o common.o
+PROJDIR = tre
+TESTNAME = tre
+
+# Uncomment the following line to add wide-character functions (in alpha state).
+# ADDWIDECHARFUNCS = 1
+ifdef ADDWIDECHARFUNCS
+ OBJ += ltre_w.o
+ MYCFLAGS += -DREX_ADDWIDECHARFUNCS
+endif
+
+include _mingw.mak
+
+ltre.o : common.h algo.h
+ltre_w.o : common.h algo.h
+common.o : common.h