Hi again,

I suppose this is a documented somwhere, but I can not figure out the proper way to make an executable from a PAR file.

I know I can make an executable for instance with : pp -o myexec.exe --gui toto.pl
but I need to customize the PAR file by adding some data files,
so I want to do :


1) pp -o toto.par -p toto.pl

2) add my files to the PAR file, for instance using the zip command

3) make my executable from the PAR file. I'd like to do something like that :
pp -o toto.exe --gui toto.par


The only way I found is by using the  parl loader : parl -Ototo.exe toto.par
but I can not use the --gui option anymore.


Karl Forner GENSET.

P.S :
It would be very convenient to allow the inclusion of whole directories, for instance using an option of the pp script.
I am currently trying to patch pp to allow this.







Reply via email to