代码搜索:executables
找到约 1,287 项符合「executables」的源代码
代码结果 1,287
www.eeworm.com/read/163494/10157130
readme
e3.exe contains 2 executables in one file:
one for DOS
one for Win9x
www.eeworm.com/read/135104/7094127
txt readme.txt
Building demo applecation
open demo.dsw workspace using msvc 6.0 by double clicking it and build
NOTE 1 : Make sure that each compilation or build ends with no errors.
NOTE 2 : A
www.eeworm.com/read/435060/7118997
sh inst.sh
#create executables of commands implemented
cc -o cat cat.c
cc -o cp cp.c
cc -o date date.c
cc -o decho decho.c
cc -o ln ln.c
cc -o rename rename.c
cc -o rm rm.c
cc -o wc wc.c
cc -o sleep sleep.c
cc -
www.eeworm.com/read/449987/7492146
makefile
###################################################################
# Installing RAR executables, configuration files and SFX modules #
# to appropriate directories
www.eeworm.com/read/440070/7695019
sh bins.sh
#! /bin/csh -f
echo "This directory contains binary executables" >& RTMP
switch ($OSTYPE)
case linux:
echo "making statically linked ELF excutables for linux"
echo "meant for the LINUX opera
www.eeworm.com/read/141552/13000691
where
__________________________________________________________________________
This is the Info-ZIP file ``WHERE,'' last updated on 18 April 2000.
_____________________________________________________
www.eeworm.com/read/322856/13363520
makefile
# $Id: Makefile,v 1.1 2007/10/06 10:42:53 nanard Exp $
# made for GNU Make
CFLAGS = -Wall -g
EXECUTABLES = testgetifstats
all: $(EXECUTABLES)
clean:
rm -f *.o $(EXECUTABLES)
testobsdrdr.o: testobs
www.eeworm.com/read/144211/5753123
mirage
#------------------------------------------------------------------------------
# mirage: file(1) magic for Mirage executables
#
# XXX - byte order?
#
0 long 31415 Mirage Assembler m.out executable
www.eeworm.com/read/117181/6110785
in makefile.in
VPATH = @srcdir@
srcdir = @srcdir@
EXECUTABLES = altivec-abi altivec-regs
MISCELLANEOUS =
all:
@echo "Nothing to be done for all..."
info:
install-info:
dvi:
install:
uninstall: force
installchec
www.eeworm.com/read/345986/11776478
makefile
###################################################################
# Installing RAR executables, configuration files and SFX modules #
# to appropriate directories