Skip to content

Commit

Permalink
zui -> ui
Browse files Browse the repository at this point in the history
  • Loading branch information
luboslenco committed Sep 3, 2024
1 parent 89ded34 commit 5e06827
Show file tree
Hide file tree
Showing 17 changed files with 2,192 additions and 2,196 deletions.
10 changes: 5 additions & 5 deletions project.js
Original file line number Diff line number Diff line change
Expand Up @@ -370,11 +370,11 @@ if (flags.with_iron) {
project.addIncludeDir('sources/libs');
}

if (flags.with_zui) {
project.addDefine('WITH_ZUI');
project.addFile('sources/zui.c');
project.addFile('sources/zui_ext.c');
project.addFile('sources/zui_nodes.c');
if (flags.with_ui) {
project.addDefine('WITH_UI');
project.addFile('sources/iron_ui.c');
project.addFile('sources/iron_ui_ext.c');
project.addFile('sources/iron_ui_nodes.c');
}

if (platform === 'windows') {
Expand Down
Loading

0 comments on commit 5e06827

Please sign in to comment.