Specify Visual Studio 2013 as the default generator on Windows.

This commit is contained in:
Ghislain MARY 2016-01-12 10:53:41 +01:00
parent b0eb2cd903
commit dc1a6d76b7

View file

@ -47,6 +47,8 @@ class DesktopTarget(prepare.Target):
if platform.system() == 'Windows':
current_path = current_path.replace('\\', '/')
self.config_file = 'configs/config-desktop.cmake'
if platform.system() == 'Windows':
self.generator = 'Visual Studio 12 2013'
self.additional_args = [
'-DCMAKE_INSTALL_MESSAGE=LAZY',
'-DLINPHONE_BUILDER_EXTERNAL_SOURCE_PATH=' +