代码搜索:Build
找到约 10,000 项符合「Build」的源代码
代码结果 10,000
www.eeworm.com/read/443340/7634443
build
#!/bin/bash
echo remove old dirs
rm -rf tmake
rm -rf qt
rm -rf qt-x11
rm -rf qtopia
echo Unpack all packages
tar xzvf tmake-1.11.tar.gz
tar xzvf qt-embedded-2.3.7.tar.gz
tar xzvf qt-x11-2.3.2.tar.gz
www.eeworm.com/read/435688/7787793
build
#!/bin/bash
#
# Script to build GTK-server
#
# Peter van Eerten - peter@gtk-server.org
#
#-------------------------------------------------------
trap 'echo; echo; exit' ERR SIGQUIT SIGINT SIGKILL
i
www.eeworm.com/read/197757/7971471
build
www.eeworm.com/read/197752/7971597
build
#!/bin/sh
#
# Copyright (c) 1999,2000,2001 WU-FTPD Development Group.
# All rights reserved.
#
# Portions Copyright (c) 1980, 1985, 1988, 1989, 1990, 1991, 1993, 1994
# The Regents of the Uni
www.eeworm.com/read/295822/8138039
build
www.eeworm.com/read/332833/12724308
build
www.eeworm.com/read/242636/12995428
build
#!/bin/sh
##################################################################
# #
# Build System Contributions by:
www.eeworm.com/read/242518/13001960
build
#!/bin/bash
echo remove old dirs
rm -rf tmake
rm -rf qt
rm -rf qt-x11
rm -rf qtopia
echo Unpack all packages
tar xzvf tmake-1.11.tar.gz
tar xzvf qt-embedded-2.3.7.tar.gz
tar xzvf qt-x11-2.3.2.tar.gz
www.eeworm.com/read/242509/13002116
build
#!/bin/bash
echo remove old dirs
rm -rf tmake
rm -rf qt
rm -rf qt-x11
rm -rf qtopia
echo Unpack all packages
tar xzvf tmake-1.11.tar.gz
tar xzvf qt-embedded-2.3.7.tar.gz
tar xzvf qt-x11-2.3.2.tar.gz
www.eeworm.com/read/140466/13079090
build
#!/bin/sh
set -e
set -x
MEMPHIS=../../memphis/memphis
MRTS=../../mrts/mrts.o
CPLUSPLUS=gcc
$MEMPHIS prog.m
$CPLUSPLUS -c prog.cpp
$CPLUSPLUS prog.o $MRTS
a.out