summaryrefslogtreecommitdiff
path: root/windows/mingw/rex_tre.mak
blob: 8c167b35a2c2ae47efadebd2b0cbb3bb3acc847b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Project: rex_tre

# User Settings ------------------------------------------------------------
# path of TRE include files
REGEXINC = s:\progr\work\system\include
# --------------------------------------------------------------------------

PROJECT  = rex_tre
MYINCS   = -I$(REGEXINC) -I$(LUAINC) 
MYLIBS   = -L$(DLLPATH) -ltre -l$(LUADLL)
OBJ      = ltre.o ltre_w.o common.o
MYCFLAGS = -W -Wall -O2
EXPORTED = luaopen_$(PROJECT)
SRCPATH  = ..\..\src;..\..\src\tre
TESTPATH = ..\..\test
TESTNAME = tre

include _mingw.mak

ltre.o    : common.h algo.h
ltre_w.o  : common.h algo.h
common.o  : common.h