Export to GitHub

maratis - issue #20

Premake script update


Posted on Oct 8, 2013 by Quick Monkey

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.

Attachments

Comment #1

Posted on Oct 9, 2013 by Happy Elephant

Thank you, I'll download that soon.

Comment #2

Posted on Oct 14, 2013 by Quick Monkey

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

Status: Accepted

Labels:
Type-Defect Priority-Medium