代码搜索:Making
找到约 2,505 项符合「Making」的源代码
代码结果 2,505
www.eeworm.com/read/121089/6070118
inc debug.inc
; File: DEBUG.INC
; NOTE: When making changes to this file, be sure to consider equivalent
; changes to DEBUG.H
DEBUG_INC = ON
DbTimer MACRO
ENDM
DbMessTimer MACRO seg,mess
LOCAL szMess
www.eeworm.com/read/102935/6227650
makefile
# BK Id: %F% %I% %G% %U% %#%
#
# Makefile for making ELF bootable images for booting on CHRP
# using Open Firmware.
#
# Geert Uytterhoeven September 1997
#
# Based on coffboot by Paul Mackerras
USE_S
www.eeworm.com/read/102935/6227707
makefile
# BK Id: %F% %I% %G% %U% %#%
#
# Makefile for making XCOFF bootable images for booting on PowerMacs
# using Open Firmware.
#
# Paul Mackerras January 1997
#
# Cleaned up, moved into arch/ppc/boot/pmac
www.eeworm.com/read/101082/6243339
3b l10.3b
#print
You can print an entire file making use
of the fact that "$" refers to the last line.
The command
1,$p
prints from the first line to the last one,
or the whole file. Try printing this
whole
www.eeworm.com/read/100925/6264892
txt license.txt
INTERBASE PUBLIC LICENSE
Version 1.0
1. Definitions.
1.0.1. "Commercial Use" means distribution or otherwise making the Covered Code available to a third party.
1.1. ''Contributor'' means each
www.eeworm.com/read/202054/6337827
cpp wcpattern.cpp
/**
From the author (Jeff Stuart)
"
Let me start by saying this file is pretty big. If you feel up to it, you can
try making changes yourself, but you would be better off to just email me
www.eeworm.com/read/202054/6337828
cpp pattern.cpp
/**
From the author (Jeff Stuart)
"
Let me start by saying this file is pretty big. If you feel up to it, you can
try making changes yourself, but you would be better off to just email me
www.eeworm.com/read/488496/6488141
makefile
# executable files for this directory
OBJECTS = use-handle.exe book.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
inclu
www.eeworm.com/read/488496/6488326
makefile
# executable files for this directory
OBJECTS = screen3.exe
# tells make to use the file "..\MS_makefile_template", which
# defines general rules for making .obj and .exe files
include ..\MS_mak