aboutsummaryrefslogtreecommitdiff
path: root/tests/msvc10
AgeCommit message (Collapse)Author
2013-09-10Remove Hello_Triangle_KD project from msvc tests, since it depends on ↵Jukka Jylänki
nonexisting OpenKode.
2013-09-10Remove the use of solution folders in msvc10 tests, since that feature is ↵Jukka Jylänki
not supported in VS Express.
2013-08-30Remove compilation warnings on msvc10 tests. Add missing --preload-file ↵Jukka Jylänki
directives to SDL samples when building from msvc10. Removed the 'new' sample from msvc10 build since it is not designed to be built directly. Fixes https://groups.google.com/forum/#!topic/emscripten-discuss/HVavL5SPUrk
2013-08-29Pass relative paths instead of absolute paths in Visual Studio include ↵Jukka Jylänki
directories for the glbook samples in msvc10 tests. Fixes #1568.
2012-05-15Added Visual Studio 2010 solution and project files for the applications in ↵Jukka Jylänki
tests/. Building from VS2010 requires the vs-tool plugin, available at https://github.com/juj/vs-tool .