📄 makefile.am
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -