代码搜索:Build
找到约 10,000 项符合「Build」的源代码
代码结果 10,000
www.eeworm.com/read/153566/12027331
build
rm *.o *.c
make -f proc.mk build EXE=/usr/bkfx/bin/Pcs_Restore.x OBJS="PCSRestore.o PCSRestoreapi.o"
www.eeworm.com/read/255766/12056760
build
www.eeworm.com/read/341022/12113287
build
#!/bin/sh -e
#
# This script illustrates how to build a specific version of u-boot from
# scratch. This is mainly intended as a template for copy & paste, and as an
# example for individual scripts.
#
www.eeworm.com/read/224280/14598365
build
Requiert pour la compilation:
- Allegro 4.2.0 (http://alleg.sourceforge.net/)
- Adime 2.2.1 (http://adime.sourceforge.net/)
www.eeworm.com/read/119267/14835756
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/116265/14981681
build
#!/bin/sh
ACCENT=../accent/accent
ART=../art/art.o
LEX=lex
CC=cc
$ACCENT spec.acc
$LEX spec.lex
$CC -o calculator yygrammar.c lex.yy.c auxil.c $ART
calculator < input
www.eeworm.com/read/116265/14981705
build
#!/bin/sh
set -e
set -x
CC=cc
$CC -o accent actions.c ana.c auxil.c bnf.c code.c encode.c flatten.c \
yylex.c verbose.c lexinfo.c main.c output.c sets.c yytab.c \
idents.c errmsg.c strings.c