代码搜索:libbt

找到约 21 项符合「libbt」的源代码

代码结果 21
www.eeworm.com/read/145395/12726912

m4 aclocal.m4

## ----------------------------------- ## ## Check if --with-dmalloc was given. ## ## From Franc,ois Pinard ## ## ----------------------------------- ## AC_DEFUN([LIBBT_WITH_DMALLOC],
www.eeworm.com/read/225655/14527267

m4 aclocal.m4

## ----------------------------------- ## ## Check if --with-dmalloc was given. ## ## From Franc,ois Pinard ## ## ----------------------------------- ## AC_DEFUN([LIBBT_WITH_DMALLOC],
www.eeworm.com/read/145395/12726847

makerel-bin

#!/bin/sh RELEASE=1.03 PROGRAMS="btget btlist btcheck" LIBRARY=libbt.a RELDIR=libbt-$RELEASE # RELDIR rm -rf $RELDIR mkdir $RELDIR mkdir $RELDIR/bin mkdir $RELDIR/include mkdir $RELDIR/examples mkdi
www.eeworm.com/read/145395/12726916

makefile

# -*- makefile -*- srcdir := . top_srcdir := .. CC:=gcc AR:=ar RANLIB:=ranlib PROGRAMS:=btlist btget btcheck LIBBT:=libbt.a SRCS:=\ benc.c \ bts.c \ types.c \ random.c \ strbuf.c \ stream.c
www.eeworm.com/read/145395/12726977

default makefile.default

# -*- makefile -*- srcdir := . top_srcdir := .. CC:=gcc AR:=ar RANLIB:=ranlib PROGRAMS:=btlist btget btcheck LIBBT:=libbt.a SRCS:=\ benc.c \ bts.c \ types.c \ random.c \ strbuf.c \ stream.c
www.eeworm.com/read/225655/14527268

makefile

# -*- makefile -*- srcdir := . top_srcdir := .. CC:=gcc AR:=ar RANLIB:=ranlib PROGRAMS:=btlist btget btcheck LIBBT:=libbt.a SRCS:=\ benc.c \ bts.c \ types.c \ random.c \ strbuf.c \ stream.c
www.eeworm.com/read/225655/14527295

default makefile.default

# -*- makefile -*- srcdir := . top_srcdir := .. CC:=gcc AR:=ar RANLIB:=ranlib PROGRAMS:=btlist btget btcheck LIBBT:=libbt.a SRCS:=\ benc.c \ bts.c \ types.c \ random.c \ strbuf.c \ stream.c
www.eeworm.com/read/145395/12726824

txt readme_w32.txt

The Windows port of libbt is currently in development. So far, only btget.exe is functional (as a console app). If you're adventurous, compiling a library is possible with minor changes to the project
www.eeworm.com/read/225655/14527161

txt readme_w32.txt

The Windows port of libbt is currently in development. So far, only btget.exe is functional (as a console app). If you're adventurous, compiling a library is possible with minor changes to the project
www.eeworm.com/read/145395/12726902

pl make_bterror.h.pl

# make_bterror.h.pl # # # This script generates the bterror.h header file for the libbt Bit Torrent Library. # It processes the tab-delimited file "errorlist.txt" to generate the bterror.h # file used