Add buildall.bat script for Windows. Also various example build fixes for Windows

This commit is contained in:
Matt Pharr
2011-10-04 11:41:13 -07:00
parent e4d224a0f1
commit 9b7f55a28e
4 changed files with 22 additions and 9 deletions

View File

@@ -32,7 +32,6 @@
*/
#ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS
#define NOMINMAX
#pragma warning (disable: 4244)
#pragma warning (disable: 4305)