代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/132667/14079532
find-long-lines
#!/bin/sh
#
# This script looks for long lines in source files in Kannel.
#
# Lars Wirzenius
if [ ! -e /usr/bin/expand ]
then
# No expand -> we can't expand tabs -> let's just fail silently
exit 0
www.eeworm.com/read/204654/15335707
1 gzexe.1
.TH GZEXE 1
.SH NAME
gzexe \- compress executable files in place
.SH SYNOPSIS
.B gzexe
[ name ... ]
.SH DESCRIPTION
The
.I gzexe
utility allows you to compress executables in place and have them
aut
www.eeworm.com/read/110053/15542632
building
Hopefully, on any POSIX machine you should be able to just type `make'
and everything should work. If you don't have nawk and can't get it
(or something equivalent, like gawk), there's an awk version
www.eeworm.com/read/107706/15603067
mak hasm.mak
# /Fefilename sets the name of the executable
# /Idirectory sets a single include directory
# /Ddefine defines a macro
OPTIONS=/nologo /Fehasm.exe /I.\ /DWINDOWS_32
HASM.EXE:
CL.EXE $(
www.eeworm.com/read/105882/15656105
install
Before building slsh, it is wise to first build the slang library and
install it via, e.g., 'make install-elf'.
On Unix, running 'make install' will put:
* the slsh executable in $prefix/bin/
www.eeworm.com/read/101658/15822654
bat pack.bat
rem collect recursively into %1.lzh including subdirectories
lha a %1 /rx
rem turn it into a self extracting executable %1.exe
lha s %1 /rx
www.eeworm.com/read/101657/15822735
bat pack.bat
rem collect recursively into %1.lzh including subdirectories
lha a %1 /rx
rem turn it into a self extracting executable %1.exe
lha s %1 /rx
www.eeworm.com/read/100147/15882733
1 gzexe.1
.TH GZEXE 1
.SH NAME
gzexe \- compress executable files in place
.SH SYNOPSIS
.B gzexe
[ name ... ]
.SH DESCRIPTION
The
.I gzexe
utility allows you to compress executables in place and have them
aut