Subversion Repositories gelsvn

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
124 bj 1
workspace {
2
    src {
3
        cmdline += -static
4
        GEL_single.mpc
5
    }
6
    test {
7
        implicit=GELapp_single
135 bj 8
	cmdline += -name_modifier *_single -apply_project
124 bj 9
 
10
        test
11
    }
12
    apps {
13
	implicit=GELapp_single
135 bj 14
        cmdline += -value_project "lit_libs=Glui32 DevIL ILUT ILU" -name_modifier *_single -apply_project
124 bj 15
 
16
	apps
17
    }
18
 
19
 
20
 
21
}
22