diff options
author | 2016-05-03 12:20:29 +0200 | |
---|---|---|
committer | 2016-05-03 12:20:29 +0200 | |
commit | f97b68d3ed8312f0800fc0e501ad0174a968d3e9 (patch) | |
tree | bf876c8732bd657d05908876ae88e1736f306610 /3rdparty/bgfx/scripts/texturec.lua | |
parent | f2aca844f6bbfcc0d1284d6dd546cd552cbe0a92 (diff) |
Update GENie, BGFX and BX (nw)
Diffstat (limited to '3rdparty/bgfx/scripts/texturec.lua')
-rw-r--r-- | 3rdparty/bgfx/scripts/texturec.lua | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/3rdparty/bgfx/scripts/texturec.lua b/3rdparty/bgfx/scripts/texturec.lua index 28e9bcc8bd4..36a01b15fde 100644 --- a/3rdparty/bgfx/scripts/texturec.lua +++ b/3rdparty/bgfx/scripts/texturec.lua @@ -38,11 +38,12 @@ project "texturec" path.join(BGFX_DIR, "tools/texturec/**.h"), } - links { --- "bgfx", - } + configuration { "mingw-*" } + targetextension ".exe" configuration { "osx" } links { "Cocoa.framework", } + + configuration {} |