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:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user