Subversion Repositories gelsvn

Rev

Rev 107 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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