Subversion Repositories gelsvn

Rev

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

Rev 68 Rev 69
Line 1... Line 1...
1
workspace {
1
workspace {
2
  src {
2
	src {
3
		cmdline += -static
3
		cmdline += -static
-
 
4
		src/CGLA
-
 
5
		src/Geometry
-
 
6
		src/Graphics
-
 
7
		src/HMesh
-
 
8
		src/HMeshUtil
-
 
9
		src/IMesh
-
 
10
		src/IMeshUtil
4
    src/Linalg
11
		src/Linalg
5
    src/Util
12
		src/Util
6
  }
13
	}
7
  
14
  
8
  apps {
15
	apps {
9
		apps/CGLA-test
16
		apps/CGLA-test
-
 
17
		apps/Geometry-test
-
 
18
		apps/HMesh/HMesh-test.mpc
-
 
19
		apps/IMesh/IMesh-test.mpc
-
 
20
		apps/UtilTest
10
  }
21
 	}
11
}
22
}
12
  
23
  
13
 
24