代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/109110/15563603
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/107706/15603028
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/107706/15603060
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/107706/15603063
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/107706/15603114
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/107706/15603117
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/102720/15761756
1 file.1
FILE(1) Minix Programmer's Manual FILE(1)
NAME
file - make a guess as to a file's type based on contents
SYNOPSIS
file name ...
EXAMPLES
www.eeworm.com/read/102720/15761773
1 strip.1
STRIP(1) Minix Programmer's Manual STRIP(1)
NAME
strip - remove symbol table from executable file
SYNOPSIS
strip [file] ...
EXAMPLES
www.eeworm.com/read/386582/8736917
mk android.mk
# Copyright 2005 The Android Open Source Project
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= debuggerd.c getevent.c unwind-arm.c pr-support.c utility.c
LOCAL_CFLAGS := -Wall
www.eeworm.com/read/388784/8576746
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