1 Star 0 Fork 2

dannyjones/SharpBgfx

forked from ktxiaok/SharpBgfx 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
release.ps1 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
MikePopoloski 提交于 2017-11-05 11:28 . Update to latest bgfx
Push-Location ../bgfx
&../bx/tools/bin/windows/genie.exe --with-windows=10.0.16299.0 --with-shared-lib --with-tools vs2017
& 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe' .\.build\projects\vs2017\bgfx.sln /t:rebuild /p:configuration=Debug /p:platform=x64
if ($LastExitCode -ne 0) {
Pop-Location
Return
}
& 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\Bin\MSBuild.exe' .\.build\projects\vs2017\bgfx.sln /t:rebuild /p:configuration=Release /p:platform=x64
if ($LastExitCode -ne 0) {
Pop-Location
Return
}
Copy-Item .build\win64_vs2017\bin\bgfx-shared-libDebug.dll ../SharpBgfx/external/bgfx/bgfx_debug.dll
Copy-Item .build\win64_vs2017\bin\bgfx-shared-libRelease.dll ../SharpBgfx/external/bgfx/bgfx.dll
Copy-Item .build\win64_vs2017\bin\shadercRelease.exe ../SharpBgfx/tools/shaderc.exe
Copy-Item .build\win64_vs2017\bin\geometrycRelease.exe ../SharpBgfx/tools/geometryc.exe
Copy-Item .build\win64_vs2017\bin\texturecRelease.exe ../SharpBgfx/tools/texturec.exe
Copy-Item .build\win64_vs2017\bin\texturevRelease.exe ../SharpBgfx/tools/texturev.exe
Pop-Location
&..\Amalgamate\Amalgamate\bin\Release\Amalgamate.exe SharpBgfx SharpBgfx.cs LICENSE
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/DannyJones/SharpBgfx.git
git@gitee.com:DannyJones/SharpBgfx.git
DannyJones
SharpBgfx
SharpBgfx
master

搜索帮助