|
Boost-Build : |
Subject: Re: [Boost-build] How to use multiple stlport toolsets?
From: Andreas Huber (ahd6974-spamboostorgtrap_at_[hidden])
Date: 2010-02-28 14:20:36
Hi Steven
> Your user-config.jam didn't come through properly.
Indeed, sorry. The OE that comes with WinXP apparently UUencodes attachments
by default, ah well. Here it is again as plain text:
using msvc : 9.0~stlport5.2 : "C:/Program Files/Microsoft Visual Studio
9.0/VC/bin/cl.exe" :
<compileflags>-D_CRT_SECURE_NO_WARNINGS
<compileflags>-D_SCL_SECURE_NO_WARNINGS
<setup>"%BUILDDIR%UseMsvc90WithStlPort.bat" ;
using msvc : 9.0~wm6.5~stlport5.2 : "C:/Program Files/Microsoft Visual
Studio 9.0/VC/ce/bin/x86_arm/cl.exe" :
<compileflags>-D_CRT_SECURE_NO_WARNINGS
<compileflags>-D_SCL_SECURE_NO_WARNINGS
<compileflags>-D_WIN32_WCE=0x502
<compileflags>-DUNDER_CE
<compileflags>-DWIN32_PLATFORM_PSPC
<compileflags>-DWINCE
<compileflags>-DARM
<compileflags>-D_ARM_
<compileflags>-D_UNICODE
<compileflags>-DUNICODE
<compileflags>-DARMV4I
<compileflags>-DBOOST_LOG_USE_CHAR
<linkflags>/NODEFAULTLIB:oldnames.lib
<linkflags>/STACK:262144,4096
<linkflags>/machine:THUMB
<linkflags>/NODEFAULTLIB:libc.lib
<linkflags>/subsystem:windowsce,5.02
<linkflags>coredll.lib
<linkflags>corelibc.lib
<linkflags>ole32.lib
<linkflags>oleaut32.lib
<linkflags>uuid.lib
<linkflags>commctrl.lib
<setup>"%BUILDDIR%UseEvc90ForArmv4iWithStlPort.bat" ;
using stlport : 5.2~msvc9 : "%STLPORTDIR%stlport" : "%STLPORTDIR%lib"
"%STLPORTDIR%bin" ;
using stlport : 5.2~evc9~armv4i : "%STLPORTDIR%stlport" :
"%STLPORTDIR%lib\evc9-arm" "%STLPORTDIR%bin\evc9-arm" ;
Thanks,
-- Andreas Huber When replying by private email, please remove the words spam and trap from the address shown in the header.
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