http://www.perlmonks.org?node_id=1008323


in reply to Re: how to create a makefile using PAR::Packer
in thread how to create a makefile using PAR::Packer

What does SOPW mean?

1) I don't want to build Perl modules, but executables

2) To build executables like: pp -o file.exe --link=C:\strawberry\c\bin\libmysql_.dll -x -c -vvv file.pl

3) I have a project that consists of several .pl that I want to turn into .exe file (Windows). I can build them with a .bat file containing the pp calls but that does not include dependencies. So I want to make a new .exe if a related .pl file has changed, including the .pl file used by require

4) When .pl are used within a .pl file the .exe. depends on them aswel

Replies are listed 'Best First'.
Re^3: how to create a makefile using PAR::Packer
by dasgar (Priest) on Dec 11, 2012 at 16:33 UTC