~ubuntu-branches/ubuntu/utopic/lua-rexlib/utopic

« back to all changes in this revision

Viewing changes to windows/mingw/rex_onig.mak

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2013-08-17 00:38:18 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130817003818-zkg5pjhjszd4qf4o
Tags: 2.7.2-2
Add copyright notice about doc/*.css (thanks "a new ftptrainee") 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Project: rex_onig
2
 
 
3
 
# User Settings ------------------------------------------------------------
4
 
# path of Oniguruma include files
5
 
REGEXINC = s:\progr\work\system\include
6
 
# --------------------------------------------------------------------------
7
 
 
8
 
PROJECT  = rex_onig
9
 
MYINCS   = -I$(REGEXINC)
10
 
MYLIBS   = -lonig -Wl,--enable-auto-import
11
 
OBJ      = lonig.o lonig_f.o common.o
12
 
PROJDIR  = oniguruma
13
 
TESTNAME = onig
14
 
 
15
 
include _mingw.mak
16
 
 
17
 
lonig.o   : common.h algo.h
18
 
lonig_f.o : common.h
19
 
common.o  : common.h