[Premake] Fix buildlog path
This commit is contained in:
parent
110aeb02f7
commit
e3c03570dc
@ -36,9 +36,6 @@ function libtommath.project()
|
|||||||
path.join(libtommath.settings.source, "*.c"),
|
path.join(libtommath.settings.source, "*.c"),
|
||||||
}
|
}
|
||||||
|
|
||||||
-- dependencies
|
|
||||||
libtommath.import()
|
|
||||||
|
|
||||||
-- not our code, ignore POSIX usage warnings for now
|
-- not our code, ignore POSIX usage warnings for now
|
||||||
warnings "Off"
|
warnings "Off"
|
||||||
|
|
||||||
|
@ -235,6 +235,7 @@ workspace "iw4x"
|
|||||||
location "./build"
|
location "./build"
|
||||||
objdir "%{wks.location}/obj"
|
objdir "%{wks.location}/obj"
|
||||||
targetdir "%{wks.location}/bin/%{cfg.buildcfg}"
|
targetdir "%{wks.location}/bin/%{cfg.buildcfg}"
|
||||||
|
buildlog "%{wks.location}/obj/%{cfg.architecture}/%{cfg.buildcfg}/%{prj.name}/%{prj.name}.log"
|
||||||
configurations { "Debug", "Release" }
|
configurations { "Debug", "Release" }
|
||||||
architecture "x32"
|
architecture "x32"
|
||||||
platforms "x86"
|
platforms "x86"
|
||||||
@ -263,7 +264,6 @@ workspace "iw4x"
|
|||||||
project "iw4x"
|
project "iw4x"
|
||||||
kind "SharedLib"
|
kind "SharedLib"
|
||||||
language "C++"
|
language "C++"
|
||||||
cppdialect "C++17"
|
|
||||||
files {
|
files {
|
||||||
"./src/**.rc",
|
"./src/**.rc",
|
||||||
"./src/**.hpp",
|
"./src/**.hpp",
|
||||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user