HAYASHI Kentaro
null+****@clear*****
Tue Oct 16 13:19:59 JST 2012
HAYASHI Kentaro 2012-10-16 13:19:59 +0900 (Tue, 16 Oct 2012) New Revision: fd661c6d7d0dc20bf7112c76e87f736eb5c87312 https://github.com/mroonga/mroonga/commit/fd661c6d7d0dc20bf7112c76e87f736eb5c87312 Log: cmake win32: add missing __WIN__ compile flag Modified files: CMakeLists.txt Modified: CMakeLists.txt (+1 -1) =================================================================== --- CMakeLists.txt 2012-10-16 04:37:24 +0900 (cdb2e98) +++ CMakeLists.txt 2012-10-16 13:19:59 +0900 (d0db9d6) @@ -114,7 +114,7 @@ if(WIN32) # TODO: support security enhancements introduced in the CRT. # http://msdn.microsoft.com/en-us/library/8ef0s5kh%28v=vs.90%29.aspx set_property(TARGET ha_mroonga APPEND PROPERTY - COMPILE_DEFINITIONS "DBUG_OFF" "_CRT_SECURE_NO_WARNINGS") + COMPILE_DEFINITIONS "__WIN__" "DBUG_OFF" "_CRT_SECURE_NO_WARNINGS") endif() if(WIN32) -------------- next part -------------- HTML����������������������������...Download