File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,6 +64,7 @@ set(SIMPLEGRAPHIC_SOURCES
6464 "engine/system/sys_main.h"
6565 "engine/system/sys_opengl.h"
6666 "engine/system/sys_video.h"
67+ "SimpleGraphic.rc"
6768 "win/entry.cpp"
6869 "ui.h"
6970 "ui_api.cpp"
Original file line number Diff line number Diff line change 44// Configuration
55//
66
7- #define CFG_VERSION "SimpleGraphic v2.2"
7+ #define CFG_VERSION_NUM "2.2"
8+ #define CFG_VERSION "SimpleGraphic v" CFG_VERSION_NUM
89#define CFG_TITLE "SimpleGraphic"
910#define CFG_LOGFILE "SimpleGraphic/SimpleGraphic.log"
1011#define CFG_DATAPATH "SimpleGraphic/"
Original file line number Diff line number Diff line change 11{
22 "name" : " path-of-building-simplegraphic" ,
3- "version" : " 2.0 " ,
3+ "version" : " 2.2 " ,
44 "dependencies" : [
55 " angle" ,
66 " curl" ,
1515 " zstd" ,
1616 " zlib"
1717 ]
18- }
18+ }
You can’t perform that action at this time.
0 commit comments