Ticket #1287: bjam-build_jam.patch

File bjam-build_jam.patch, 574 bytes (added by Hauke <heibel@…>, 15 years ago)

Patch created with Tortoise SVN

  • build.jam

     
    195195## Intel C/C++ for Win32
    196196toolset intel-win32 icl : /Fe : -D
    197197    : /nologo
    198     [ opt --release : /ML /O2 /Ob2 /Gy /GF /GA /GB ]
    199     [ opt --debug : /MLd /DEBUG /Z7 /Od /Ob0 ]
     198    [ opt --release : /MT /O2 /Ob2 /Gy /GF /GA /GB ]
     199    [ opt --debug : /MTd /DEBUG /Z7 /Od /Ob0 ]
    200200    -I$(--python-include) -I$(--extra-include)
    201201    : kernel32.lib advapi32.lib user32.lib $(--python-lib[1]) ;
    202202## KCC ?