代码搜索:Build
找到约 10,000 项符合「Build」的源代码
代码结果 10,000
www.eeworm.com/read/291168/3968439
build
#!/bin/sh -x
gcc -g -I../../include test.c -L../.. -lcrypto
www.eeworm.com/read/289833/3988533
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/287980/4013997
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/287636/4019849
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++
www.eeworm.com/read/283334/4081036
build
#!/bin/sh -e
#----------------------------------------------------------------------
# Build wxMac and wxPythonOSX from the tarball and then make an
# Installer package out of it.
#set -o xtrace
www.eeworm.com/read/279884/4132359
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/276808/4162446
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/276120/4168641
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/274761/4183756
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/451042/1667670
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}