代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/263059/6306817
txt readme.txt
- These object files can be linked into your Delphi executables
using the {$L filename.obj} directives.
- These are also used for the TMT Pascal example.
www.eeworm.com/read/264060/11331252
txt readme.txt
- These object files can be linked into your Delphi executables
using the {$L filename.obj} directives.
- These are also used for the TMT Pascal example.
www.eeworm.com/read/259828/11763060
txt readme.txt
- These object files can be linked into your Delphi executables
using the {$L filename.obj} directives.
- These are also used for the TMT Pascal example.
www.eeworm.com/read/230739/14277193
vms 00binary.vms
First information about the binary distribution of VMS UnZip 5.4
----------------------------------------------------------------
This archive comes in different variations:
"unz540x-vms-
www.eeworm.com/read/215323/15065002
readme
The archive, advh_v1_3.tar.gz, unpacks into a directory Cuba-1.3.
Change into this directory and type
./configure
make
This should create
libcuba.a -- the Cuba library,
Vegas, Suave
www.eeworm.com/read/212159/15165378
readme
Please read shapelib.html.
Building on Unix
----------------
1) Edit Makefile, and set CFLAGS, and CC macros as required for the
target system. Often the defaults will work fine.
2) "
www.eeworm.com/read/101788/15815719
vms 00binary.vms
First information about the binary distribution of VMS UnZip 5.4
----------------------------------------------------------------
This archive comes in different variations:
"unz540x-vms-
www.eeworm.com/read/100149/15882364
vms 00binary.vms
First information about the binary distribution of VMS UnZip 5.4
----------------------------------------------------------------
This archive comes in different variations:
"unz540x-vms-
www.eeworm.com/read/189063/8491990
go
# csh script for running GENESIS
echo making executables ...
make f=$1 ga.$1
echo running ga.$1 $2 ...
ga.$1 $2
echo making report ...
if (x$2 == x) then
echo rep for ga.$1 > rep
date >> r
www.eeworm.com/read/189063/8491995
bat go.bat
echo off
echo making executables ...
make
echo running ga %1 ...
ga %1
echo making report ...
if x == x%1 goto NULL
echo rep.%1 for ga %1 > rep.%1
report %1 >> rep.%1
goto DONE
:NULL
echo r