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

📄 build.bat

📁 Unix/Linux 网络时间协议版本3 Network Time Protocol Version 3 (NTP) distribution for Unix systems
💻 BAT
字号:
@echo offrem ----------------------------------------------------------------------rem    BUILD.BAT:  the install-shield release-build batch file, for NTPrem    Author:  Paul Wren, Software.Comrem    modified: l. kahn for freeware versionrem    modified: Greg Schueman for freeware NTP rem    Date:    05/07/96remrem    Adapted to MIPS/Intel 12/19/95.  Switch by passing 'mips' onrem        command line for MIPS machine.remrem    NOTE:  Will default to Intel.rem rem ----------------------------------------------------------------------
rem
rem MODIFY THE NEXT line.
rem Its' value MUST be set to the location of the InstallShield installation.
rem
set IPRG=c:\msdev\ishield\program

if (%1)==() goto :intelset VERSION=MIPS_Relset INSTDIR=mipsset ZIP=zipecho Building MIPS Version...if (%1)==(mips) goto :skip_intel:intelset VERSION=WinRelset INSTDIR=intelset ZIP=zipecho Building INTEL version...:skip_intelset INST=%INSTDIR%\datarem rem Setup directory structureremmkdir %INSTDIR%\datamkdir %INSTDIR%\disk1mkdir %INSTDIR%\setup
rem
rem Next command creates the setup.rul file from setup.rul.in
rem
perl mksetup.bat
echo %INST% echo ...Build components...%IPRG%\compile setup.rul -gcopy setup.ins %INSTDIR%\disk1echo ...Copy NTP stuff to data directory...COPY distrib\n*.exe     %INST%COPY distrib\x*.exe     %INST%COPY distrib\readme.nt  %INST%COPY distrib\ntpog.wri  %INST%COPY ..\..\COPYRIGHT    %INST%cd %INSTDIR%	echo ...Compress release data...	del data\data.z	%IPRG%\icomp -i data\*.* data\data.z	copy data\data.z disk1	del data\data.z	echo ...Make setup packing list...	cd setup	copy ..\..\setup.lst .	%IPRG%\packlist setup.lst	copy setup.pkg ..\disk1	copy setup.dbg ..\disk1	cd ..	echo ...Finish up disk contents with support filesrem	copy ..\setup.bmp       disk1	copy %IPRG%\_setup.lib  disk1	copy %IPRG%\_setup.dll  disk1	copy %IPRG%\setup.exe   disk1	echo ...Add helper dll libraries	%IPRG%\icomp %IPRG%\ctl3d32.dll          disk1\_setup.lib	%IPRG%\icomp ..\ntpdll.dll               disk1\_setup.lib	%IPRG%\icomp ..\distrib\readme.nt        disk1\_setup.librem	%IPRG%\icomp ..\ishield.bmp              disk1\_setup.lib	rem Zip in separately so they're available BEFORE install runs	copy ..\distrib\readme.nt  disk1	copy %IPRG%\_INST32I.EX_ disk1 rem copy stupid program needed for ntrem that wasn't even installed by therem freeware install shield had to get itrem off the vc++4.0 cd	copy data\ntpog.wri disk1	rem Zip the whole enchilada into one file	rem erase ntp35frel.zip	rem %ZIP% ntp35frel.zip disk1\*.*cd ..set NTP=set INST=set IPRG=echo .echo .echo Completed.

⌨️ 快捷键说明

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