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

📄 makefile.am

📁 khtml在gtk上的移植版本
💻 AM
字号:
# Process this file with automake to produce Makefile.inSUBDIRS = css dom html xml misc rendering ecma editingAM_CPPFLAGS = @DEFS@\	-I$(top_srcdir)/khtml \	-I$(top_srcdir)/khtml/dom \	-I$(top_srcdir)/khtml/css \	-I$(top_srcdir)/khtml/html \	-I$(top_srcdir)/khtml/misc/ \	-I$(top_srcdir)/khtml/rendering/ \	-I$(top_srcdir)/khtml/xml \	-I$(top_srcdir)/kwiq/ \	-I$(top_srcdir)/khtml/ecma/ \	-I$(top_srcdir)/khtml/editing/ \	-I$(top_srcdir)/ForwardingHeaderslibnrcore_khtml_h_private_sources=\	khtml_events.h\	khtml_part.h\	khtmlview.h\	khtmlpart_p.h\	khtml_part.moc\	khtmlview.moclibnrcore_khtml_cpp_sources=\	khtml_events.cpp\	khtml_part.cpp\	khtmlview.cppnoinst_LTLIBRARIES = libnrcore_khtml.lalibnrcore_khtml_la_SOURCES=\	$(libnrcore_khtml_cpp_sources)\	$(libnrcore_khtml_h_private_sources)libnrcore_khtml_la_LDFLAGS= -version-info 0:0:0libnrcore_khtml_la_LIBADD= \	css/libnrcore_khtml_css.la \	dom/libnrcore_khtml_dom.la \	html/libnrcore_khtml_html.la \	xml/libnrcore_khtml_xml.la \	misc/libnrcore_khtml_misc.la \	rendering/libnrcore_khtml_rendering.la \	ecma/libnrcore_khtml_ecma.la \	editing/libnrcore_khtml_editing.la

⌨️ 快捷键说明

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