⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 在ecos 下mingui 的移植开发
💻 AM
字号:
INCLUDES = -I../../include -I../includenoinst_LTLIBRARIES = libgdi.laCOMMON_SRCS = \    attr.c bitmap.c clip.c coor.c draw.c drawtext.c         \    drawtext.h gdi.c icon.c map.c rect.c screen.c text.c    \    logfont.c readbmp.c winbmp.cif PCX_FILE_SUPPORTPCX_SRCS = pcx.celsePCX_SRCS = endifif LBM_FILE_SUPPORTLBM_SRCS = lbm.celseLBM_SRCS = endifif TGA_FILE_SUPPORTTGA_SRCS = tga.celseTGA_SRCS = endifif GIF_FILE_SUPPORTGIF_SRCS = gif.celseGIF_SRCS = endifif JPG_FILE_SUPPORTJPG_SRCS = jpeg.celseJPG_SRCS = endifif PNG_FILE_SUPPORTPNG_SRCS = elsePNG_SRCS = endiflibgdi_la_SOURCES = $(COMMON_SRCS) $(PCX_SRCS) $(LBM_SRCS) \    $(TGA_SRCS) $(GIF_SRCS) $(JPG_SRCS) $(PNG_SRCS)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -