⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 harvest是一个下载html网页得机器人
💻
字号:
##############################################################################                                  _   _ ____  _     #  Project                     ___| | | |  _ \| |    #                             / __| | | | |_) | |    #                            | (__| |_| |  _ <| |___ #                             \___|\___/|_| \_\_____|## Copyright (C) 2002, Daniel Stenberg, <daniel@haxx.se>, et al.## In order to be useful for every potential user, curl and libcurl are# dual-licensed under the MPL and the MIT/X-derivate licenses.## You may opt to use, copy, modify, merge, publish, distribute and/or sell# copies of the Software, and permit persons to whom the Software is# furnished to do so, under the terms of the MPL or the MIT/X-derivate# licenses. You may pick one of these licenses.## This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY# KIND, either express or implied.## $Id: Makefile.dist,v 1.14 2003/10/22 11:26:58 bagder Exp $#############################################################################all:	./configure	makessl:	./configure --with-ssl	makeborland:	cd lib & make -f Makefile.b32	cd src & make -f Makefile.b32mingw32:	cd lib & make -f Makefile.m32 ZLIB=1	cd src & make -f Makefile.m32 ZLIB=1mingw32-ssl:	cd lib & make -f Makefile.m32 SSL=1 ZLIB=1	cd src & make -f Makefile.m32 SSL=1 ZLIB=1vc:	cd lib	nmake -f Makefile.vc6 cfg=release	cd ..\src	nmake -f Makefile.vc6vc-ssl:	cd lib	nmake -f Makefile.vc6 cfg=release-ssl	cd ..\src	nmake -f Makefile.vc6 cfg=release-sslvc-ssl-dll:	cd lib	nmake -f Makefile.vc6 cfg=release-ssl-dll	cd ..\src	nmake -f Makefile.vc6vc-libcurl-ssl-dll:	cd lib	nmake -f Makefile.vc6 cfg=release-libcurl-ssl-dll	cd ..\src	nmake -f Makefile.vc6djgpp:	make -C lib -f Makefile.dj	make -C src -f Makefile.djcygwin:	./configure	makecygwin-ssl:	./configure --with-ssl	makeunix: allunix-ssl: ssllinux: alllinux-ssl: ssl

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -