summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorlukemouse <lukemouse@163.com>2018-06-28 11:46:50 +0800
committerlukemouse <lukemouse@163.com>2018-06-28 11:46:50 +0800
commitb88babf9056bde1832ab174755ad21392dc6dca6 (patch)
tree87789fe891aa3db9380dded812989f99e7297560 /modules
parent2f34d65acdf6c1a1e19a94a5df96314fd7a72bb9 (diff)
downloadMPC-b88babf9056bde1832ab174755ad21392dc6dca6.tar.gz
fix sln generate script for vs 2015
Diffstat (limited to 'modules')
-rw-r--r--modules/VC14WorkspaceCreator.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/VC14WorkspaceCreator.pm b/modules/VC14WorkspaceCreator.pm
index 836e7c50..049e407f 100644
--- a/modules/VC14WorkspaceCreator.pm
+++ b/modules/VC14WorkspaceCreator.pm
@@ -29,7 +29,7 @@ sub pre_workspace {
print $fh '', $crlf,
'Microsoft Visual Studio Solution File, Format Version 12.00', $crlf;
$self->print_workspace_comment($fh,
- '# Visual Studio 2015', $crlf,
+ '# Visual Studio 14', $crlf,
'#', $crlf,
'# This file was generated by MPC. Any changes made directly to', $crlf,
'# this file will be lost the next time it is generated.', $crlf,