sivarajankumar / maratis

Automatically exported from code.google.com/p/maratis
0 stars 0 forks source link

Premake script update #20

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Here is an updated premake script for experimental branche.

It fixes missing libs in linux and reorders links in order to fix "undefined 
reference" errors that occur for GCC users (the linker searches and processes 
libraries and object files in the order they are specified).

I also included a defines for MGUI_STATIC.

Original issue reported on code.google.com by MaratisB...@gmail.com on 8 Oct 2013 at 9:31

Attachments:

GoogleCodeExporter commented 8 years ago
Thank you,
I'll download that soon.

Original comment by anael.se...@gmail.com on 9 Oct 2013 at 10:40

GoogleCodeExporter commented 8 years ago
Anaël,

Did you check if this mod is compatible with OSX ?
If so you could push it with next revision.

Forward slashes at the end of each includedirs are unnecessary (they are 
stripped in visual studio, minGW & linux), so if this is the same for mac you 
could remove them.

Regards,
Com3D

Original comment by MaratisB...@gmail.com on 14 Oct 2013 at 5:11