Skip to content

Commit

Permalink
added missing module to windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
thawn committed Jan 23, 2017
1 parent d170e71 commit 0efcb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildit.pl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@

my $addDlls = '-l libxml2-2__.dll -l libiconv-2__.dll -l zlib1__.dll -l liblzma-5__.dll';

my $result = `pp -c $addDlls $filesToAdd -o ttmp32gme.exe ttmp32gme.pl`;
my $result = `pp -M Win32API::File -c $addDlls $filesToAdd -o ttmp32gme.exe ttmp32gme.pl`;

# newer versions of pp don't support the --icon option any more, use Win32::Exe to manually replace the icon:
# $exe = Win32::Exe->new('ttmp32gme.exe');
Expand Down

0 comments on commit 0efcb61

Please sign in to comment.