Added extern libraries (Made STB one of them)
Former-commit-id: 0ca555e9f035600924c7c23fff06bc3810051fdf
This commit is contained in:
@@ -4,10 +4,10 @@ end
|
||||
|
||||
files
|
||||
{
|
||||
"../include/Nazara/Audio/**.hpp",
|
||||
"../include/Nazara/Audio/**.inl",
|
||||
"../src/Nazara/Audio/**.hpp",
|
||||
"../src/Nazara/Audio/**.cpp"
|
||||
"../include/Nazara/Audio/**.hpp",
|
||||
"../include/Nazara/Audio/**.inl",
|
||||
"../src/Nazara/Audio/**.hpp",
|
||||
"../src/Nazara/Audio/**.cpp"
|
||||
}
|
||||
|
||||
if (os.is("windows")) then
|
||||
@@ -33,4 +33,4 @@ else
|
||||
|
||||
configuration "ReleaseDLL"
|
||||
links "NazaraCore"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -17,4 +17,4 @@ if (os.is("windows")) then
|
||||
excludes { "../src/Nazara/Core/Posix/**.hpp", "../src/Nazara/Core/Posix/**.cpp" }
|
||||
else
|
||||
excludes { "../src/Nazara/Core/Win32/**.hpp", "../src/Nazara/Core/Win32/**.cpp" }
|
||||
end
|
||||
end
|
||||
|
||||
@@ -38,4 +38,4 @@ else
|
||||
links "NazaraCore"
|
||||
links "NazaraUtility"
|
||||
links "NazaraRenderer"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -5,10 +5,8 @@ end
|
||||
files
|
||||
{
|
||||
"../include/Nazara/Lua/**.hpp",
|
||||
"../include/Nazara/Lua/**.h",
|
||||
"../include/Nazara/Lua/**.inl",
|
||||
"../src/Nazara/Lua/**.hpp",
|
||||
"../src/Nazara/Lua/**.c",
|
||||
"../src/Nazara/Lua/**.cpp"
|
||||
}
|
||||
|
||||
@@ -32,4 +30,10 @@ else
|
||||
|
||||
configuration "ReleaseDLL"
|
||||
links "NazaraCore"
|
||||
end
|
||||
end
|
||||
|
||||
configuration "Debug*"
|
||||
links "lua-s-d"
|
||||
|
||||
configuration "Release*"
|
||||
links "lua-s"
|
||||
|
||||
@@ -30,4 +30,4 @@ else
|
||||
|
||||
configuration "ReleaseDLL"
|
||||
links "NazaraCore"
|
||||
end
|
||||
end
|
||||
|
||||
@@ -2,14 +2,11 @@ if (not _OPTIONS["united"]) then
|
||||
project "NazaraUtility"
|
||||
end
|
||||
|
||||
defines "STBI_NO_STDIO"
|
||||
|
||||
files
|
||||
{
|
||||
"../include/Nazara/Utility/**.hpp",
|
||||
"../include/Nazara/Utility/**.inl",
|
||||
"../src/Nazara/Utility/**.hpp",
|
||||
"../src/Nazara/Utility/**.c",
|
||||
"../src/Nazara/Utility/**.cpp"
|
||||
}
|
||||
|
||||
@@ -34,4 +31,10 @@ else
|
||||
|
||||
configuration "ReleaseDLL"
|
||||
links "NazaraCore"
|
||||
end
|
||||
end
|
||||
|
||||
configuration "Debug*"
|
||||
links "stb_image-s-d"
|
||||
|
||||
configuration "Release*"
|
||||
links "stb_image-s"
|
||||
|
||||
Reference in New Issue
Block a user