efficient rendering of log view, node reversal
This commit is contained in:
@@ -67,9 +67,9 @@ int main(int argc, char **argv) {
|
||||
if (ok != 0) return ok;
|
||||
}
|
||||
|
||||
if (win32_target && cache_code_modified(s8_lit("../src/app/app_win32_exe.c"), s8_lit("app_win32.exe"))) {
|
||||
if (win32_target && cache_code_modified(s8_lit("../src/app/app_win32_exe.c"), s8_lit("app.exe"))) {
|
||||
ok = os_systemf(
|
||||
"cl ../src/app/app_win32_exe.c -Fe:app_win32.exe -Fd:app_win32.pdb"
|
||||
"cl ../src/app/app_win32_exe.c -Fe:app.exe -Fd:app_win32.pdb"
|
||||
" -I ../src"
|
||||
" /Zi /FC /nologo /Oi"
|
||||
" /WX /W3 /wd4200 /diagnostics:column"
|
||||
|
||||
Reference in New Issue
Block a user