MSYS2 Mingw64 compilation. Compilation successful considering everything but the following:

- IFC4 (only IFC2x3 tried; should work)
- VLD
- IfcMax
- shared libraries
This commit is contained in:
Fredounet
2016-05-29 17:58:03 +01:00
parent ccb24948df
commit 3b169219af
4 changed files with 29 additions and 5 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ IF(UNICODE_SUPPORT)
MESSAGE(STATUS "ICU libraries found")
# NOTE icudata appears to be icudt on Windows/MSVC and icudata on others
# dl is included to resolve dlopen and friends symbols
IF(MSVC)
IF(MSVC OR MINGW)
SET(ICU_LIBRARIES icuuc icudt)
ADD_DEBUG_VARIANTS(ICU_LIBRARIES "${ICU_LIBRARIES}" "d")
ADD_DEFINITIONS(-DU_STATIC_IMPLEMENTATION) # required for static ICU