📄 makefile.objmgr_sample.app
字号:
# # ===========================================================================# PRODUCTION $Log: Makefile.objmgr_sample.app,v $# PRODUCTION Revision 1000.1 2004/04/12 17:35:34 gouriano# PRODUCTION PRODUCTION: UPGRADED [CATCHUP_003] Dev-tree R1.9# PRODUCTION# ===========================================================================# ################################## $Id: Makefile.objmgr_sample.app,v 1000.1 2004/04/12 17:35:34 gouriano Exp $#################################REQUIRES = objects dbapiAPP = objmgr_sampleSRC = objmgr_sample# 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 SETTINGSLIB = xobjmgr $(OBJMGR_LIBS)LIBS = $(CMPRS_LIBS) $(NETWORK_LIBS) $(DL_LIBS) $(ORIG_LIBS)### END COPIED SETTINGS
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -