Subversion Repositories gelsvn

Rev

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

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