mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-01 19:49:11 +08:00
improve build scripts
This commit is contained in:
parent
321acc628d
commit
31b1323109
@ -1,5 +1,8 @@
|
||||
# 最新动态
|
||||
|
||||
2024/01/08
|
||||
* 完善编译脚本,修改打印信息(感谢智明提供补丁)
|
||||
|
||||
2024/01/05
|
||||
* 编译脚本scons 版本不一致判断函数漏改问题(感谢高源提供补丁)。
|
||||
* 修复popup菜单关闭过程中弹出模态对话框触发断言的问题(感谢雨欣提供补丁)
|
||||
|
@ -45,9 +45,8 @@ def get_curr_config_for_awtk() :
|
||||
COMPILE_CONFIG = complie_helper()
|
||||
if not COMPILE_CONFIG.load_last_complie_argv() :
|
||||
print('========================= Error ================================')
|
||||
print('Not found last complie argv config file !!!!!')
|
||||
print('Please Recompile AWTK !!!!!')
|
||||
sys.exit()
|
||||
sys.exit('Not found last complie argv config file !!!!!')
|
||||
COMPILE_CONFIG.set_value('WIN32_RES', WIN32_RES)
|
||||
return COMPILE_CONFIG;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user