代码搜索:Compiles
找到约 1,454 项符合「Compiles」的源代码
代码结果 1,454
www.eeworm.com/read/124744/14550678
platforms readme.platforms
These are platforms that BetaFTPD is known to run on (`Supported' means that
each new major version will be tested on this platform):
Linux, libc5
------------
Slackware 3.5. Compiles, partly tested.
www.eeworm.com/read/447954/7543074
todo
$Id: TODO,v 1.4 1998/02/23 09:57:48 kanungo Exp kanungo $
-- Documentation: Tutorial with theory, description of software,
and applications.
+added some
-- Estimation from multiple observatio
www.eeworm.com/read/140880/13054425
todo
$Id: TODO,v 1.4 1998/02/23 09:57:48 kanungo Exp kanungo $
-- Documentation: Tutorial with theory, description of software,
and applications.
+added some
-- Estimation from multiple observatio
www.eeworm.com/read/150542/12287019
todo
$Id: TODO,v 1.4 1998/02/23 09:57:48 kanungo Exp kanungo $
-- Documentation: Tutorial with theory, description of software,
and applications.
+added some
-- Estimation from multiple observatio
www.eeworm.com/read/150701/12270756
makefile
#This Makefile compiles
#tri.c (the default target) and comb.c
#
#-----------------------------------------
tri: tri.o
gcc -o tri tri.o
tri.o: tri.c macros.h
gcc -c tri.c
#-----------------------