Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: how to create a makefile using PAR::Packer

by Anonymous Monk
on Dec 10, 2012 at 23:08 UTC ( [id://1008182]=note: print w/replies, xml ) Need Help??


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

Makepp Tutorial — Tutorial on writing makefiles
  • Comment on Re: how to create a makefile using PAR::Packer

Replies are listed 'Best First'.
Re^2: how to create a makefile using PAR::Packer
by gepebril69 (Scribe) on Dec 12, 2012 at 10:58 UTC

    Thanks for all help so far, although I don't have the feeling I'm closer to the solution. I think the solution provided aren't either what I'm looking for, or I'm missing some steps so I don't see the solution.

    What I'm looking for is something like this (in own created syntax)

    pp -o file1.exe --link=C:\strawberry\c\bin\libmysql_.dll -x -c -vvv f +ile1.pl dependenc: file_basicfunc.pl, file_vars.pl pp -o file2.exe --link=C:\strawberry\c\bin\libmysql_.dll -x -c -vvv f +ile2.pl dependenc: file_basicfunc.pl, file_vars.pl, file1.pl pp -o file3.exe --link=C:\strawberry\c\bin\libmysql_.dll -x -c -vvv f +ile3.pl dependenc: file_basicfunc.pl, file_vars.pl

    Unfortunately I have to do this project on Windows

    Or is it possible to create .exe on Linux used for Windows, my guts say no

      "Or is it possible to create .exe on Linux used for Windows, my guts say no"

      Your guts and the documentation are in agreement. See PAR::FAQ or http://par.perl.org.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1008182]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (2)
As of 2024-04-26 06:10 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found