Subversion Repositories gelsvn

Rev

Rev 107 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 119
1
workspace {
1
workspace {
2
    src {
2
    src {
3
        cmdline += -static
3
        cmdline += -static
4
        implicit=GEL
4
        implicit=GEL
5
        
5
        
6
        src/CGLA
6
        src/CGLA
7
        src/Geometry
7
        src/Geometry
8
        src/Graphics
8
        src/Graphics
9
        src/HMesh
9
        src/HMesh
10
        src/HMeshUtil
10
        src/HMeshUtil
11
	src/IMesh
11
	src/IMesh
12
	src/IMeshUtil
12
	src/IMeshUtil
13
        src/LinAlg
13
        src/LinAlg
14
        src/Util
14
        src/Util
15
        
15
        
16
    }
16
    }
17
  
17
  
18
    test {
18
    test {
19
        implicit=GELapp
19
        implicit=GELapp
20
 
20
 
21
        test/CGLA-covariance
21
        test/CGLA-covariance
22
        test/CGLA-mat
22
        test/CGLA-mat
23
        test/CGLA-ogl
23
        test/CGLA-ogl
24
        test/CGLA-simple
24
        test/CGLA-simple
25
        test/CGLA-vec
25
        test/CGLA-vec
26
        test/Geometry-kdtree
26
        test/Geometry-kdtree
27
        test/LinAlg-leastsq
27
        test/LinAlg-leastsq
28
        test/Util-resman
28
        test/Util-resman
29
    }
29
    }
30
    apps {
30
    apps {
31
	implicit=GELapp
31
	implicit=GELapp
32
        cmdline += -value_project "lit_libs=Glui32 DevIL ILUT ILU"
32
        cmdline += -value_project "lit_libs=Glui32 DevIL ILUT ILU"
33
	apps/BloomenthalPolygonize
33
	apps/BloomenthalPolygonize
34
        apps/BoundaryCollapse
34
        apps/BoundaryCollapse
35
        apps/Decimator
35
        apps/Decimator
36
        apps/IMeshViewer
36
        apps/IMeshViewer
37
        apps/OBJViewer
37
        apps/OBJViewer
38
	apps/VolumePolygonize
38
	apps/VolumePolygonize
39
    }
39
    }
40
 
40
 
41
    
41
    
42
}
42
}
43
  
43
  
44
 
44