mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
improve build scripts
This commit is contained in:
parent
cff44143a6
commit
120f67b8b3
@ -1,6 +1,7 @@
|
||||
# 最新动态
|
||||
2023/09/15
|
||||
* 修复 path\_basename\_ex 的对于混合斜杆不支持的问题(感谢智明提供补丁)
|
||||
* 增加scons清除的时候顺便把lib和bin目录也删除功能(感谢智明提供补丁)
|
||||
|
||||
2023/09/14
|
||||
* 修复label自动换行并且置顶时文本会往下移动几个像素的问题(感谢颖健提供补丁)
|
||||
|
@ -404,6 +404,8 @@ class AppHelperBase:
|
||||
for iter in self.DEPENDS_LIBS:
|
||||
for so in iter['shared_libs']:
|
||||
self.awtk.cleanSharedLib(self.APP_BIN_DIR, so)
|
||||
shutil.rmtree(self.APP_BIN_DIR);
|
||||
shutil.rmtree(self.APP_LIB_DIR);
|
||||
|
||||
def genIdlAndDef(self):
|
||||
if self.DEF_FILE:
|
||||
|
Loading…
Reference in New Issue
Block a user