📄 configure.bat.in
字号:
@echo offrem Configure batch file for `Wget' utilityrem Copyright (C) 1995, 1996, 1997 Free Software Foundation, Inc.rem This program is free software; you can redistribute it and/or modifyrem it under the terms of the GNU General Public License as published byrem the Free Software Foundation; either version 2 of the License, orrem (at your option) any later version.rem This program is distributed in the hope that it will be useful,rem but WITHOUT ANY WARRANTY; without even the implied warranty ofrem MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See therem GNU General Public License for more details.rem You should have received a copy of the GNU General Public Licenserem along with this program; if not, write to the Free Softwarerem Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.rem In addition, as a special exception, the Free Software Foundationrem gives permission to link the code of its release of Wget with therem OpenSSL project's "OpenSSL" library (or with modified versions of itrem that use the same license as the "OpenSSL" library), and distributerem the linked executables. You must obey the GNU General Public Licenserem in all respects for all of the code used other than "OpenSSL". If yourem modify this file, you may extend this exception to your version of therem file, but you are not obligated to do so. If you do not wish to dorem so, delete this exception statement from your version.clsif .%1 == .--borland goto :borlandif .%1 == .--msvc goto :msvcif .%1 == .--watcom goto :watcomgoto :usage:msvccopy windows\config.h.ms src\config.h > nulcopy windows\Makefile.top Makefile > nulcopy windows\Makefile.src src\Makefile > nulcopy windows\Makefile.doc doc\Makefile > nulecho Type NMAKE to start compiling.echo If it doesn't work, try executing MSDEV\BIN\VCVARS32.BAT first,echo and then NMAKE.goto :end:borlandcopy windows\config.h.bor src\config.h > nulcopy windows\Makefile.top.bor Makefile > nulcopy windows\Makefile.src.bor src\Makefile > nulcopy windows\Makefile.doc doc\Makefile > nulecho Type MAKE to start compiling.goto :end:watcomcopy windows\config.h.ms src\config.h > nulcopy windows\Makefile.watcom src\Makefile > nul@echo Checking environment vars@set INCLUDE | find /I "WATCOM"@set LIB | find /I "WATCOM"@echo If WATCOM directories were not displayed, you need to@echo SET INCLUDE and SET LIB to the Watcom directories@echo.cd src@echo Type WMAKE to buildgoto :end:usageecho "Usage: configure [--borland | --msvc | --watcom]":end
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -