Changes between Version 20 and Version 21 of DevWikiWinVC_15


Ignore:
Timestamp:
Oct 4, 2010, 10:35:49 AM (14 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinVC_15

    v20 v21  
    3737 2. extract into c:\projects\geos\geos-3.2.2win
    3838 3. Launch start-programs->MS visual c++ 2008->Visual Studio tools command prompt
    39  4. cd c:\projects\geos]geos-3.2.2win
     39 4. cd c:\projects\geos\geos-3.2.2win
    4040 5.  Following nmake directions from [http://trac.osgeo.org/geos/wiki/BuildingOnWindowsWithNMake http://trac.osgeo.org/geos/wiki/BuildingOnWindowsWithNMake]
    4141
     
    4444nmake /f makefile.vc MSVC_VER=1400
    4545}}}
    46 
     46 6. The above will generate 2 dlls in the c:\projects\geos\geos-3.2.2win\source folder (geos.dll, geos_c.dll
    4747
    4848== Compile Proj under VC++ ==