代码搜索:Build

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

代码结果 10,000
www.eeworm.com/read/110301/6165463

build

this directory is for building rsx objects files
www.eeworm.com/read/104701/6203434

build

#!/bin/bash # # fenris - program execution path analysis tool # --------------------------------------------- # # Copyright (C) 2001, 2002 by Bindview Corporation # Portions Copyright (C) 2001, 2
www.eeworm.com/read/101075/6254846

build

The current build requires the gnu tool chain for creating makefiles. Some of the configuration scripts are stashed in a directory called conftools. This may get added to the cvs repository
www.eeworm.com/read/100601/6267402

build

#!/bin/sh ## The contents of this file are subject to the Mozilla Public ## License Version 1.1 (the "License"); you may not use this file ## except in compliance with the License. You may obtain a co
www.eeworm.com/read/486068/6542906

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 -sou
www.eeworm.com/read/407940/11407320

_build ._build

www.eeworm.com/read/405539/11460920

build

arm-linux-gcc -g -o2 -i/usr/local/arm/2.95.3/arm-linux/include -i/friendly-arm/kernel/include/linux -i/usr/local/arm/2.95.3/arm-linux/lib -lpthread -o netvidcat vidcat.c v4l.c
www.eeworm.com/read/403166/11521240

build

echo "Building Simple C Compiler... (Warnings and errors in errors.gcc)" cd src gcc cc1.c cc2.c cc3.c cc4.c getarg.c -o scc 2>errors.gcc as init.s -olib/init.o cd .. echo "Finished!" echo "Now run './
www.eeworm.com/read/156616/11787835

build

gcc -D__KERNEL__ -I/usr/src/linux-2.4/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -march=i486 -falign-loops=2 -falign-jumps=2 -falign-fun
www.eeworm.com/read/154878/11920998

build

# If you don't want to use make, run this script. # But make sure you read config to see what can be customized. # Easiest way to build bin/lua: # cc -O2 -o bin/lua -Iinclude -Isrc src/*.c src/lib/*