代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/463018/1539808
cfg app_remote_x470mv.cfg
function _cfg(prog, verbose) {
/* initialize prog attrs from build model */
var build = {
releases: {
$name:"xdc.bld.Executable.Instance#0/attrs/releases",
},
www.eeworm.com/read/242898/4533367
makefile
#
# Makefile for the clawpack code:
#
# To compile the claw1 library files type: make lib
# (from the AMRCLAWLIB sub-directory)
#
# To make an executable, type: make xclaw
#
www.eeworm.com/read/242898/4533390
makefile
#
# Makefile for the clawpack code:
#
# To compile the claw3 library files type: make lib
# (from the lib sub-directory)
#
# To make an executable, type: make xclaw
#
www.eeworm.com/read/231851/4709696
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/231726/4709814
doc config.doc
The basic coding parameters are defined using
macros, and an executable can be made by compiling using macro
definitions defining the values of the following names in the file
"ecc.h":
The important
www.eeworm.com/read/229812/4752201
gml wlusage.gml
.*
.*
.chap *refid=wlusage The &lnkname
.*
.np
The &lnkname is a linkage editor (linker) that takes object and
library files as input and produces executable files as output.
.ix 'OMF'
The fol
www.eeworm.com/read/348042/3158948
inf confirm.inf
PWLib $$PRODUCT_TYPE$$ application:
Product name: $$PRODUCT_NAME$$
Manufacturer: $$MANUFACTURER$$
Directory: $$FULL_DIR_PATH$$
Executable: $$Root$$.exe
Base class: $$
www.eeworm.com/read/346457/3182790
svn-base check_openpf1.c.svn-base
/* Check that --sysroot is applied to open(2).
#sim: --sysroot=@exedir@
We assume, with EXE being the name of the executable:
- The simulator executes with cwd the same directory where the exec
www.eeworm.com/read/346457/3182871
c check_openpf1.c
/* Check that --sysroot is applied to open(2).
#sim: --sysroot=@exedir@
We assume, with EXE being the name of the executable:
- The simulator executes with cwd the same directory where the exec
www.eeworm.com/read/338901/3312335
h dirsetup.h
#ifndef DIRSETUP_H
#define DIRESTUP_H
#include "path.h"
void dirSetup(const char *executable);
const char* getHome(void);
#endif