Finish making Wren compile as C++98.

- Get Value, the hard part, compiling as C++.
- Add some rudimentary C++ support to the makefile, mainly for testing.
This commit is contained in:
Bob Nystrom
2015-01-15 21:12:51 -08:00
parent 3a2432eef7
commit 6e369fc639
4 changed files with 100 additions and 49 deletions
+2
View File
@@ -6,8 +6,10 @@ build_xcode/
# Built files at the top level.
wren
wrend
wren-cpp
libwren.a
libwrend.a
libwren-cpp.a
# XCode user-specific stuff.
xcuserdata/