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

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

PROJECT  = rex_spencer
MYINCS   = -I$(REGEXINC) -I$(LUAINC) 
MYLIBS   = -L$(DLLPATH) -lrxspencer -l$(LUADLL)
OBJ      = lposix.o common.o
MYCFLAGS = -W -Wall -O2
EXPORTED = luaopen_$(PROJECT)
SRCPATH  = ..\..\src;..\..\src\posix
TESTPATH = ..\..\test
TESTNAME = spencer

include _mingw.mak

lposix.o  : common.h algo.h
common.o  : common.h