Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 11, 2011, 3:37:14 AM (13 years ago)
Author:
rgrieder
Message:

Zlib should now work again with MSVC < 10.

File:
1 edited

Legend:

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

    r8221 r8230  
    6464    )
    6565    SET(ZLIB_LIBRARY
    66       optimized ${DEP_LIBRARY_DIR}/zlibwapi.lib
    67       debug     ${DEP_LIBRARY_DIR}/zlibwapi_d.lib
     66      optimized ${DEP_LIBRARY_DIR}/zlib-vc100.lib
     67      debug     ${DEP_LIBRARY_DIR}/zlib-vc100_d.lib
    6868      CACHE FILEPATH ""
    6969    )
Note: See TracChangeset for help on using the changeset viewer.