代码搜索:Scripts
找到约 7,993 项符合「Scripts」的源代码
代码结果 7,993
www.eeworm.com/read/137691/5820591
makefile
# The install rules assume that JNI libraries should be placed in .../jre/bin
# This seems to be true on Windows, and IBM's Linux Java
# It's not true for Sun's Linux Java (but we don't have javax.com
www.eeworm.com/read/113686/6126301
sgi_powerchallenge make.def.sgi_powerchallenge
# This is for the SGI PowerChallenge Array at NASA Ames. mrf77 and
# mrcc are local scripts that invoke the proper MPI library.
MPIF77 = mrf77
FLINK = mrf77
FFLAGS = -O3 -OPT:fold_arith_limit=1204
www.eeworm.com/read/113686/6126303
sp2_babbage make.def.sp2_babbage
#This is for the IBM SP2 at Ames; mrf77 and mrcc are local scripts
MPIF77 = mrf77
FLINK = mrf77
FFLAGS = -O3
FLINKFLAGS = -bmaxdata:0x60000000
MPICC = mrcc
CLINK = mrcc
CFLAGS
www.eeworm.com/read/104260/6205992
am makefile.am
# Sun-compatibility scripts
#
# Copyright (c) 1996, 1997, 1998, 1999
# Transvirtual Technologies, Inc. All rights reserved.
#
# See the file "license.terms" for information on usage and redistributio
www.eeworm.com/read/486756/6526500
py setup.py
#!/usr/bin/env python
# The contents of this file are subject to the BitTorrent Open Source License
# Version 1.0 (the License). You may not copy or use this file, in either
# source code or executa
www.eeworm.com/read/257925/11905571
ini vcscriptor.ini
; vcScriptor configuration file
[settings]
;
initialLoadDir=.\scripts\
f_proxriptor_main.windowState=0
f_proxriptor_main.left=206
f_proxriptor_main.top=112
f_proxriptor_main.width=562
f_pr
www.eeworm.com/read/131204/14156801
py install.py
# py2exe install script for harvestman
from distutils.core import setup
import py2exe
setup(name="HarvestMan",
scripts=["HarvestMan/HarvestMan.py"],
)
www.eeworm.com/read/233350/14157328
install-etc
#!/bin/sh
# Only install on SYSV for now
if [ -d /etc/sysconfig/ ]; then
install -D irda.sysconfig $ROOT/etc/sysconfig/irda
install -D ifcfg-irlan0 $ROOT/etc/sysconfig/network-scripts/ifcfg-i
www.eeworm.com/read/125931/14454691
makefile
BIN = ../../../bin
FFLAGS = -O2 -Olimit 1500
PROGS = idtosyb
SCRIPTS = pdb2syb
OBJS = idtosyb.o
all: idtosyb
install: all
mv $(PROGS) $(BIN)
cp $(SCRIPTS) $(BIN)
clean:
rm -f $(OBJS)
unins
www.eeworm.com/read/222769/14674515
cpp xvm.cpp
/*
Project.
XVM - The XtremeScript Virtual Machine
Abstract.
An embeddable runtime environment that can load and run multiple scripts concurrently
in a multithreaded e