Changes between Version 25 and Version 26 of WikiStart

Show
Ignore:
Timestamp:
01/29/09 10:51:52 (4 years ago)
Author:
mloskot
Comment:

Renamed bootstrap.bat to autogen.bat

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v25 v26  
    5656 
    5757{{{ 
    58 bootstrap.bat 
     58autogen.bat 
    5959nmake /f makefile.vc MSVC_VER=1400 
    6060}}} 
    6161 
    62 where 1400 is version number of Visual C++ compiler, here [http://en.wikipedia.org/wiki/Visual_C%2B%2B Visual C++ 8.0] from [http://msdn.microsoft.com/en-us/library/ms950416.aspx Visual Studio 2005] (supported versions are 1300, 1310, 1400 and 1500). The ''bootstrap.bat'' step is required to generate a couple of header files. 
     62where 1400 is version number of Visual C++ compiler, here [http://en.wikipedia.org/wiki/Visual_C%2B%2B Visual C++ 8.0] from [http://msdn.microsoft.com/en-us/library/ms950416.aspx Visual Studio 2005] (supported versions are 1300, 1310, 1400 and 1500). The ''autogen.bat'' step is required to generate a couple of header files. 
    6363 
    6464In order to build debug configuration of GEOS, additional flag ''DEBUG=1'' is required: