makefile.am

来自「The major functionality added in this re」· AM 代码 · 共 16 行

AM
16
字号
PGSERVER_DIR = @PGSERVER_DIR@includedir = @includedir@/picoguiinclude_HEADERS = \	client_c.h \	pgfx.h \	stddialog.h \	applet.hinstall-data-hook:	if ! test x"$(PGSERVER_DIR)" = x$(prefix) ; then \		echo "Copying pgserver's include files ..." ; \		cp $(PGSERVER_DIR)/include/picogui/*.h $(DESTDIR)$(includedir)/ || true; \	fi

⌨️ 快捷键说明

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