Changes between Version 2 and Version 3 of BuildingOnWindowsWithNMake


Ignore:
Timestamp:
Jan 27, 2010, 3:38:48 PM (14 years ago)
Author:
mloskot
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BuildingOnWindowsWithNMake

    v2 v3  
    1515== Build ==
    1616
    17 * Optimised configuration
     17 * Optimised configuration
    1818{{{
    1919nmake /f makefile.vc MSVC_VER=1400
     
    2222where 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]. Ssupported versions are Visual C++ 7.1 (1310), 8.0 (1400), 9.0 (1500) and 10.0 (1600).
    2323
    24 * Debug configuration
     24 * Debug configuration
    2525{{{
    2626nmake /f makefile.vc MSVC_VER=1400 DEBUG=1