File: SConstruct

package info (click to toggle)
enemylines3 1.2-6
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,384 kB
  • ctags: 1,445
  • sloc: cpp: 16,323; makefile: 70; sh: 52
file content (8 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
list=Split("intreg1.cc util.cc hole.cc lab.cc randomize_height.cc stamp.cc pyr.cc invert.cc")

Import('env')
obj = env.Object(
	list,
   CCFLAGS="-I./ -I../ -g -Wall"
)
Return('obj')