Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 6, 2008, 1:05:07 AM (15 years ago)
Author:
landauf
Message:

unsigned int → size_t for std::string related functions
I hope this fixes some problems on 64bit systems

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/cmake/FindDirectX.cmake

    r1872 r1889  
    1616
    1717  FIND_PATH(DirectX_INCLUDE_DIR "dinput.h"
    18     C:/DXSDK/Include
     18    ../libs/DXSDK/Include
    1919    $ENV{DXSDK_DIR}/Include
    2020  )
    2121
    2222  FIND_PATH(DirectX_LIB_DIR "dinput8.lib"
    23     C:/DXSDK/Lib
    24     C:/DXSDK/Lib/x86
     23    ../libs/DXSDK/Lib
     24    ../libs/DXSDK/Lib/x86
    2525    $ENV{DXSDK_DIR}/lib/x86
    2626  )
Note: See TracChangeset for help on using the changeset viewer.