makefile.w_fltable.lib

来自「ncbi源码」· LIB 代码 · 共 14 行

LIB
14
字号
# $Id: Makefile.w_fltable.lib,v 1000.0 2003/10/31 22:15:05 gouriano Exp $# Fl_Table# This is a widget written and maintained by so-and-so, and released under the# GPLSRC = Fl_Table Fl_Table_RowLIB = w_fltableCPPFLAGS = $(ORIG_CPPFLAGS) $(FLTK_INCLUDE)LIBS = $(FLTK_LIBS) $(ORIG_LIBS)

⌨️ 快捷键说明

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