File: SConscript

package info (click to toggle)
balder2d 1.0-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 12,552 kB
  • ctags: 1,226
  • sloc: cpp: 8,623; xml: 398; python: 364; ansic: 214; makefile: 79; sh: 9
file content (4 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (2)
1
2
3
4

env = Environment(CPPPATH='/usr/include/python2.4')

env.Program('runtests', 'runtests.cpp', LIBS='python2.4')