build.bat

来自「Linux下的bt工具」· Batch 代码 · 共 43 行

BAT
43
字号
rem The contents of this file are subject to the BitTorrent Open Source Licenserem Version 1.0 (the License).  You may not copy or use this file, in eitherrem source code or executable form, except in compliance with the License.  Yourem may obtain a copy of the License at http://www.bittorrent.com/license/.remrem Software distributed under the License is distributed on an AS IS basis,rem WITHOUT WARRANTY OF ANY KIND, either express or implied.  See the Licenserem for the specific language governing rights and limitations under therem License.del /F /S /Q build dist c:\python23\python.exe winsetup.py py2execopy %GTK_BASEPATH%\bin\libpng12.dll dist\copy %GTK_BASEPATH%\bin\zlib1.dll dist\copy %GTK_BASEPATH%\bin\libpangoft2-1.0-0.dll dist\rem I don't think this is needed:rem copy %GTK_BASEPATH%\bin\libxml2.dll dist\mkdir dist\etc\pangocopy %GTK_BASEPATH%\etc\pango dist\etc\pangomkdir dist\etc\gtk-2.0\copy %GTK_BASEPATH%\etc\gtk-2.0\gdk-pixbuf.loaders dist\etc\gtk-2.0mkdir dist\lib\gtk-2.0\2.4.0\loaderscopy %GTK_BASEPATH%\lib\gtk-2.0\2.4.0\loaders\libpixbufloader-png.dll dist\lib\gtk-2.0\2.4.0\loaderscopy %GTK_BASEPATH%\lib\gtk-2.0\2.4.0\loaders\libpixbufloader-xpm.dll dist\lib\gtk-2.0\2.4.0\loaderscopy %GTK_BASEPATH%\lib\gtk-2.0\2.4.0\loaders\libpixbufloader-ico.dll dist\lib\gtk-2.0\2.4.0\loadersmkdir dist\lib\pango\1.4.0\modulescopy %GTK_BASEPATH%\lib\pango\1.4.0\modules\pango-basic-win32.dll dist\lib\pango\1.4.0\modules\copy %GTK_BASEPATH%\lib\pango\1.4.0\modules\pango-basic-fc.dll dist\lib\pango\1.4.0\modules\copy %GTK_BASEPATH%\lib\locale dist\lib\copy %GTK_BASEPATH%\etc\gtk-2.0\gtkrc dist\etc\gtk-2.0mkdir dist\lib\gtk-2.0\2.4.0\enginescopy %GTK_BASEPATH%\lib\gtk-2.0\2.4.0\engines\libwimp.dll dist\lib\gtk-2.0\2.4.0\enginesmkdir dist\share\themes\wimp\gtk-2.0copy %GTK_BASEPATH%\share\themes\wimp\gtk-2.0\gtkrc dist\share\themes\wimp\gtk-2.0"C:\Program Files\NSIS\makensis.exe" bittorrent.nsi

⌨️ 快捷键说明

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