feat: add Visual Studio 2017 solution and project files for Windows builds

Add wren.sln, wren.vcxproj, and wren_lib.vcxproj with Debug/Release and Win32/x64 configurations targeting v141 toolset, along with .vcxproj.filters for source organization. Update .gitignore to exclude .vs/ and obj/ directories. Modify build_libuv_windows in util/libuv.py to accept an arch parameter and pass x86/x64 to vcbuild.bat.
This commit is contained in:
Johann Muszynski
2017-03-28 18:45:29 +00:00
parent 5803c8bb58
commit 6ddc5c49f0
8 changed files with 676 additions and 5 deletions
+4 -2
View File
@@ -4,8 +4,9 @@
/wren
# Intermediate files.
/build
/deps
build/
deps/
obj/
/.sass-cache
*.pyc
@@ -24,6 +25,7 @@ xcuserdata/
!wren_lib/
# Visual Studio cache files.
.vs/
ipch/
*.aps
*.ncb