Subversion Repositories DevTools

Rev

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

Rev 343 Rev 347
Line 58... Line 58...
58
                           'cleancmd'   => 'devenv =DSW= /clean =TYPE= /useenv' ,
58
                           'cleancmd'   => 'devenv =DSW= /clean =TYPE= /useenv' ,
59
                           'tmp'        => 'vc90',
59
                           'tmp'        => 'vc90',
60
                           'VSCOMPILER' => '3',
60
                           'VSCOMPILER' => '3',
61
                           'GenManifest' => '1',
61
                           'GenManifest' => '1',
62
                           },
62
                           },
-
 
63
 
-
 
64
        'MS.NET2010' =>  { 'def'        => 'vcwin32_net2010.def' ,
-
 
65
                           'buildcmd'   => 'devenv =DSW= /build =TYPE= /useenv /out =LOG=' ,
-
 
66
                           'cleancmd'   => 'devenv =DSW= /clean =TYPE= /useenv' ,
-
 
67
                           'tmp'        => 'vc100',
-
 
68
                           'VSCOMPILER' => '3',
-
 
69
                           'GenManifest' => '1',
-
 
70
                           },
-
 
71
                           
63
                           
72
                           
64
    );
73
    );
65
 
74
 
66
 
75
 
67
##############################################################################
76
##############################################################################