aboutsummaryrefslogtreecommitdiff
path: root/ports.mk
diff options
context:
space:
mode:
Diffstat (limited to 'ports.mk')
-rw-r--r--ports.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/ports.mk b/ports.mk
index c31a5239c5..0ffc4bf548 100644
--- a/ports.mk
+++ b/ports.mk
@@ -324,10 +324,12 @@ endif
@cd $(srcdir)/dists/msvc10 && ../../devtools/create_project/create_project ../.. --msvc --msvc-version 10 >/dev/null && git add -f engines/plugins_table.h *.sln *.vcxproj *.vcxproj.filters *.props
@echo Creating MSVC11 project files...
@cd $(srcdir)/dists/msvc11 && ../../devtools/create_project/create_project ../.. --msvc --msvc-version 11 >/dev/null && git add -f engines/plugins_table.h *.sln *.vcxproj *.vcxproj.filters *.props
+ @echo Creating MSVC12 project files...
+ @cd $(srcdir)/dists/msvc12 && ../../devtools/create_project/create_project ../.. --msvc --msvc-version 12 >/dev/null && git add -f engines/plugins_table.h *.sln *.vcxproj *.vcxproj.filters *.props
@echo
@echo All is done.
@echo Now run
- @echo "\tgit commit 'DISTS: Generated Code::Blocks and MSVC project files'"
+ @echo "\tgit commit -m 'DISTS: Generated Code::Blocks and MSVC project files'"
# Target to create Raspberry Pi zip containig binary and specific README
raspberrypi_dist: