代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/284556/8918908
in makefile.in
# Makefile for:
# coff2noff -- converts a normal MIPS executable into a Nachos executable
#
# This is a GNU Makefile. It must be used with the GNU make program.
# At UW, the GNU make program is /soft
www.eeworm.com/read/185415/9038842
drc prjrebbiesms.drc
/*
Generated by the Borland C++ Incremental Linker
because -GD was supplied to the linker.
It contains compiler-generated resource bound to the executable.
If it is empty, no compiler-ge
www.eeworm.com/read/382242/9040837
mak rawbin.mak
# /Fefilename sets the name of the executable
# /Idirectory sets a single include directory
# /Ddefine defines a macro
OPTIONS=/nologo /Ferawbin.exe /I..\hecvm /DWINDOWS_32
www.eeworm.com/read/382242/9040922
mak list.mak
# /Fefilename sets the name of the executable
# /Idirectory sets a single include directory
OPTIONS=/nologo /Felist.exe /I..\..\hecvm
LIST.EXE:
CL.EXE $(OPTIONS) LIST.CPP $(LINK_OPTI
www.eeworm.com/read/382242/9040929
mak tree.mak
# /Fefilename sets the name of the executable
# /Idirectory sets a single include directory
OPTIONS=/nologo /Fetree.exe /I..\..\hecvm
TREE.EXE:
CL.EXE $(OPTIONS) tree.cpp $(LINK_OPTI
www.eeworm.com/read/382242/9041046
mak filedmp.mak
# /Fefilename sets the name of the executable
# /Idirectory sets a single include directory
# /Ddefine defines a macro
OPTIONS=/nologo /Fefiledmp.exe /I..\..\hecvm /DWINDOWS_
www.eeworm.com/read/382242/9041054
mak numfmt.mak
# /Fefilename sets the name of the executable
# /Idirectory sets a single include directory
# /Ddefine defines a macro
OPTIONS=/nologo /Fenumfmt.exe /I..\..\hecvm /DWINDOWS_32
NUMFMT
www.eeworm.com/read/282540/9084795
drc prodownfiles.drc
/* VER150
Generated by the Borland Delphi Pascal Compiler
because -GD or --drc was supplied to the compiler.
This file contains compiler-generated resources that
were bound to the execut
www.eeworm.com/read/380647/9135878
makefile
#############################################################
# Makefile for TI UBL project. #
# Generates the binary UBL file can be used as the #
# secondary boot
www.eeworm.com/read/378233/9239960
c muldi3.c
/* More subroutines needed by GCC output code on some machines. */
/* Compile this one with gcc. */
/* Copyright (C) 1989, 92-98, 1999 Free Software Foundation, Inc.
This file is part of GNU CC.
G