mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-29 18:48:09 +08:00
improve build script and tools
This commit is contained in:
parent
e14d069d40
commit
958dc7c4fe
@ -169,7 +169,7 @@ elif OS_NAME == 'Windows':
|
||||
OS_LIBS=['gdi32', 'user32','winmm.lib','imm32.lib','version.lib','shell32.lib','ole32.lib','Oleaut32.lib','Advapi32.lib','DelayImp.lib','psapi.lib']
|
||||
OS_FLAGS='-DWIN32 -D_WIN32 -DWINDOWS /EHsc -D_CONSOLE /DEBUG /Od /FS /Z7 /utf-8'
|
||||
if TARGET_ARCH == 'x86':
|
||||
OS_FLAGS += OS_FLAGS + ' /MD '
|
||||
OS_FLAGS += OS_FLAGS
|
||||
OS_LINKFLAGS='/MACHINE:X86 /DEBUG'
|
||||
OS_SUBSYSTEM_CONSOLE='/SUBSYSTEM:CONSOLE,5.01 '
|
||||
OS_SUBSYSTEM_WINDOWS='/SUBSYSTEM:WINDOWS,5.01 '
|
||||
|
@ -109,7 +109,7 @@ uint32_t font_gen_buff(font_t* font, uint16_t font_size, const char* str, uint8_
|
||||
}
|
||||
|
||||
} else if (c > 32 && c != 65279) {
|
||||
printf("not found %d\n", c);
|
||||
printf("gen fail, filename = %s! desc = not found char = %d!\n", "", c);
|
||||
exit(0);
|
||||
} else {
|
||||
iter->offset = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user