File tree Expand file tree Collapse file tree 3 files changed +101
-67
lines changed
Expand file tree Collapse file tree 3 files changed +101
-67
lines changed Original file line number Diff line number Diff line change 3030.\build\bin\cs -i .\build\imports .\misc\win32_build.csc .\misc\win32_config.json
3131.\build\bin\cs -i .\build\imports .\misc\cspkg_build.csc .\misc\cspkg_config.json
3232
33+ move /Y .\build\imports\imgui_gl2.cse .\build\imports\imgui.cse
34+
3335goto :eof
3436:call_bat
3537cd %1 %
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ while ifs.good()
3535 var str = ifs.getline()
3636 var result = reg1.match(str)
3737 if !result.empty()
38- ofs.println(result.str(1 ) + " Covariant Script Runtime - " + env.covscript_ver() + " (" + env.arch() + " )" + result.str(2 ) + env.covscript_ver() + result.str(3 ))
38+ ofs.println(result.str(1 ) + " Covariant Script Runtime - " + env.covscript_ver() + " (" + env.arch() + " _legacy )" + result.str(2 ) + env.covscript_ver() + result.str(3 ))
3939 continue
4040 end
4141 result = reg2.match(str)
You can’t perform that action at this time.
0 commit comments