Changes between Version 77 and Version 78 of DevWikiWinMingW64

Show
Ignore:
Timestamp:
03/01/12 04:49:34 (15 months ago)
Author:
robe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingW64

    v77 v78  
    188188Apply mutex patch in http://trac.osgeo.org/proj/ticket/72 to src/pj_mutex.c 
    189189{{{ 
    190  ./configure --prefix=/c/projects/proj/rel-4.7.0 --build=i686-w64-mingw32 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --enable-shared --disable-static 
     190 ./configure --prefix=/c/projects/proj/rel-4.7.0 --host=i686-w64-mingw32 --target=i686-w64-mingw32 --enable-shared --disable-static 
     191#if you are building for 64-bit then use x86_64-w64-mingw32 for the build,host,target 
    191192 make 
    192193 make install