summaryrefslogtreecommitdiff
path: root/windows/mingw/rex_tre.mak
diff options
context:
space:
mode:
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