代码搜索:Build

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

代码结果 10,000
www.eeworm.com/read/168763/5438506

build

#! /bin/sh if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then echo Usage: $0 compiler_name [DMAKE commands] echo echo Current compilers: echo " gcc-linux - GNU C/C++ 2.7 or
www.eeworm.com/read/168763/5440334

build

#! /bin/sh if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then echo Usage: $0 compiler_name [DMAKE commands] echo echo Current compilers: echo " gcc-linux - GNU C/C++ 2.7 or
www.eeworm.com/read/165810/5477014

build

#!/bin/sh echo "Running JJTree ..." jjtree Parser.jjt echo "Running JavaCC ..." javacc Parser.jj # Remove the generated nodes as they are now # in a package of their own. rm -f AST* rm -f Node.java
www.eeworm.com/read/165441/5482239

build

#!/bin/csh if ("$1" != "-q") then echo Specify -q for a quiet run endif build01 ${1} build02 ${1} build03 ${1} build04 ${1} build05 ${1} build06 ${1}
www.eeworm.com/read/165441/5482255

build

#!/bin/csh -x if ("$1" != "-q") then echo Specify -q for a quiet run endif build01 $* build02 $* build03 $* build04 $* build05 $* build06 $* build07 $* build08 $* build09 $* build10 $* build11 $* bu
www.eeworm.com/read/165441/5482269

build

#!/bin/csh if ("$1" != "-q") then echo Specify -q for a quiet run endif build01 $1 # Starter-template build02 $1 # write DOM to std out build03 $1 # write DOM subtree to std out build04
www.eeworm.com/read/164889/5487404

build

#! /bin/sh if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then echo Usage: $0 compiler_name [DMAKE commands] echo echo Current compilers: echo " gcc-linux - GNU C/C++ 2.7 or
www.eeworm.com/read/162868/5512765

build

this directory is for building rsx objects files
www.eeworm.com/read/349752/3140277

build

#!/bin/sh # # Build an OpenVPN plugin module on *nix. The argument should # be the base name of the C source file (without the .c). # # This directory is where we will look for openvpn-plugin.h INC
www.eeworm.com/read/342142/3239813

build

#! /bin/sh if [ $# -lt 1 ] || ( [ "$1" != gcc-linux ] && [ "$1" != qnx4 ] ) ; then echo Usage: $0 compiler_name [DMAKE commands] echo echo Current compilers: echo " gcc-linux - GNU C/C++ 2.7 or