Changes between Version 13 and Version 14 of WikiStart


Ignore:
Timestamp:
Jul 15, 2008, 6:17:57 AM (16 years ago)
Author:
mloskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v13 v14  
    4646{{{
    4747bootstrap.bat
    48 nmake /f makefile.vc clean
    49 nmake /f makefile.vc
     48nmake /f makefile.vc MSVC_VER=XXXX
    5049}}}
    5150
    52 The ''bootstrap.bat'' step is required to generate a couple of header files.
     51where XXX is version number of Visual C++ compiler, for instance ''MSVC_VER=1400'' if you use [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]. The ''bootstrap.bat'' step is required to generate a couple of header files.
    5352
    5453== Development ==