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/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
Note: See TracChangeset for help on using the changeset viewer.