I'm gonna try to reduce the premake4.lua file size.

This commit is contained in:
Martín Lucas Golini
2012-12-16 01:59:22 -03:00
parent e3869c4500
commit 6354eaf076
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,6 @@
**/
/**
@TODO Update OpenAL Soft version for Android.
@TODO Improve documentation.
@TODO Improve Premake4 support. It should be really easy to compile eepp in Windows and OS X ( Linux is always easy thanks to package managers ).
@TODO Add more examples, showing at least the basic usage of the engine ( 10 or more examples at least ).

View File

@@ -31,7 +31,7 @@ solution "eepp"
if os.is("linux") then
multiple_insert( os_links, { "rt", "pthread", "X11", "openal", "GL", "Xcursor" } )
elseif os.is("windows") then
multiple_insert( os_links, { "OpenAL32", "opengl32", "mingw32", "glu32", "gdi32", "-static-libgcc -static-libstdc++ -mwindows" } )
multiple_insert( os_links, { "OpenAL32", "opengl32", "mingw32", "glu32", "gdi32" } )
elseif os.is("macosx") then
multiple_insert( os_links, { "OpenGL.framework", "OpenAL.framework", "CoreFoundation.framework", "AGL.framework" } )
elseif os.is("freebsd") then
@@ -272,6 +272,7 @@ solution "eepp"
configuration "windows"
files { "src/eepp/window/platform/win/*.cpp" }
linkoptions { "static-libgcc", "static-libstdc++", "mwindows" }
configuration "linux"
files { "src/eepp/window/platform/x11/*.cpp" }

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE QtCreatorProject>
<!-- Written by Qt Creator 2.6.0, 2012-12-15T19:16:36. -->
<!-- Written by Qt Creator 2.6.0, 2012-12-16T01:10:29. -->
<qtcreator>
<data>
<variable>ProjectExplorer.Project.ActiveTarget</variable>