代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/161121/5556916
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet
www.eeworm.com/read/161121/5560726
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
completel
www.eeworm.com/read/158872/5589813
texi bfdt.texi
@section @code{typedef bfd}
A BFD has type @code{bfd}; objects of this type are the
cornerstone of any application using BFD. Using BFD
consists of making references though the BFD and to data in the
www.eeworm.com/read/154630/5635146
gnu makefile.gnu
# Usage:
# This makefile is for compiling TrayIcon.dll with GCC/Cygwin
# $ make -f Makefile.gnu
# ... making
# $ make -f Makefile.gnu clean
# ... removing objs and precompiled headers
# Use this for
www.eeworm.com/read/152843/5658355
makefile
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
# Simplified for ppc64 by Todd Inglet
www.eeworm.com/read/472964/6860846
changes
Copyright (c) 2003, University of Maryland, Baltimore County.
NOTE: A Basic familiarity with ns architecture is recommended before making the
following changes. The ns-2 extensions for OBS is curren
www.eeworm.com/read/147676/12540120
sound-faq
bttv and sound mini howto
=========================
There are alot of different bt848/849/878/879 based boards available.
Making video work often is not a big deal, because this is handled
com
www.eeworm.com/read/202293/15386935
h backupfi.h
/* backupfile.h -- declarations for making Emacs style backup file names
Copyright (C) 1990 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modif
www.eeworm.com/read/112652/15479992
cpp demo10_2.cpp
// DEMO10_2.CPP - Making a simple sound with DirectSound
// makes a 100hz pure sine tone, try changing it for fun!
// INCLUDES ///////////////////////////////////////////////
#define WIN32_LEAN
www.eeworm.com/read/102761/15759478
makefile
#---------------------------------------------
# rules of making *.ec, DON'T change anytime !
.SUFFIXES:
.ec.o:
esql -c $(INCL) $<
$(LINK.c) -c $(SYS) $(INCL) $*.c
@rm $*.c
.SUFFIXES: .o