added std:: to a lot of locations which where

missed and added NOMINMAX to cmakelist
This commit is contained in:
Arthur Ice
2013-05-22 23:01:43 -07:00
parent ea2a1651d5
commit 5255c236c3
17 changed files with 71 additions and 56 deletions
+5
View File
@@ -4,4 +4,9 @@ IF(UNIX)
ADD_DEFINITIONS(-fPIC)
ENDIF(UNIX)
IF(MSVC)
ADD_DEFINITIONS(-DNOMINMAX)
ENDIF(MSVC)
ADD_SUBDIRECTORY(azone2)