From: <sir...@us...> - 2003-03-09 11:51:37
|
Update of /cvsroot/btplusplus/BT++/dist In directory sc8-pr-cvs1:/tmp/cvs-serv13028/dist Modified Files: BT++.nsi Log Message: 0.5.0 Index: BT++.nsi =================================================================== RCS file: /cvsroot/btplusplus/BT++/dist/BT++.nsi,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** BT++.nsi 14 Feb 2003 21:43:56 -0000 1.7 --- BT++.nsi 9 Mar 2003 11:51:34 -0000 1.8 *************** *** 1,4 **** !define MUI_PRODUCT "BitTorrent++" ! !define MUI_VERSION "0.4.0" !include "${NSISDIR}\Contrib\Modern UI\System.nsh" --- 1,4 ---- !define MUI_PRODUCT "BitTorrent++" ! !define MUI_VERSION "0.5.0" !include "${NSISDIR}\Contrib\Modern UI\System.nsh" *************** *** 37,51 **** Section "" SecCopyUI SetOutPath "$INSTDIR" ! File "BT++\_socket.pyd" ! File "BT++\_sre.pyd" ! File "BT++\_winreg.pyd" ! File "BT++\BT++.exe" ! File "BT++\gridc.pyd" ! File "BT++\helpc.pyd" ! File "BT++\IconTray.ico" ! File "BT++\python22.dll" ! File "BT++\select.pyd" ! File "BT++\wxc.pyd" ! File "BT++\wxmsw240h.dll" File "README.txt" File "LICENSE.rtf" --- 37,50 ---- Section "" SecCopyUI SetOutPath "$INSTDIR" ! File "..\build\BT++\_socket.pyd" ! File "..\build\BT++\_sre.pyd" ! File "..\build\BT++\_winreg.pyd" ! File "..\build\BT++\BT++.exe" ! File "..\build\BT++\helpc.pyd" ! File "..\build\BT++\python22.dll" ! File "..\build\BT++\select.pyd" ! File "..\build\BT++\wxc.pyd" ! File "..\build\BT++\wxmsw240h.dll" ! File "..\build\BT++\zlib.pyd" File "README.txt" File "LICENSE.rtf" *************** *** 103,112 **** Delete "$INSTDIR\_winreg.pyd" Delete "$INSTDIR\BT++.exe" - Delete "$INSTDIR\gridc.pyd" - Delete "$INSTDIR\IconTray.ico" Delete "$INSTDIR\python22.dll" Delete "$INSTDIR\select.pyd" Delete "$INSTDIR\wxc.pyd" Delete "$INSTDIR\wxmsw240h.dll" Delete "$INSTDIR\README.txt" Delete "$INSTDIR\LICENSE.rtf" --- 102,110 ---- Delete "$INSTDIR\_winreg.pyd" Delete "$INSTDIR\BT++.exe" Delete "$INSTDIR\python22.dll" Delete "$INSTDIR\select.pyd" Delete "$INSTDIR\wxc.pyd" Delete "$INSTDIR\wxmsw240h.dll" + Delete "$INSTDIR\zlib.pyd" Delete "$INSTDIR\README.txt" Delete "$INSTDIR\LICENSE.rtf" |