Boost logo

Boost-Build :

From: Charles Brockman (cmbrockman_at_[hidden])
Date: 2008-02-05 14:49:24


Jurko Gospodnetic' wrote:
>> As a first step - could you get the exact command-line options
>> passed to the compiler by your Visual Studio setup?
>> And them compare that to those passed to the ones used by
>> build.bat?

Within Microsoft Visual Studio I successfully built the hello.cpp file from
the SmartWin++ Library. Here is the compiler command line:
/Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_VC80_UPGRADE=0x0710" /D
"_MBCS" /Gm /EHsc /RTC1 /MTd /Fo"Debug\\" /Fd"Debug\vc80.pdb" /W3 /nologo /c
/Wp64 /ZI /TP /errorReport:prompt

For comparison, here's the command line (reproduced from my original
message) apparently used by the build.bat file in jam:
cl /nologo /RTC1 /Zi /MTd /Fobootstrap/ /Fdbootstrap/ -DNT -DYYDEBUG -wd4996
kernel32.lib advapi32.lib user32.lib /Febootstrap\ jam0

-- 
Charles Brockman

Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk