代码搜索:Bootstrap

找到约 2,394 项符合「Bootstrap」的源代码

代码结果 2,394
www.eeworm.com/read/229812/4734473

bootmake

#pmake: bootstrap bootstrap = 1 host_os = $(%BOOTSTRAP_OS) host_cpu = $(%BOOTSTRAP_CPU) target_cpu = ppc !include ../ppc.mif
www.eeworm.com/read/137277/13335487

makefile

#pmake: 386 os2 host_os = nt host_cpu = 386 target_cpu = 386 comp386 = $(cc_dir)\nt386\wcc386d.exe bootstrap = 1 o_dir = $(cg_dir)\intel\386\r2 i_dir = $(cg_dir)\intel\386\h;$(cg_dir
www.eeworm.com/read/137277/13335705

makefile

#pmake: 386 os2 host_os = nt host_cpu = 386 target_cpu = 386 comp386 = $(cc_dir)\nt386\wcc386d.exe bootstrap = 1 o_dir = $(cg_dir)\intel\386\r1 i_dir = $(cg_dir)\intel\386\h;$(cg_dir
www.eeworm.com/read/100285/6271489

h pg_group.h

/*------------------------------------------------------------------------- * * pg_group.h * * * * Copyright (c) 1994, Regents of the University of California * * $Id: pg_group.h,v 1.6 1999/02
www.eeworm.com/read/229812/4749229

bootmake

#pmake: bootstrap bootstrap = 1 host_os = $(%BOOTSTRAP_OS) host_cpu = $(%BOOTSTRAP_CPU) syshdir = . sysobjs = linuxcmd.obj & linuxio.obj & lnxinit.obj &
www.eeworm.com/read/168845/5430059

sh build.sh

#!/bin/sh #~ Copyright 2002-2005 Rene Rivera. #~ Distributed under the Boost Software License, Version 1.0. #~ (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt) #
www.eeworm.com/read/229812/4728058

bootmake

#pmake: bootstrap # # Create the Linux std.trp # host_os = $(%BOOTSTRAP_OS) host_cpu = $(%BOOTSTRAP_CPU) bootstrap = 1 substitute_linker = 1 os = linux srv = lcl which
www.eeworm.com/read/229812/4734477

bootmake

#pmake: bootstrap bootstrap = 1 host_os = $(%BOOTSTRAP_OS) host_cpu = $(%BOOTSTRAP_CPU) target_cpu = ppc inline_as = 1 asi_build_lib = 1 !include ../../ppc.mif
www.eeworm.com/read/229812/4735783

bootmake

#pmake: bootstrap bootstrap = 1 host_os = $(%BOOTSTRAP_OS) host_cpu = $(%BOOTSTRAP_CPU) extra_files = $(unix) inc_dirs = -I"$(ncurses_dir)/h" !include ../../ui.mif
www.eeworm.com/read/120487/6072343

y bootparse.y

%{ /*------------------------------------------------------------------------- * * bootparse.y * yacc parser grammar for the "backend" initialization program. * * Portions Copyright (c) 1996-20