代码搜索:liburl
找到约 16 项符合「liburl」的源代码
代码结果 16
www.eeworm.com/read/297079/8054351
a liburl.a
www.eeworm.com/read/105397/15668422
in liburl-config.in
#!/bin/sh
prefix=@prefix@
exec_prefix=@exec_prefix@
bindir=@bindir@
sbindir=@sbindir@
libexecdir=@libexecdir@
datadir=@datadir@
sysconfdir=@sysconfdir@
sharedstatedir=@sharedstatedir@
localstatedir=
www.eeworm.com/read/366065/9835345
c tclmacosxbundle.c
/*
* tclMacOSXBundle.c --
*
* This file implements functions that inspect CFBundle structures
* on MacOS X.
*
* Copyright 2001, Apple Computer, Inc.
*
* The following terms appl
www.eeworm.com/read/105397/15668417
install
To install `liburl', do
./configure
make
make install
as usual. If you want it installed in a different directory
than /usr/local, use the --prefix option to configure.
www.eeworm.com/read/105397/15668419
html index.html
liburl documentation
liburl
C++ library for URL strings
Kasper Peeters, <
www.eeworm.com/read/171934/5390916
am makefile.am
#
# Makefile.am for url module
#
# Copyright (C) 2005,2006 Nokia Corporation
# Contact: Pekka Pessi
# Licensed under LGPL. See file COPYING.
# --------------------------------
www.eeworm.com/read/105397/15668426
in makefile.in
VERSION=0.1
VVERSION=0
all: liburl.so.${VERSION} test_url
#test_htuu
%.o: %.cc
@CXX@ @CFLAGS@ -I../include `dlobject --cflags` `proj++-config --cflags` -c -o $@ $<
test_url: test_url.o
@CXX@ @L
www.eeworm.com/read/105397/15668428
in makefile.in
all: library
library:
( cd src && $(MAKE) );
install:
( cd src && $(MAKE) install );
install -m 755 liburl-config @prefix@/bin/liburl-config
clean:
( cd src && $(MAKE) clean );
rm -f *~
dis
www.eeworm.com/read/180137/5291092
readme
liburl is a library that parses and retrieves URLs. The 'ftp', 'http',
'gopher', and 'file' access methods are supported.
liburl also supports caching in two different ways:
1) liburl will store
www.eeworm.com/read/105397/15668418
in configure.in
dnl Process this file with autoconf to produce a configure script.
AC_INIT(src/url_string.cc)
dnl Variable overrides
PACKAGE=liburl
VERSION=0.1
AC_SUBST(PACKAGE)
AC_SUBST(VERSION)
dnl Checks for pro