代码搜索:Builds
找到约 2,456 项符合「Builds」的源代码
代码结果 2,456
www.eeworm.com/read/152121/5675856
dm makefile.dm
# Makefile for ttf2pk -- loyer@enst.fr, wl@gnu.org
#
# This Makefile assumes that you've already built and installed
# the FreeType library.
#
# It builds the ttf2pk and ttf2tfm for emx-gcc.
#
# You w
www.eeworm.com/read/130982/14164284
cat fem_master_full.cat
function [E,pp] = fem_master_full(vtx,simp,mat,gnd_ind,elec,zc,sym);
Builds up the system matrix based on the complete electrode model. E is not
yet permuted. To permute E -> E(pp,pp) as in fwd_solv
www.eeworm.com/read/120666/14792978
bat buildmsc.bat
echo off
rem
rem buildmsc.bat
rem
rem Builds all four Grafix libraries from scratch using MS C and
rem writes any errors to the file ERRS.
rem
del *.obj
del grafixl.lib
make cflags=/AL asmfl
www.eeworm.com/read/209211/4983873
notes
Directory dpost is DWB 3.3 version without UTF changes. dpost.utf is
stuff for Plan 9. Both build and install dpost, so only pick one. The
makefile I sent (postscript.mk) builds dpost.utf.
Left R
www.eeworm.com/read/190346/5185897
sh run.sh
#!/bin/sh
rm -f debug.log
rm -f child.log
# for shared builds.
LD_LIBRARY_PATH=../src/.libs:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
for f in $*; do
if ./$f; then
:
else
echo FAILURE
exit
www.eeworm.com/read/163987/5502864
bat makejcldcp4bcb.bat
@echo off
if %1!==! goto help
build.exe --make=BuildJCLdcpFilesForce %1 %2 %3 %4 %5 %6 %7 %8 %9
goto end
:help
echo MakeJCLDcp4BCB.bat - Builds the JCL dcp files for BCB
echo.
echo Usage:
www.eeworm.com/read/286192/4042075
makefile
# Makefile for console-build UnderC C++ interpreter
# vs 1.2.4 Can also build as a shared library, if SO is set
# vs 1.2.9 Builds with Mingw 2 (GCC 3.2)
OBJ = tparser.o function_match.o class.o code.
www.eeworm.com/read/398200/2388813
changelog
2003-03-24 Gary Thomas
* cdl/adder_eth_drivers.cdl: Make sure this builds only for
the original Adder (PPC850)
2002-11-25 Gary Thomas
* src/adde
www.eeworm.com/read/376060/2715701
makefile
# Makefile for console-build UnderC C++ interpreter
# vs 1.2.4 Can also build as a shared library, if SO is set
# vs 1.2.9 Builds with Mingw 2 (GCC 3.2)
OBJ = tparser.o function_match.o class.o code.
www.eeworm.com/read/376060/2715756
svn-base makefile.svn-base
# Makefile for console-build UnderC C++ interpreter
# vs 1.2.4 Can also build as a shared library, if SO is set
# vs 1.2.9 Builds with Mingw 2 (GCC 3.2)
OBJ = tparser.o function_match.o class.o code.