fixed rebuild_imgui-node-editor
This commit is contained in:
parent
c85ac6e93e
commit
19bad55be4
3
.vscode/.gitignore
vendored
3
.vscode/.gitignore
vendored
@ -1 +1,2 @@
|
||||
settings.json
|
||||
settings.json
|
||||
c_cpp_properties.json
|
||||
|
||||
@ -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
2
kerep
@ -1 +1 @@
|
||||
Subproject commit 9938893ac15165e206b2a3af48701c25d1124765
|
||||
Subproject commit 64634c23711c20805da8f6db796bd54ab5b9b630
|
||||
@ -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
|
||||
|
||||
3
tasks/rebuild_imgui-node-editor.sh
Normal file
3
tasks/rebuild_imgui-node-editor.sh
Normal 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"
|
||||
@ -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"
|
||||
Loading…
Reference in New Issue
Block a user