82 lines
2.2 KiB
Plaintext
82 lines
2.2 KiB
Plaintext
|
Building the B2 engine..
|
||
|
Call_If_Exists "bin\VCVARS32.BAT"
|
||
|
###
|
||
|
### Using 'msvc' toolset.
|
||
|
###
|
||
|
|
||
|
D:\a\1\s\externals\vcpkg\packages\boost-build_x64-windows\tools\boost-build\src\engine>"cl" /nologo /MP /MT /TP /Feb2 /wd4996 /O2 /GL /EHsc -DNDEBUG builtins.cpp class.cpp command.cpp compile.cpp constants.cpp cwd.cpp debug.cpp debugger.cpp execcmd.cpp execnt.cpp execunix.cpp filent.cpp filesys.cpp fileunix.cpp frames.cpp function.cpp glob.cpp hash.cpp hcache.cpp hdrmacro.cpp headers.cpp jam.cpp jamgram.cpp lists.cpp make.cpp make1.cpp md5.cpp mem.cpp modules.cpp native.cpp object.cpp option.cpp output.cpp parse.cpp pathnt.cpp pathsys.cpp pathunix.cpp regexp.cpp rules.cpp scan.cpp search.cpp jam_strings.cpp startup.cpp subst.cpp sysinfo.cpp timestamp.cpp variable.cpp w32_getreg.cpp modules/order.cpp modules/path.cpp modules/property-set.cpp modules/regex.cpp modules/sequence.cpp modules/set.cpp /link kernel32.lib advapi32.lib user32.lib
|
||
|
builtins.cpp
|
||
|
class.cpp
|
||
|
command.cpp
|
||
|
compile.cpp
|
||
|
constants.cpp
|
||
|
cwd.cpp
|
||
|
debug.cpp
|
||
|
debugger.cpp
|
||
|
execcmd.cpp
|
||
|
execnt.cpp
|
||
|
execunix.cpp
|
||
|
filent.cpp
|
||
|
filesys.cpp
|
||
|
fileunix.cpp
|
||
|
frames.cpp
|
||
|
function.cpp
|
||
|
glob.cpp
|
||
|
hash.cpp
|
||
|
hcache.cpp
|
||
|
hdrmacro.cpp
|
||
|
headers.cpp
|
||
|
jam.cpp
|
||
|
jamgram.cpp
|
||
|
lists.cpp
|
||
|
make.cpp
|
||
|
make1.cpp
|
||
|
md5.cpp
|
||
|
mem.cpp
|
||
|
modules.cpp
|
||
|
native.cpp
|
||
|
object.cpp
|
||
|
option.cpp
|
||
|
output.cpp
|
||
|
parse.cpp
|
||
|
pathnt.cpp
|
||
|
pathsys.cpp
|
||
|
pathunix.cpp
|
||
|
regexp.cpp
|
||
|
rules.cpp
|
||
|
scan.cpp
|
||
|
search.cpp
|
||
|
jam_strings.cpp
|
||
|
startup.cpp
|
||
|
subst.cpp
|
||
|
sysinfo.cpp
|
||
|
timestamp.cpp
|
||
|
variable.cpp
|
||
|
w32_getreg.cpp
|
||
|
order.cpp
|
||
|
path.cpp
|
||
|
property-set.cpp
|
||
|
regex.cpp
|
||
|
sequence.cpp
|
||
|
set.cpp
|
||
|
Generating code
|
||
|
Finished generating code
|
||
|
|
||
|
D:\a\1\s\externals\vcpkg\packages\boost-build_x64-windows\tools\boost-build\src\engine>dir *.exe
|
||
|
Volume in drive D is Temporary Storage
|
||
|
Volume Serial Number is 9489-AF92
|
||
|
|
||
|
Directory of D:\a\1\s\externals\vcpkg\packages\boost-build_x64-windows\tools\boost-build\src\engine
|
||
|
|
||
|
07/23/2022 08:22 AM 545,280 b2.exe
|
||
|
1 File(s) 545,280 bytes
|
||
|
0 Dir(s) 11,885,195,264 bytes free
|
||
|
|
||
|
D:\a\1\s\externals\vcpkg\packages\boost-build_x64-windows\tools\boost-build\src\engine>copy /b .\b2.exe .\bjam.exe
|
||
|
1 file(s) copied.
|
||
|
|
||
|
Building is done. To install, run:
|
||
|
|
||
|
.\b2 --prefix=DIR install
|
||
|
|