Changes between Version 20 and Version 21 of DevWikiWinVC_15
- Timestamp:
- 10/04/10 10:35:49 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevWikiWinVC_15
v20 v21 37 37 2. extract into c:\projects\geos\geos-3.2.2win 38 38 3. Launch start-programs->MS visual c++ 2008->Visual Studio tools command prompt 39 4. cd c:\projects\geos ]geos-3.2.2win39 4. cd c:\projects\geos\geos-3.2.2win 40 40 5. Following nmake directions from [http://trac.osgeo.org/geos/wiki/BuildingOnWindowsWithNMake http://trac.osgeo.org/geos/wiki/BuildingOnWindowsWithNMake] 41 41 … … 44 44 nmake /f makefile.vc MSVC_VER=1400 45 45 }}} 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 47 47 48 48 == Compile Proj under VC++ ==