Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 13, 2011, 11:30:29 PM (14 years ago)
Author:
rgrieder
Message:

Fixed OIS v1.3 build for MinGW 3.4 and hopefully also for the new versions.
This fix needs some additional files in the dependency package though.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/cmake/PackageConfigMinGW.cmake

    r5781 r8070  
    5050  SET(ZLIB_LIBRARY ${DEP_BINARY_DIR}/zlib1.dll CACHE FILEPATH "")
    5151
     52  # Not included in MinGW, so we need to supply it for OIS
     53  SET(WMI_INCLUDE_DIR ${DEP_INCLUDE_DIR}/wmi/include)
     54  SET(WMI_LIBRARY     ${DEP_LIBRARY_DIR}/wbemuuid.lib)
     55
    5256ENDIF(MINGW)
Note: See TracChangeset for help on using the changeset viewer.