milkbone57 22 years ago
parent
commit
9747e62497
  1. 2
      build-temp.bat
  2. 2
      build.bat
  3. 2
      milkbone.nsi
  4. 2
      plugins/Tk-BList/Milkbone/BList.pm

2
build-temp.bat

@ -1 +1 @@ @@ -1 +1 @@
perlapp --nocompress --lib lib --verbose --icon images\mbone.ico --force --xclude mos.pl --freestanding --exe milkbone.exe --trim POSIX --add Tk;Tk::Photo;Tk::Text;Tk::TextUndo;Tk::ROText;Tk::HList;Tk::Tree;Tk::ItemStyle;Tk::LabEntry;Socket;Digest::MD5;Win32::API;Win32::GuiTest;Tk::Font;UNIVERSAL;Win32::Sound;Winamp::Control;Tk::BrowseEntry;Tk::FastSplash
perlapp --nocompress --lib lib --verbose --icon images\mbone.ico --force --xclude mos.pl --freestanding --exe milkbone.exe --trim POSIX --add Tk;Tk::Photo;Tk::Text;Tk::TextUndo;Tk::ROText;Tk::HList;Tk::Tree;Tk::ItemStyle;Tk::LabEntry;Socket;Digest::MD5;Win32::API;Win32::GuiTest;Tk::Font;Winamp::Control;Tk::BrowseEntry;Win32::Sound;Win32::GUI;integer;Net::SMTP

2
build.bat

@ -1,2 +1,2 @@ @@ -1,2 +1,2 @@
perlapp --nocompress --gui --lib lib --verbose --icon images\mbone.ico --force --xclude mos.pl --freestanding --exe milkbone.exe --trim POSIX --add Tk;Tk::Photo;Tk::Text;Tk::TextUndo;Tk::ROText;Tk::HList;Tk::Tree;Tk::ItemStyle;Tk::LabEntry;Socket;Digest::MD5;Win32::API;Win32::GuiTest;Tk::Font;Winamp::Control;Tk::BrowseEntry;Win32::Sound;Tk::FastSplash
perlapp --nocompress --gui --lib lib --verbose --icon images\mbone.ico --force --xclude mos.pl --freestanding --exe milkbone.exe --trim POSIX --add Tk;Tk::Photo;Tk::Text;Tk::TextUndo;Tk::ROText;Tk::HList;Tk::Tree;Tk::ItemStyle;Tk::LabEntry;Socket;Digest::MD5;Win32::API;Win32::GuiTest;Tk::Font;Winamp::Control;Tk::BrowseEntry;Win32::Sound;Win32::GUI;integer;Net::SMTP
upx milkbone.exe

2
milkbone.nsi

@ -7,7 +7,7 @@ Name "milkbone" @@ -7,7 +7,7 @@ Name "milkbone"
OutFile "milkbone-inst.exe"
BrandingText " "
CRCCheck on
ShowInstDetails show
ShowInstDetails hide
DirShow show
SetOverwrite on

2
plugins/Tk-BList/Milkbone/BList.pm

@ -7,7 +7,7 @@ use Milkbone; @@ -7,7 +7,7 @@ use Milkbone;
use warnings;
use strict;
use HTTP::Lite;
# use HTTP::Lite;
use Tk;
use Carp;

Loading…
Cancel
Save