File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Expand file tree Collapse file tree 4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ endif()
8686if (WIN32 )
8787 set (SIMPLEGRAPHIC_PLATFORM_SOURCES
8888 "engine/system/win/sys_console.cpp"
89+ "SimpleGraphic.rc"
8990 )
9091else ()
9192 set (SIMPLEGRAPHIC_PLATFORM_SOURCES
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