代码搜索:compile
找到约 10,000 项符合「compile」的源代码
代码结果 10,000
www.eeworm.com/read/141805/5768474
compile
#!/bin/csh
source ../env.cfg
${BIN}/compile VersionFilter.java -d . -deprecation
www.eeworm.com/read/141805/5768561
compile
#!/bin/csh
# Assumes env.cfg has been sourced
echo ""
echo Compiling $*
set VER = `java -version |& grep version | sed "s^java version ^^" | cut -c2-4`
echo VERSION $VER
javac -classpath ${CP} $*
www.eeworm.com/read/137691/5819751
compile
#!/bin/sh
if [ ! -f .dates-set ]; then
. ./set-dates
touch .dates-set
./configure
fi
gnumake || gmake || make
www.eeworm.com/read/133287/5906963
compile
#
# $Id: //poco/Main/build/rules/compile#5 $
#
# compiile
#
# Compile rule definitions for makefiles
#
#
# Targets
#
all: $(DEFAULT_TARGET)
all_static: static_debug static_release
all_sh
www.eeworm.com/read/103510/6214571
compile
#! /bin/sh
# Wrapper for compilers which do not understand `-c -o'.
# Copyright 1999, 2000 Free Software Foundation, Inc.
# Written by Tom Tromey .
#
# This program is free softwa
www.eeworm.com/read/477052/6744641
compile
Compile Instructions
--------------------
1) Type "make". This will create the executable used by the scripts.
Clean Instructions
------------------
1) Type "make clean". This will delete post-co
www.eeworm.com/read/477052/6744651
compile
Compile Instructions
--------------------
1) Type "make". This will create the executable used by the scripts.
Clean Instructions
------------------
1) Type "make clean". This will delete post-co
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
www.eeworm.com/read/477052/6744672
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
www.eeworm.com/read/263897/11337641
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