Heres mine
Download
written in C
-CLI
-"Lovec.exe" is the compiler
-You can always replace "love.exe" with the newest version!
Love Compiler
Love Compiler
Last edited by joedf on Fri Mar 09, 2012 9:22 pm, edited 3 times in total.
Re: Love Compiler
Something went wrong...
Re: Love Compiler
What does this compiler do?!?
Re: Love Compiler
Don't know also. I suppose it should luac sources. if you open luac.exe and drag a .lua to command prompt and enter he does something. However I didn't get here it saves. Tried also with .love files but nothing happens.
Re: Love Compiler
It's effectively the same thing as the Love2d compiler mentioned in the wiki. If you start lovec.exe, and drag a .love file on it, it will pack it into the main executable.
Re: Love Compiler
Oh ok, i thought it's something usefull.
Re: Love Compiler
I have a Makefile that packages the love file for me. Here's my most recent one.
You need some version of make and zip installed (like the ones through mingw32). As I'm a linux user, it's hard not to have those available. So, if your love compiler is designed just to add a .love and the .exe to each other, a neat feature would be to fill the gap that my makefile does, packaging your files on demand.
Code: Select all
FILES = conf.lua main.lua lib maps gfx
love:
zip -r landofwayward.love $(FILES)
Who is online
Users browsing this forum: No registered users and 2 guests