Makefile.demo_config_dlg.app
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:1k
源码类别:
生物技术
开发平台:
C/C++
- #
- # ===========================================================================
- # PRODUCTION $Log: Makefile.demo_config_dlg.app,v $
- # PRODUCTION Revision 1000.0 2004/06/01 21:18:23 gouriano
- # PRODUCTION PRODUCTION: IMPORTED [GCC34_MSVC7] Dev-tree R1.2
- # PRODUCTION
- # ===========================================================================
- #
- # Configuration Dialogs
- SRC = test_config_dlg
- APP = demo_config_dlg
- CPPFLAGS = $(FLTK_INCLUDE) $(ORIG_CPPFLAGS)
- LIB = gui_dlg_config w_seq_graphic gui_config
- w_fltk w_gl gui_opengl gui_objutils gui_utils
- xalnmgr tables xobjutil $(OBJMGR_LIBS)
- LIBS = $(FLTK_LIBS_ALL) $(CMPRS_LIBS) $(ORIG_LIBS)
- REQUIRES = objects dbapi
- POST_LINK = $(FLTK_POST_LINK)