代码搜索:Build

找到约 10,000 项符合「Build」的源代码

代码结果 10,000
www.eeworm.com/read/168158/9936437

build

#!/bin/csh javac -classpath ${XML_HOME}/jaxp.jar:${XML_HOME}/parser.jar:${JAVA_HOME}/lib/classes.zip ${1}.java
www.eeworm.com/read/362856/9978309

build

www.eeworm.com/read/359751/10125857

build

#! /bin/sh # # Script to build binary # # Usage: # sh build # or # ./build VER=`cat grub4dos_version` DATE=`date -u +%Y-%m-%d` RELEASE=grub4dos-${VER}-${DATE} COPY_FILES="COPYING README_GRUB4DOS.txt
www.eeworm.com/read/359019/10170227

build

Short overview for those who don't read manuals: There is no 'configure', simply call 'make' on the top level directory. All results in general will be placed into a directory named OBJ/
www.eeworm.com/read/160764/10501001

build

gcc -D__KERNEL__ -I/usr/src/linux/include -I/usr/src/linux/net/inet -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -DMODULE -DCONFIG_MODVERSIONS -c cs89x0.c
www.eeworm.com/read/270498/11034780

build

#!/bin/sh # !!! Note: Specify "full" pathname on your system. # # After build, copy the filedata.c to the emhttp build subdirectory. # ./buildfs -s /home/mtj/projects/emhttp/tools/root #cp filedata.c
www.eeworm.com/read/461307/7229393

_build ._build

www.eeworm.com/read/461143/7232734

build

www.eeworm.com/read/457464/7325256

build

qvhcom -93 -qhpro_syminfo -source -explicit pack8051.vhd qvhcom -93 -qhpro_syminfo -source -explicit mc8051.vhd qvhcom -93 -qhpro_syminfo -source -explicit nvsram.vhd qvhcom -93 -qhpro_syminfo -so
www.eeworm.com/read/443772/7623329

build

False_Act() { cat mk.err exit 1 } if [ -z "$1" ] then target=modules else target=$1 fi make -C /usr/src/arm-linux-2.6/linux-2.6.14-fa M=`pwd` $target 2> mk.err || False_Act if [ -z "$1" ]