File: SConstruct

package info (click to toggle)
enemylines3 1.2-3
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,380 kB
  • ctags: 1,444
  • sloc: cpp: 16,323; makefile: 74; 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')