aboutsummaryrefslogtreecommitdiff
path: root/tests/msvc10/glbook_13_ParticleSystem.vcxproj
AgeCommit message (Collapse)Author
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 .