代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/131315/5938731
dos makefile.dos
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
EXECUTABLES = fileman
CFLAGS = -g -I../.. -D__MSDOS__ -D__GO32__
LDFLAGS = -g -L..
fileman: fileman.o
$(CC) $(LDFLA
www.eeworm.com/read/131315/5943380
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/130382/5959289
sh killem.sh
#!/bin/sh
# killem.sh - a simple script to control the
#
# removes all offensive files except for the build executables
#
# Solaris x86 hint: successful build requires GNU make and GNU as.
# mak
www.eeworm.com/read/126933/6010301
contents
Contents of the "msdos" sub-archive for UnZip 5.11 and later:
Contents this file
README notes about quirks in MS-DOS executables and compilers
msdos.c OS-dependent UnZip ro
www.eeworm.com/read/126411/6017559
makefile
# This is the Makefile for the examples subdirectory of readline. -*- text -*-
#
EXECUTABLES = fileman
CFLAGS = -g -I../..
LDFLAGS = -g -L..
fileman: fileman.o
$(CC) $(LDFLAGS) -o fileman fileman.
www.eeworm.com/read/105300/6199334
ion descript.ion
aplib.def Interface Definition for APLIB.DLL (OS/2)
VPC.CFG compiler parameter
APLIBU.PAS Interface Unit to ..\..\lib\watcom\aplib.lib
APLIBUD.PAS Dynamic Version of aplibu
APPACK.PAS demo program
www.eeworm.com/read/488496/6488088
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/488496/6488102
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/488496/6488390
txt readme.txt
All of the executables in this directory are self-contained:
They do not read any input.
www.eeworm.com/read/483942/6597855
txt readme.txt
This folder contains source files for all of the examples
given in Lecture 14, Wed Oct 24.
To build the executables, type make at the prompt.
complex.cpp, main.cpp - demonstrates simple classes usi