fixed rebuild_imgui-node-editor

This commit is contained in:
Timerix22 2023-04-02 20:59:10 +06:00
parent c85ac6e93e
commit 19bad55be4
6 changed files with 8 additions and 7 deletions

1
.vscode/.gitignore vendored
View File

@ -1 +1,2 @@
settings.json
c_cpp_properties.json

View File

@ -48,7 +48,7 @@ case "$TASK" in
TASK_SCRIPT=tasks/rebuild_imgui.sh
;;
rebuild_imgui_node_editor)
TASK_SCRIPT=tasks/rebuild_imgui_node_editor.sh
TASK_SCRIPT=tasks/rebuild_imgui-node-editor.sh
;;
# writes ttf fonts fron ./fonts/ to C compressed arrays in C source files

2
kerep

@ -1 +1 @@
Subproject commit 9938893ac15165e206b2a3af48701c25d1124765
Subproject commit 64634c23711c20805da8f6db796bd54ab5b9b630

View File

@ -1,6 +1,6 @@
#!/usr/bin/bash
try_delete_dir_or_file .rebuild_kerep.tmp
try_delete_dir_or_file .rebuild_imgui.tmp
try_delete_dir_or_file .rebuild_imgui_node_editor.tmp
try_delete_dir_or_file .rebuild_imgui-node-editor.tmp
try_delete_dir_or_file fonts/generated
try_delete_dir_or_file libs/fonts_embedded.a

View File

@ -0,0 +1,3 @@
#!/bin/bash
touch .rebuild_imgui-node-editor.tmp
myprint "${YELLOW}imgui-node-editor.a will be rebuilt in the next build task"

View File

@ -1,3 +0,0 @@
#!/bin/bash
touch .rebuild_imgui_node_editor.tmp
myprint "${YELLOW}imgui_node_editor.a will be rebuilt in the next build task"