Changeset 1914
- Timestamp:
- 2011-06-10 12:53:33 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
2011/23/build_games.py
r1908 r1914 24 24 solutions = glob(join(root, '*.sln')) 25 25 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) 27 27 if return_code != 0: 28 28 projects_that_did_not_build.append(solutions[0])
Note: See TracChangeset
for help on using the changeset viewer.