代码搜索:Tested
找到约 4,133 项符合「Tested」的源代码
代码结果 4,133
www.eeworm.com/read/230739/14276795
bc makefile.bc
# Makefile for UnZip(SFX) and fUnZip for Borland C++ for Windows 95/NT
# Version: 5.5 and later
# Alvin Koh, Jim Knoble, Christian Spieler, E-Yen Tan, Cosmin Truta, etc.
#
# Tested with Borland C++ 5.
www.eeworm.com/read/229057/14354680
conf dhcpd.conf
#
# Affix PAN profile dhcpd configuration file (tested Debian)
#
# $Id: dhcpd.conf,v 1.3 2004/03/17 18:07:58 kassatki Exp $
#
# option definitions common to all supported networks...
option domain-na
www.eeworm.com/read/125257/14502845
mak pstotxtv.mak
# pstotxtv.mak
# Makefile for pstotxt[3a].dll, for use with GSview,
# Microsoft Visual C++ and Win32 Intel x86 or DEC Alpha.
# Has not been tested with DEC Alpha
# makefile created by
# Russell La
www.eeworm.com/read/225025/14557464
machines
The gsm library has been tested successfully on the following platforms:
- Various Sun4s running SunOS 4.1.2
- SPARC1 (SunOS 4.1.1)
- Integrated Solutions 68k Optimum running 4.3BSD UNIX with a Green
www.eeworm.com/read/123658/14618008
h netbsd.h
/* This goes away when the math-emulator is fixed */
#define TARGET_CPU_DEFAULT 0400 /* TARGET_NO_FANCY_MATH_387 */
/* This is tested by i386gas.h. */
#define YES_UNDERSCORES
#include
www.eeworm.com/read/222124/14703806
readme
This driever is tested with Linux Kernel version 2.4.20 under X86 platform
on Redhat linux distribution.
The same driver should work for ISP1161, ISP1161A, ISP1161A1 chipsets.
It works well with
www.eeworm.com/read/115997/14993716
txt portingcomments.txt
Comments about uIP porting to 8051 by Fajun Chen
8051WEB is the porting of uIP to 8051 by Fajun Chen. It was tested with
Windows2000 Professional.
1. Instruction for setting up Windows2000 Dial-up
www.eeworm.com/read/114622/15045050
ms makefile.ms
# Makefile for Microsoft Visual C++ 2.0
# Tested on Windows NT 3.5
CPP = cl
.c.exe:
$(CPP) $<
.cpp.exe:
$(CPP) $<
.cpp.obj:
$(CPP) -c $*.cpp
all: REFRNCE.exe \
CONSTREF.exe \
www.eeworm.com/read/114622/15045126
ms makefile.ms
# Makefile for Microsoft Visual C++ 2.0
# Tested on Windows NT 3.5
CPP = cl
CPP=hcnt
.c.exe:
$(CPP) $<
.cpp.exe:
$(CPP) $<
.cpp.obj:
$(CPP) -c $*.cpp
all: declare.exe libte
www.eeworm.com/read/114622/15045187
ms makefile.ms
# Makefile for Microsoft Visual C++ 2.0
# Tested on Windows NT 3.5
CPP = cl
.c.exe:
$(CPP) $<
.cpp.exe:
$(CPP) $<
.cpp.obj:
$(CPP) -c $*.cpp
all: MALCLASS.exe \
NEWDEL.exe \