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
+1 -1
View File
@@ -22,7 +22,7 @@ ADD_DEFINITIONS(-DQSERV)
TARGET_LINK_LIBRARIES(queryserv Common debug ${MySQL_LIBRARY_DEBUG} optimized ${MySQL_LIBRARY_RELEASE} ${ZLIB_LIBRARY})
IF(MSVC)
ADD_DEFINITIONS(-DNOMINMAX)
SET_TARGET_PROPERTIES(queryserv PROPERTIES LINK_FLAGS_RELEASE "/OPT:REF /OPT:ICF")
TARGET_LINK_LIBRARIES(queryserv "Ws2_32.lib")
ENDIF(MSVC)