|
@@ -655,10 +655,10 @@ project "shaderc"
|
|
|
|
|
|
|
|
configuration {}
|
|
configuration {}
|
|
|
|
|
|
|
|
- if filesexist(BGFX_DIR, path.join(BGFX_DIR, "../bgfx-ext"), {
|
|
|
|
|
|
|
+ if filesexist(BGFX_DIR, path.join(BGFX_DIR, "../bgfx-gnm"), {
|
|
|
path.join(BGFX_DIR, "scripts/shaderc.lua"), }) then
|
|
path.join(BGFX_DIR, "scripts/shaderc.lua"), }) then
|
|
|
|
|
|
|
|
- if filesexist(BGFX_DIR, path.join(BGFX_DIR, "../bgfx-ext"), {
|
|
|
|
|
|
|
+ if filesexist(BGFX_DIR, path.join(BGFX_DIR, "../bgfx-gnm"), {
|
|
|
path.join(BGFX_DIR, "tools/shaderc/shaderc_pssl.cpp"), }) then
|
|
path.join(BGFX_DIR, "tools/shaderc/shaderc_pssl.cpp"), }) then
|
|
|
|
|
|
|
|
removefiles {
|
|
removefiles {
|
|
@@ -666,7 +666,7 @@ project "shaderc"
|
|
|
}
|
|
}
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
- dofile(path.join(BGFX_DIR, "../bgfx-ext/scripts/shaderc.lua") )
|
|
|
|
|
|
|
+ dofile(path.join(BGFX_DIR, "../bgfx-gnm/scripts/shaderc.lua") )
|
|
|
end
|
|
end
|
|
|
|
|
|
|
|
strip()
|
|
strip()
|