1
0
forked from Mirror/wren

Visual Studio Project Modifications

- Visual Studio: Fixed project to work with changes made to separate
Wren's cli and file loading code
- Visual Studio: Added another project to the solution that builds Wren
as a static library, and modified the original VS project to use it.
This commit is contained in:
Bryan C
2015-03-16 14:52:33 -04:00
parent b9f034b398
commit 7514bb9dd3
6 changed files with 193 additions and 57 deletions

6
.gitignore vendored
View File

@ -30,4 +30,8 @@ ipch/
*.suo
*.user
*.userosscache
*.sln.docstates
*.sln.docstates
# Build results
[Dd]ebug/
[Rr]elease/