代码搜索:Executable
找到约 10,000 项符合「Executable」的源代码
代码结果 10,000
www.eeworm.com/read/202805/5045726
c main_rtems.c
/*
* !! OIY OIY !!
*
* The purpose of this file is only to get the executable linked. I haven't
* actually tried to run this on RTEMS!!
*
*/
#include "../../pjlib/src/pjlib-test/m
www.eeworm.com/read/202805/5045744
c main_rtems.c
/*
* !! OIY OIY !!
*
* The purpose of this file is only to get the executable linked. I haven't
* actually tried to run this on RTEMS!!
*
*/
#include "../../pjlib/src/pjlib-test/m
www.eeworm.com/read/202764/5046380
makefile
# All compiler and linker generated files will be written to this directory.
OUTDIR=Debug
# Specify all of the object files that are needed to build this executable.
OBJS= \
$(OUTDIR)\scc.obj \
www.eeworm.com/read/202764/5046394
makefile
# All compiler and linker generated files will be written to this directory.
OUTDIR=Debug
# Specify all of the object files that are needed to build this executable.
OBJS= \
$(OUTDIR)\scc.obj \
www.eeworm.com/read/202764/5046407
makefile
# All compiler and linker generated files will be written to this directory.
OUTDIR=Debug
# Specify all of the object files that are needed to build this executable.
OBJS= \
$(OUTDIR)\VM.obj \
www.eeworm.com/read/198624/5083880
makefile
# Compile all .cpp-files in the current directory and make a project of them
# (i.e. one executable, so that there may be exactly one main()
include ../../../make/makeProject
www.eeworm.com/read/198624/5083885
makefile
# Compile all .cpp-files in the current directory and make a project of them
# (i.e. one executable, so that there may be exactly one main()
include ../../../make/makeProject
www.eeworm.com/read/182103/5268848
c ctest.c
/*
* Test program for consolex.
*
* NOTE: This program must be put together as an executable. :)
*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The l
www.eeworm.com/read/170577/5403389
in makefile.in
# Makefile.in --
#
# This file is a Makefile for the BLE executable.
#
# Copyright (c) 1999-2000 Ajuba Solutions.
#
# See the file "license.terms" for information on usage and redistribution
# of this
www.eeworm.com/read/166320/5475541
cc perf_server_oneway.cc
// perf_oneway_ser.cc
// The server for the TestOneway example.
// The executable file generated from this code should be registered
// (under the name 'TestOneway') using the 'putit' command.
#