From dc1a6d76b7d18c0e27f300b24d460285f9819932 Mon Sep 17 00:00:00 2001 From: Ghislain MARY Date: Tue, 12 Jan 2016 10:53:41 +0100 Subject: [PATCH] Specify Visual Studio 2013 as the default generator on Windows. --- prepare.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/prepare.py b/prepare.py index fd47b66a6..34a0b9e52 100755 --- a/prepare.py +++ b/prepare.py @@ -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=' +