Merge branch 'master' into SDL2
This commit is contained in:
@@ -1 +1 @@
|
||||
.\premake5.exe vs2015
|
||||
.\premake5.exe --premakeproject vs2015
|
||||
|
||||
@@ -1 +1 @@
|
||||
.\premake5.exe vs2017
|
||||
.\premake5.exe --premakeproject vs2017
|
||||
|
||||
1
build/Build_VS2019.bat
Normal file
1
build/Build_VS2019.bat
Normal file
@@ -0,0 +1 @@
|
||||
.\premake5.exe --premakeproject vs2019
|
||||
@@ -11,7 +11,7 @@ BuildDependencies = true
|
||||
BuildExamples = true
|
||||
|
||||
-- Setup configurations array (valid values: Debug, Release, ReleaseWithDebug)
|
||||
Configurations = "Debug,Release" -- "Debug,Release,ReleaseWithDebug"
|
||||
Configurations = "Debug,Release,ReleaseWithDebug" -- "Debug,Release,ReleaseWithDebug"
|
||||
|
||||
-- Setup additionnals install directories, separated by a semi-colon ; (library binaries will be copied there)
|
||||
--InstallDir = "/usr/local/lib64"
|
||||
|
||||
@@ -58,6 +58,7 @@ function NazaraBuild:Execute()
|
||||
workspace("NazaraEngine")
|
||||
platforms(platformData)
|
||||
|
||||
startproject "DemoFirstScene"
|
||||
location(_ACTION)
|
||||
|
||||
do
|
||||
@@ -840,6 +841,7 @@ function NazaraBuild:PrepareGeneric()
|
||||
targetsuffix("-d")
|
||||
|
||||
filter("configurations:*Debug*")
|
||||
optimize("Debug")
|
||||
symbols("On")
|
||||
|
||||
filter("configurations:not *Debug*")
|
||||
|
||||
Reference in New Issue
Block a user