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

📄 makefile.am

📁 Pango is a library for layout and rendering of text, with an emphasis on internationalization. Pang
💻 AM
字号:
## Process this file with automake to create Makefile.in.EXTRA_DIST =			\	pangowin32tobmp.cINCLUDES =				\	-I$(top_srcdir)			\	$(PANGO_DEBUG_FLAGS)		\	$(GLIB_CFLAGS)			\	$(XFT_CFLAGS)			\	$(CAIRO_CFLAGS)			\	$(FREETYPE_CFLAGS)		\	$(X_CFLAGS)noinst_PROGRAMS =if HAVE_CAIRO_PNGnoinst_PROGRAMS += cairosimple cairotwisted cairoshapecairosimple_LDADD =					\	../pango/libpango-$(PANGO_API_VERSION).la	\	../pango/libpangocairo-$(PANGO_API_VERSION).la	\	$(GLIB_LIBS)					\	$(CAIRO_LIBS)if HAVE_FREETYPEcairosimple_LDADD +=					\	../pango/libpangoft2-$(PANGO_API_VERSION).laendifcairotwisted_LDADD = $(cairosimple_LDADD)cairoshape_LDADD   = $(cairosimple_LDADD)endif

⌨️ 快捷键说明

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