Merge branch 'NDK' of https://github.com/DigitalPulseSoftware/NazaraEngine into NDK
Former-commit-id: 2fb1ef362dd4474968d96b9c2bbe3bed7a9e02da
This commit is contained in:
commit
dce9831c19
|
|
@ -35,6 +35,9 @@ function NazaraBuild:Execute()
|
|||
libdirs("../extlibs/lib/mingw/x64")
|
||||
targetdir("../extlibs/lib/mingw/x64")
|
||||
|
||||
configuration("vs*")
|
||||
buildoptions("/MP")
|
||||
|
||||
configuration({"vs*", "x32"})
|
||||
libdirs("../extlibs/lib/msvc/x86")
|
||||
targetdir("../extlibs/lib/msvc/x86")
|
||||
|
|
@ -131,9 +134,11 @@ function NazaraBuild:Execute()
|
|||
buildoptions("-fvisibility=hidden")
|
||||
|
||||
configuration("vs*")
|
||||
buildoptions("/MP")
|
||||
defines("_CRT_SECURE_NO_WARNINGS")
|
||||
defines("_SCL_SECURE_NO_WARNINGS")
|
||||
|
||||
|
||||
-- Spécification des modules
|
||||
if (_OPTIONS["united"]) then
|
||||
project("NazaraEngine")
|
||||
|
|
|
|||
Loading…
Reference in New Issue