makefile.demo_taxplot3d.app

来自「ncbi源码」· APP 代码 · 共 27 行

APP
27
字号
# #  ===========================================================================#  PRODUCTION $Log: Makefile.demo_taxplot3d.app,v $#  PRODUCTION Revision 1000.0  2004/06/01 21:31:49  gouriano#  PRODUCTION PRODUCTION: IMPORTED [GCC34_MSVC7] Dev-tree R1.1#  PRODUCTION#  ===========================================================================# # $Id: Makefile.demo_taxplot3d.app,v 1000.0 2004/06/01 21:31:49 gouriano Exp $APP = demo_taxplot3dSRC = demo_taxplot3d demo_taxplot3d_ui shi_loaderLIB =  w_taxplot3d w_gl w_fltk gui_graph gui_opengl gui_print gui_utils ximage \       xalnmgr submit tables $(OBJMGR_LIBS)LIBS = $(IMAGE_LIBS) $(FLTK_LIBS_ALL) $(CMPRS_LIBS) \       $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS)CPPFLAGS = $(FLTK_INCLUDE) $(ORIG_CPPFLAGS)REQUIRES = objects dbapi OpenGLPOST_LINK = $(FLTK_POST_LINK)

⌨️ 快捷键说明

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