Changeset 1914 for 2011


Ignore:
Timestamp:
2011-06-10 12:53:33 (12 years ago)
Author:
tekrjant
Message:

Release versions are compiled.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 2011/23/build_games.py

    r1908 r1914  
    2424                solutions = glob(join(root, '*.sln')) 
    2525                if solutions: 
    26                         return_code = call('msbuild ' + solutions[0], shell=True) 
     26                        return_code = call('msbuild /p:Configuration=Release /t:Build ' + solutions[0], shell=True) 
    2727                        if return_code != 0: 
    2828                                projects_that_did_not_build.append(solutions[0]) 
Note: See TracChangeset for help on using the changeset viewer.