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.

Location:
code/branches/mac_osx/cmake
Files:
2 edited

Legend:

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

    r5781 r8070  
    5656  SET(TCL_LIBRARY  ${DEP_LIBRARY_DIR}/tcl85.lib CACHE FILEPATH "")
    5757  SET(ZLIB_LIBRARY ${DEP_LIBRARY_DIR}/zdll.lib  CACHE FILEPATH "")
     58  # Part of Platform SDK and usually gets linked automatically
     59  SET(WMI_LIBRARY  wbemuuid.lib)
    5860
    5961  # Visual Leak Detector
  • 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.