File: SConstruct

package info (click to toggle)
field3d 1.7.3-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,684 kB
  • sloc: cpp: 25,324; ansic: 2,594; python: 222; sh: 72; makefile: 26
file content (10 lines) | stat: -rw-r--r-- 226 bytes parent folder | download | duplicates (33)
1
2
3
4
5
6
7
8
9
10
# ------------------------------------------------------------------------------

env = Environment()

Export("env")

SConscript("SConscript")

# ------------------------------------------------------------------------------