?? ffxproj.mak
字號:
#----------------------------------------------------------------------------
# Description
#
# This make file controls the generation of the FXPROJ library. It is
# designed for use with GNU Make or compatibles.
#
# OESERV modules are located in $(P_ROOT)\os\$(P_OS)\OESERV.
# PRJHOOKS modules are located in $(P_ROOT)\os\$(P_OS)\PRJHOOKS.
#
# The functionality in any of these files can be modified by copying
# the file into the Project Directory $(P_PROJDIR), modifying the file
# as needed, and adding the file to the appropriate OESERVSRC/OBJ or
# PRJHOOKSSRC/OBJ lists below.
#----------------------------------------------------------------------------
#----------------------------------------------------------------------------
# Revision History
# $Log: ffxproj.mak $
# Revision 1.1 2005/10/06 02:17:30Z Pauli
# Initial revision
# Revision 1.1 2005/10/06 03:17:30Z Garyp
# Initial revision
# Revision 1.1 2005/08/21 11:14:00Z garyp
# Initial revision
# Revision 1.1 2005/06/12 03:29:24Z pauli
# Initial revision
# Revision 1.1 2005/06/12 03:29:24Z pauli
# Initial revision
# Revision 1.2 2005/06/12 03:29:24Z PaulI
# Added DCL OSSERV override list macros.
# Revision 1.1 2005/05/08 20:03:28Z garyp
# Initial revision
#----------------------------------------------------------------------------
#-----------------------------------------------------------
# Source Modules
#-----------------------------------------------------------
# List source modules and headers unique to the Project Directory
PROJSRC = ffxmain.c
PROJOBJ = ffxmain.$(B_OBJEXT)
PROJHEADERS =
PROJINCLUDES =
# List any DCL OSSERV modules overridden in the Project Directory.
# (If this product is a sub-product of another, the overridden
# DCL modules must be listed in the main product's make file.)
OSSERVSRC =
OSSERVOBJ =
# List any OESERV modules overridden in the Project Directory
OESERVSRC =
OESERVOBJ =
# List any PRJHOOKS modules overridden in the Project Directory
PRJHOOKSSRC = fhinit.c
PRJHOOKSOBJ = fhinit.$(B_OBJEXT)
#-----------------------------------------------------------
# Boilerplate Project Build Logic
#-----------------------------------------------------------
include $(P_ROOT)\product\projdef.mak
#-----------------------------------------------------------
# Dependencies
#-----------------------------------------------------------
ffxmain.$(B_OBJEXT) : $(PROJHEADERS) ffxmain.c
fhinit.$(B_OBJEXT) : $(PROJHEADERS) fhinit.c
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -