File: custom.py

package info (click to toggle)
tolua%2B%2B 1.0.93-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,856 kB
  • sloc: ansic: 2,105; cpp: 326; python: 27; makefile: 15
file content (9 lines) | stat: -rw-r--r-- 248 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
CCFLAGS = ['-I/usr/include/lua5.1', '-O2', '-ansi', '-Wall', '-g', '-D_REENTRANT', '-fPIC']
LIBPATH = ['/usr/lib']
LIBS = ['lua5.1']
prefix = '/usr'
build_dev = 1
#shared = 1
tolua_bin = 'tolua++5.1'
tolua_lib = 'tolua++5.1'
TOLUAPP = 'tolua++5.1'