代码搜索:Build
找到约 10,000 项符合「Build」的源代码
代码结果 10,000
www.eeworm.com/read/288542/8622846
bat build.bat
@echo off
:- batch file to build everything
:- $Id: build.bat,v 1.17 2006/05/20 20:45:59 mceric Exp $
:- Syntax: BUILD [-r] [fat32|fat16] [msc|wc|tc|tcpp] [86|186|386]
:- option case is signif
www.eeworm.com/read/288542/8622892
txt build.txt
To build the operating system, a batch file (BUILD.BAT) is included
to make life easier. This file is in the FDKERNEL directory of the
distribution. In addition, there is a corresponding batch file
www.eeworm.com/read/288542/8622953
txt build.txt
To build the operating system, a batch file (BUILD.BAT) is included
to make life easier. This file is in the FDKERNEL directory of the
distribution. In addition, there is a corresponding batch file
www.eeworm.com/read/388186/8629082
ini build.ini
[File 0001]
Path = "/g/我的cvi程序/51定时器/51.c"
Object Format = "Win32-MSVC"
ForceCompile_Debug = False
ForceCompile_Release = False
Object Format Version = 1
Header Dependencies = "1,2,3,4,5,6,7,8,9
www.eeworm.com/read/288458/8630772
c build.c
#include /* fprintf */
#include /* contains exit */
#include /* unistd.h needs this */
#include /* contains read/write */
#include
#define MINI
www.eeworm.com/read/387891/8647729
build_avopt
#!/bin/sh
sed 's/unsigned//g' |\
sed 's/enum//g' |\
egrep '^ *(int|float|double|AVRational|char *\*) *[a-zA-Z_0-9]* *;' |\
sed 's/^ *\([^ ]*\)[ *]*\([^;]*\);.*$/{"\2", NULL, OFFSET(\2), FF_OPT_TYPE
www.eeworm.com/read/431496/8673619
bat build.bat
@echo off
REM #--------------------------------------------------------------------------
REM # File: BUILD.BAT
REM # Contents: Batch file to build Vend_Ax.
REM #
REM # Copyright (c) 1997 Anchor
www.eeworm.com/read/431494/8673726
bat build.bat
@echo off
REM #--------------------------------------------------------------------------
REM # File: BUILD.BAT
REM # Contents: Batch file to build EZ-USB FX2 firmware frameworks.
REM #
REM # Co
www.eeworm.com/read/387369/8691047
py build.py
import sys
import re
from os.path import exists
from os import stat, system
from glob import glob
########################################
# Platform dependent configuration
#########################