代码搜索:Customized
找到约 858 项符合「Customized」的源代码
代码结果 858
www.eeworm.com/read/304348/13796088
macos make.defines.macos
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/Users/sar/apue.2e
CC=gcc
COMPILE.c=$(CC)
www.eeworm.com/read/304348/13796247
solaris make.defines.solaris
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/sar/apue.2e
CC=gcc
COMPILE.c=$(CC) $
www.eeworm.com/read/304348/13796290
linux make.defines.linux
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/sar/apue.2e
CC=gcc
COMPILE.c=$(CC) $
www.eeworm.com/read/143582/5756699
bat make32.bat
REM make32.bat - Batch file for assembling/linking 32-bit Assembly programs
REM Revised: 11/3/01
@echo off
cls
REM The following three lines can be customized for your system:
REM ********
www.eeworm.com/read/136504/5871081
tcl instptch.tcl
# INSTPTCH.TCL - Automatic handling of Tornado patches.
#
# Copyright 1999-2003 Wind River Systems, Inc
#
# modification history
# --------------------
# 01d,06may03,bjl added customized README.TXT a
www.eeworm.com/read/129250/5974583
bat make32.bat
REM make32.bat - Batch file for assembling/linking 32-bit Assembly programs
REM Revised: 11/3/01
@echo off
cls
REM The following three lines can be customized for your system:
REM ********
www.eeworm.com/read/421459/6311367
freebsd make.defines.freebsd
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/sar/apue.2e
CC=gcc
COMPILE.c=$(CC) $
www.eeworm.com/read/421459/6311499
macos make.defines.macos
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/Users/sar/apue.2e
CC=gcc
COMPILE.c=$(CC)
www.eeworm.com/read/421459/6311658
solaris make.defines.solaris
# Common make definitions, customized for each platform
# Definitions required in all program directories to compile and link
# C programs using gcc.
WKDIR=/home/sar/apue.2e
CC=gcc
COMPILE.c=$(CC) $