makefile.am

来自「有了操作系统、TCP/IP协议栈、文件系统」· AM 代码 · 共 16 行

AM
16
字号
INCLUDES = -I../../include -I../includenoinst_LTLIBRARIES = libgdi.laEXTRA_DIST = attr.c drawtext.h map.c rect.c \             text.c clip.c draw.c \             bitmap.c coor.c drawtext.c gdi.c icon.c logfont.c \             readbmp.c screen.c bitmap-comm.c palette.c cliprect.c loadicon.cCOMMON_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 palette.c cliprect.c gdidecl.hlibgdi_la_SOURCES = $(COMMON_SRCS)

⌨️ 快捷键说明

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