summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/scripts/geometryc.lua
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2017-12-01 13:22:27 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2017-12-01 13:22:27 +0100
commit39176274946d70ff520f265dee8fbd16d5fe0000 (patch)
tree318801d93146752050c9a492654ae3738820e3b9 /3rdparty/bgfx/scripts/geometryc.lua
parent6829ecb3b037d6bfbe0b84e818d17d712f71bce6 (diff)
Updated GENie, BGFX, BX, added BIMG since it is separated now, updated all shader binaries and MAME part of code to support new interfaces [Miodrag Milanovic]
Diffstat (limited to '3rdparty/bgfx/scripts/geometryc.lua')
-rw-r--r--3rdparty/bgfx/scripts/geometryc.lua10
1 files changed, 9 insertions, 1 deletions
diff --git a/3rdparty/bgfx/scripts/geometryc.lua b/3rdparty/bgfx/scripts/geometryc.lua
index 902b310caf8..e4fbd909ee2 100644
--- a/3rdparty/bgfx/scripts/geometryc.lua
+++ b/3rdparty/bgfx/scripts/geometryc.lua
@@ -4,7 +4,7 @@
--
project "geometryc"
- uuid "8794dc3a-2d57-11e2-ba18-368d09e48fda"
+ uuid (os.uuid("geometryc"))
kind "ConsoleApp"
includedirs {
@@ -31,12 +31,20 @@ project "geometryc"
configuration { "mingw-*" }
targetextension ".exe"
+ links {
+ "psapi",
+ }
configuration { "osx" }
links {
"Cocoa.framework",
}
+ configuration { "vs20*" }
+ links {
+ "psapi",
+ }
+
configuration {}
strip()