Subversion Repositories gelsvn

Rev

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

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