代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/100149/15882411
contents
Contents of the "msdos" subdirectory for UnZip 5.3 and later:
Contents this file
README notes about quirks in MS-DOS executables and compilers
crc_i86.asm optimized 8086/80286
www.eeworm.com/read/100148/15882589
vms 00binary.vms
First information about the binary distribution of VMS Zip 2.2
--------------------------------------------------------------
This archive comes in different variations:
"zip22x-vms--{
www.eeworm.com/read/178677/9388981
mk proc.mk
#######################################################################
# Use this script to create executables for the demo scripts with PL/SQL
# blocks embedded in C code. To create all executables
www.eeworm.com/read/161674/10386684
makefile
# Copyright (c) 1992 The Regents of the University of California.
# All rights reserved. See copyright.h for copyright notice and limitation
# of liability and disclaimer of warranty provisions.
MA
www.eeworm.com/read/446970/7562295
where
__________________________________________________________________________
This is the Info-ZIP file ``WHERE,'' last updated on 3 November 1997.
___________________________________________________
www.eeworm.com/read/436203/7775279
install
vsntp Installation and Running Procedure
1. Compilation and Installation Procedure
vsntp uses standard GNU autoconf to compile and install:
1. Download, unzip and untar the vsntp package:
www.eeworm.com/read/296483/8100805
copybins
#!/bin/sh
# copy install binaries to here
if [ "$1" = "" ]; then
echo "usage: $0 source-dir"
exit
fi
src=$1
# get usable strip command
if [ `uname -a | grep 5.5.1 | grep -i sunos | wc -l` = "1"
www.eeworm.com/read/322856/13363613
makefile
# $Id: Makefile,v 1.1 2007/10/06 10:42:53 nanard Exp $
# made for GNU Make
CFLAGS = -Wall -g
EXECUTABLES = testobsdrdr
all: $(EXECUTABLES)
clean:
rm -f *.o $(EXECUTABLES)
testobsdrdr: testobsdrdr.
www.eeworm.com/read/483942/6597841
txt readme.txt
This folder contains source files for all of the examples
given in Lecture 11, Mon Oct 17.
To build the executables, type make at the prompt.
cstring_iter.cpp - demonstrates iteration over arrays u
www.eeworm.com/read/477052/6744661
compile
Compile Instructions
--------------------
1) Type "make". This will create the executables used by the scripts.
Clean Instructions
------------------
1) Type "make clean". This will delete post-c