aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/backend/vs2010backend.py
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2018-07-18 22:47:58 +0300
committerJussi Pakkanen <jpakkane@gmail.com>2018-07-18 22:52:22 +0300
commite3b0145e73b266a7fc3c1e5a494dbdd9cc1f0114 (patch)
tree49fdabd2e89638a1bdab95f3d5f1a426cc536fd6 /mesonbuild/backend/vs2010backend.py
parentefba19387292054b0c9c72d9e445992a4e3e473c (diff)
downloadmeson-builddirupgrade.zip
meson-builddirupgrade.tar.gz
meson-builddirupgrade.tar.bz2
Can upgrade build directory from an old version.builddirupgrade
Diffstat (limited to 'mesonbuild/backend/vs2010backend.py')
-rw-r--r--mesonbuild/backend/vs2010backend.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/mesonbuild/backend/vs2010backend.py b/mesonbuild/backend/vs2010backend.py
index d42e91d..aee3754 100644
--- a/mesonbuild/backend/vs2010backend.py
+++ b/mesonbuild/backend/vs2010backend.py
@@ -1,4 +1,4 @@
-# Copyright 2014-2016 The Meson development team
+# Copyright 2014-2018 The Meson development team
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -167,6 +167,7 @@ class Vs2010Backend(backends.Backend):
self.generate_solution(sln_filename, projlist)
self.generate_regen_info()
Vs2010Backend.touch_regen_timestamp(self.environment.get_build_dir())
+ self.dump_state_file()
@staticmethod
def get_regen_stampfile(build_dir):