代码搜索:docs
找到约 5,488 项符合「docs」的源代码
代码结果 5,488
www.eeworm.com/read/288542/8622843
makefile
#just in case somebody likes make better than build...
all:
build
bin\kwc8616.sys:
build -r wc 86 fat16
bin\kwc8632.sys:
build -r wc 86 fat32
#use as follows: wmake -ms zip VERSION=2029
zip_src:
www.eeworm.com/read/288542/8622871
filelist
*/*/build.bat
*/*/buildall.bat
*/*/clean.bat
*/*/clobber.bat
*/*/config.b
*/*/filelist
*/*/default.bat
*/*/makefile
*/*/bin/autoexec.bat
*/*/bin/config.sys
*/*/bin/install.bat
*/*/boot/boot.asm
*/*/bo
www.eeworm.com/read/287804/8668350
makefile
# $Id: Makefile.in,v 1.1.2.6 2002/12/12 21:29:04 jnelson Exp $
MAKE=make
.PHONY: clean mrclean distclean boa docs
all: boa
boa:
(cd src && $(MAKE) $(MFLAGS))
docs:
(cd docs && $(MAKE) $(MFLAGS)
www.eeworm.com/read/287804/8668424
in makefile.in
# $Id: Makefile.in,v 1.1.2.6 2002/12/12 21:29:04 jnelson Exp $
MAKE=@MAKE@
.PHONY: clean mrclean distclean boa docs
all: boa
boa:
(cd src && $(MAKE) $(MFLAGS))
docs:
(cd docs && $(MAKE) $(MFLAG
www.eeworm.com/read/286498/8762685
txt readme.txt
More detailed instructions on how to compile/run this example can be
found in the sample top-level README file.
The following urls have more information about RMI and the
HelloWorld example:
http: