Searched refs:build (Results 1 - 25 of 77) sorted by relevance

1234

/vbox/src/VBox/Devices/PC/ipxe/contrib/rom-o-matic/
H A Dcustomize-flags.php28 $build = "<input type=\"submit\" name=\"A\" value=\"Get Image\">"; variable
36 <form action="build.php" method=POST>
40 Make changes below and press <?php echo $build ?> to create an image, <br>
55 <td align="left"> <?php echo $build; ?> </td>
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/vxge/
H A Dvxge_version.h29 #define VXGE_FW_VER(major, minor, build) \
30 (((major) << 16) + ((minor) << 8) + (build))
/vbox/src/libs/libpng-1.2.8/projects/visualc71/
H A DREADME_zlib.txt19 3) Set one of the project as the StartUp project. If you just want to build the
21 Project | Set as StartUp project). If you want to build and test the
23 Set as StartUp project), If you want to build the minigzip utility set it to
28 Choose the configuration you wish to build.
36 * Win32_DLL_Release\zlib1.dll DLL build
37 * Win32_DLL_Debug\zlib1d.dll DLL build (debug version)
38 * Win32_DLL_ASM_Release\zlib1.dll DLL build using ASM code
39 * Win32_DLL_ASM_Debug\zlib1d.dll DLL build using ASM code (debug version)
40 * Win32_LIB_Release\zlib.lib static build
41 * Win32_LIB_Debug\zlibd.lib static build (debu
[all...]
/vbox/src/VBox/Installer/linux/debian/
H A Drules26 # VERBOSE=1 verbose build
27 # DEBUG=1 debug build
29 # either the subversion rev [if available] or the build date)
30 # NODOCS=1 don't build docs, use precompiled UserManual.pdf and
32 # NOMODS=1 don't build any module
33 # NOQT=1 don't build the Qt GUI
36 # HEADLESS=1 build the headless version
37 # VNC=1 build VNC code
38 # NOWEBSVC=1 don't build the webservice API, default for OSE
39 # STAGEDISO=<path> don't build th
[all...]
/vbox/debian/
H A Drules21 # VERBOSE=1 verbose build
22 # DEBUG=1 debug build
24 # either the subversion rev [if available] or the build date)
25 # NODOCS=1 don't build docs, use precompiled UserManual.pdf and
27 # NOMODS=1 don't build any module
28 # NOQT=1 don't build the Qt GUI
30 # HEADLESS=1 build the headless version
31 # VNC=1 build VNC code
32 # NOWEBSVC=1 don't build the webservice API, default for OSE
33 # STAGEDISO=<path> don't build th
[all...]
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/antlr/
H A DAntlrPPC.mak5 # build.c
34 "{ObjDir�PPC}build.c.x" �
67 "{ObjDir�PPC}build.c.x" � {�MondoBuild�} build.c
68 {PPCC} build.c -o {Targ} {PPCCOptions}
H A Dmakefile40 ## Uncomment the appropriate section to build
56 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
82 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
106 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
131 #antlr.exe: antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
178 OBJ=antlr.o scan.o err.o bits.o build.o fset2.o fset.o gen.o \
187 SRC=antlr.c scan.c err.c bits.c build.c fset2.c fset.c gen.c globals.c \
H A DAntlrDDK.mak21 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
89 build.obj: $(ANTLR_SRC)\build.c \
98 $(CC) -c $(CFLAGS) $(ANTLR_SRC)\build.c
H A DAntlrMS.mak22 ANTLR_OBJS = antlr.obj scan.obj err.obj bits.obj build.obj fset2.obj \
89 build.obj: $(ANTLR_SRC)\build.c \
98 $(CC) -c $(CFLAGS) $(ANTLR_SRC)\build.c
/vbox/src/VBox/ValidationKit/testmanager/batch/
H A Ddel_build.py7 Interface used by the tinderbox server side software to mark build binaries
45 from testmanager.core.build import BuildLogic
H A Dadd_build.py7 Interface used by the tinderbox server side software to add a fresh build.
44 from testmanager.core.build import BuildDataEx, BuildLogic, BuildCategoryData;
48 Add build info into Test Manager database.
68 help = 'build type (debug, release etc.)');
74 help = 'URL to the build logs (optional).');
76 help = 'URLs or build share relative path to a build output file. This option can be repeated.');
98 Add build data record into database.
102 # Assemble the build data.
/vbox/src/VBox/Devices/EFI/Firmware/OvmfPkg/
H A Dbuild.sh174 if [[ ! -f `which build` || ! -f `which GenFv` ]];
176 # build the tools if they don't yet exist. Bin scheme
179 elif [[ ( -f `which build` || -f `which GenFv` ) && ! -d $EDK_TOOLS_PATH/Source/C/bin ]];
181 # build the tools if they don't yet exist. BinWrapper scheme
209 echo Running edk2 build for OvmfPkg$Processor
210 build -p $PLATFORMFILE $BUILD_OPTIONS -a $PROCESSOR -b $BUILDTARGET -t $TARGET_TOOLS
H A Dcreate-release.py192 def build(arch): function
194 'OvmfPkg/build.sh',
199 logname = 'build-%s.log' % arch
235 build('IA32')
236 build('X64')
/vbox/src/VBox/HostDrivers/linux/
H A Ddo_dkms4 # Script to register/build/unregister a kernel module with DKMS.
57 $DKMS build -m $MODULE -v $VERSION &&
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/
H A DMakefile2 # Windows makefile for Python tools build.
24 APPLICATIONS=$(BIN_DIR)\build.exe $(BIN_DIR)\GenFds.exe $(BIN_DIR)\Trim.exe $(BIN_DIR)\TargetTool.exe $(BIN_DIR)\GenDepex.exe $(BIN_DIR)\GenPatchPcdTable.exe $(BIN_DIR)\PatchPcdValue.exe $(BIN_DIR)\BPDG.exe $(BIN_DIR)\UPT.exe
71 $(BIN_DIR)\build.exe: $(BASE_TOOLS_PATH)\Source\Python\build\build.py $(COMMON_PYTHON)
72 @pushd . & @cd build & @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) build.py & @popd
/vbox/src/VBox/Installer/linux/rpm/
H A Drules18 # VERBOSE=1 verbose build
19 # DEBUG=1 debug build
21 # either the subversion rev [if available] or the build date)
22 # NODOCS=1 don't build docs, use precompiled UserManual.pdf and
24 # NOMODS=1 don't build any module
25 # NOQT=1 don't build the Qt GUI
28 # HEADLESS=1 build the headless version
29 # VNC=1 build VNC code
30 # NOWEBSVC=1 don't build the webservice API, default for OSE
31 # STAGEDISO=<path> don't build th
[all...]
/vbox/src/libs/libxml2-2.6.31/vms/
H A Dbuild_libxml.com7 $! "DEBUG" - build everything in debug
24 $! miscellaneous enhancements to build process
65 $!- set up build logicals -----------------------------------------------------\
156 $ call build 'next_source'
162 $!- now build self-test programs ----------------------------------------------
178 $ call build NANOFTP.C /DEFINE=(STANDALONE)
179 $ call build NANOHTTP.C /DEFINE=(STANDALONE)
180 $ call build TRIONAN.C /DEFINE=(STANDALONE)
182 $!- now build main and test programs ------------------------------------------
204 $ call build 'next_pro
[all...]
/vbox/src/VBox/RDP/client-1.8.3/
H A Drdesktop.spec20 %build
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DMakefile2 # Windows makefile for UPT tools build.
35 @pushd . & @cd build & @$(FREEZE) --include-modules=$(MODULES) --install-dir=$(BIN_DIR) UPT.py & @popd
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Universal/EbcDxe/X64/
H A DEbcLowLevel.S94 # build new paramater calling convention
111 # build new paramater calling convention
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/common/
H A DVBoxMPUtils.cpp52 ULONG major, minor, build; local
59 checkedBuild = PsGetVersion(&major, &minor, &build, NULL);
60 LOG(("running on version %d.%d, build %d(checked=%d)", major, minor, build, (int)checkedBuild));
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/
H A Dtoolsetup.bat197 @REM Test if we are going to have to do a build
204 IF NOT EXIST "%EDK_TOOLS_PATH%\Bin\Win32\build.exe" goto check_build_environment
234 echo If you really want to build the tools, use the ForceRebuild option.
256 echo !!! ERROR !!! PYTHON_HOME is required to build or execute the tools, please set it. !!!
283 set PATH=%PYTHONPATH%\build;%PYTHONPATH%\GenFds;%PYTHONPATH%\Trim;%PATH%
307 echo !!! ERROR !!!! Cannot find Visual Studio, required to build C tools !!!
350 echo !!! ERROR !!! Cannot build BaseTools applications - no source directory located !!!
360 echo Rebuild If sources are available perform an Incremental build, only
361 echo build those updated tools.
/vbox/src/VBox/Devices/EFI/Firmware/
H A Dedksetup.bat92 @REM Need the BaseTools Package in order to build
109 @echo !!! WARNING !!! No CYGWIN_HOME set, gcc build may not be used !!!
119 @echo --nt32 Call vsvars32.bat for NT32 platform build.
/vbox/src/libs/zlib-1.2.6/nintendods/
H A DMakefile19 BUILD := build
/vbox/src/VBox/ValidationKit/testmanager/webui/
H A Dwuiadminbuildcategory.py35 from testmanager.core.build import BuildCategoryData

Completed in 171 milliseconds

1234