makefile.gui_sample.app
来自「ncbi源码」· APP 代码 · 共 18 行
APP
18 行
# $Id: Makefile.gui_sample.app,v 1000.0 2003/10/29 18:46:21 gouriano Exp $APP = gui_sampleSRC = gui_sampleREQUIRES = FLTK# new_project.sh will copy everything in the following block to any# Makefile.*_app generated from this sample project. Do not change# the lines reading "### BEGIN/END COPIED SETTINGS" in any way.### BEGIN COPIED SETTINGS# LIB = xncbi# LIB = xser xhtml xcgi xconnect xutil xncbiLIBS = $(FLTK_LIBS) $(ORIG_LIBS)CPPFLAGS = $(ORIG_CPPFLAGS) $(FLTK_INCLUDE)### END COPIED SETTINGS
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?