Skip to content

Commit

Permalink
Update compile_to_exe_command.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
AtmanActive authored Jun 30, 2020
1 parent 7f7eefe commit 2b0b0b4
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions compile_to_exe_command.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ From fresh Strawberry Portable Perl:
cpanm PAR
cpanm PAR::Packer

...


--
pp -M PAR -M FindBin -M Win32::Sound -M Audio::Wav -x -o "A:\AtmanActive\Programs\Public\Util\Audio\PerlPlayWavDevice\PerlPlayWavDevice.exe" "A:\AtmanActive\Programs\Public\Util\Audio\PerlPlayWavDevice\PerlPlayWavDevice.pl"
pp -M PAR -M FindBin -M Win32::Sound -M Audio::Wav -x -o "PerlPlayWavDevice.exe" "PerlPlayWavDevice.pl"
--



SYNTAX:
pp -M PAR -M INCLUDE_MODULE_NAME_1 -M INCLUDE_MODULE_NAME_2 -M INCLUDE_MODULE_NAME_3 -x -o outputname.exe inputname.pl

0 comments on commit 2b0b0b4

Please sign in to comment.