Module: deluge Branch: master Commit: ea65974dc29ef6c454a3f360565553fdf53688d0
Author: Andrew Resch <[email protected]> Date: Fri Mar 26 13:13:58 2010 -0700 Remove old win32 files --- win32/Deluge Theme/banner.jpg | Bin 5949 -> 0 bytes win32/Deluge Theme/banner_mirror.jpg | Bin 14762 -> 0 bytes win32/Deluge Theme/preview.jpg | Bin 61876 -> 0 bytes win32/Deluge Theme/setup.gif | Bin 6775 -> 0 bytes win32/Deluge Theme/welcome.jpg | Bin 19403 -> 0 bytes win32/Deluge Theme/welcome_mirror.jpg | Bin 33550 -> 0 bytes win32/deluge.ism | Bin 6517760 -> 0 bytes win32/deluge.reg | 31 ------------------------------- win32/include/INCLUDES | 7 ------- win32/lib/LIBS | 31 ------------------------------- win32/themes/gtkrc | 9 --------- 11 files changed, 0 insertions(+), 78 deletions(-) diff --git a/win32/Deluge Theme/banner.jpg b/win32/Deluge Theme/banner.jpg deleted file mode 100755 index 999e0ae..0000000 Binary files a/win32/Deluge Theme/banner.jpg and /dev/null differ diff --git a/win32/Deluge Theme/banner_mirror.jpg b/win32/Deluge Theme/banner_mirror.jpg deleted file mode 100755 index e730412..0000000 Binary files a/win32/Deluge Theme/banner_mirror.jpg and /dev/null differ diff --git a/win32/Deluge Theme/preview.jpg b/win32/Deluge Theme/preview.jpg deleted file mode 100755 index 8ba91e2..0000000 Binary files a/win32/Deluge Theme/preview.jpg and /dev/null differ diff --git a/win32/Deluge Theme/setup.gif b/win32/Deluge Theme/setup.gif deleted file mode 100755 index 8d0ff16..0000000 Binary files a/win32/Deluge Theme/setup.gif and /dev/null differ diff --git a/win32/Deluge Theme/welcome.jpg b/win32/Deluge Theme/welcome.jpg deleted file mode 100755 index a540126..0000000 Binary files a/win32/Deluge Theme/welcome.jpg and /dev/null differ diff --git a/win32/Deluge Theme/welcome_mirror.jpg b/win32/Deluge Theme/welcome_mirror.jpg deleted file mode 100755 index 9d43c14..0000000 Binary files a/win32/Deluge Theme/welcome_mirror.jpg and /dev/null differ diff --git a/win32/deluge.ism b/win32/deluge.ism deleted file mode 100755 index a4afcbc..0000000 Binary files a/win32/deluge.ism and /dev/null differ diff --git a/win32/deluge.reg b/win32/deluge.reg deleted file mode 100755 index f80c1c3..0000000 --- a/win32/deluge.reg +++ /dev/null @@ -1,31 +0,0 @@ -REGEDIT4 - -[HKEY_CLASSES_ROOT] - -[HKEY_CURRENT_USER] - -[HKEY_LOCAL_MACHINE] - -[HKEY_LOCAL_MACHINE\SOFTWARE] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Classes] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Bittorrent.File] -...@="Bittorrent.File" - -[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Bittorrent.File\DefaultIcon] -...@="[INSTALLDIR]Lib\\site-packages\\deluge\\data\\pixmaps\\deluge.ico" - -[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Bittorrent.File\shell] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Bittorrent.File\shell\open] - -[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Bittorrent.File\shell\open\command] -...@="\"[INSTALLDIR]deluge.cmd\" \"%1\"" - -[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\.torrent] -...@="Bittorrent.File" - -[HKEY_USERS] - -[HKEY_USER_SELECTABLE] diff --git a/win32/include/INCLUDES b/win32/include/INCLUDES deleted file mode 100644 index 0508b8a..0000000 --- a/win32/include/INCLUDES +++ /dev/null @@ -1,7 +0,0 @@ -In this directory there should be three directories: - -boost/ -- the boost headers -openssl/ -- the openssl headers -zlib/ -- the zlib headers - - diff --git a/win32/lib/LIBS b/win32/lib/LIBS deleted file mode 100644 index 2d2cd73..0000000 --- a/win32/lib/LIBS +++ /dev/null @@ -1,31 +0,0 @@ -In this folder should include all the libs necessary for libtorrent. - -This will include boost libs, openssl libs and zlib libs. - - -libboost_date_time-vc71-mt-1_36.lib -libboost_filesystem-vc71-mt-1_36.lib -libboost_graph-vc71-mt-1_36.lib -libboost_iostreams-vc71-mt-1_36.lib -libboost_prg_exec_monitor-vc71-mt-1_36.lib -libboost_program_options-vc71-mt-1_36.lib -libboost_python-vc71-mt-1_36.lib -libboost_regex-vc71-mt-1_36.lib -libboost_serialization-vc71-mt-1_36.lib -libboost_signals-vc71-mt-1_36.lib -libboost_system-vc71-mt-1_36.lib -libboost_test_exec_monitor-vc71-mt-1_36.lib -libboost_thread-vc71-mt-1_36.lib -libboost_unit_test_framework-vc71-mt-1_36.lib -libboost_wave-vc71-mt-1_36.lib -libboost_wserialization-vc71-mt-1_36.lib -libeay32.dll -libeay32.lib -libeay32MT.lib -libssl32.dll -ssleay32.dll -ssleay32.lib -ssleay32MT.lib -zlib.lib -zlib1.dll - diff --git a/win32/themes/gtkrc b/win32/themes/gtkrc deleted file mode 100755 index a6f7648..0000000 --- a/win32/themes/gtkrc +++ /dev/null @@ -1,9 +0,0 @@ -gtk-font-name = "arial 8" - -gtk-theme-name = "Clearlooks" - -gtk-icon-theme-name = "Tango" - -gtk-icon-sizes = "gtk-small-toolbar=16,16" - -gtk-toolbar-style = GTK_TOOLBAR_ICONS -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
