adding forgotten --no-extras build option
This commit is contained in:
@@ -55,6 +55,12 @@
|
|||||||
description = "Don't build demos"
|
description = "Don't build demos"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
newoption
|
||||||
|
{
|
||||||
|
trigger = "no-extras",
|
||||||
|
description = "Don't build Extras"
|
||||||
|
}
|
||||||
|
|
||||||
newoption
|
newoption
|
||||||
{
|
{
|
||||||
trigger = "enet",
|
trigger = "enet",
|
||||||
@@ -171,6 +177,7 @@
|
|||||||
language "C++"
|
language "C++"
|
||||||
|
|
||||||
if _OPTIONS["no-bullet3"] then
|
if _OPTIONS["no-bullet3"] then
|
||||||
|
print "--no-bullet3 implies --no-demos"
|
||||||
_OPTIONS["no-demos"] = "1"
|
_OPTIONS["no-demos"] = "1"
|
||||||
else
|
else
|
||||||
include "../src/Bullet3Common"
|
include "../src/Bullet3Common"
|
||||||
@@ -182,6 +189,7 @@
|
|||||||
end
|
end
|
||||||
|
|
||||||
if _OPTIONS["no-extras"] then
|
if _OPTIONS["no-extras"] then
|
||||||
|
print "--no-extras implies --no-demos"
|
||||||
_OPTIONS["no-demos"] = "1"
|
_OPTIONS["no-demos"] = "1"
|
||||||
else
|
else
|
||||||
include "../Extras"
|
include "../Extras"
|
||||||
|
|||||||
Reference in New Issue
Block a user