Updated comments. Include RULES not RULES.Db
This commit is contained in:
@@ -8,22 +8,19 @@ include $(TOP)/configure/CONFIG
|
||||
#DB_OPT = YES
|
||||
|
||||
#----------------------------------------------------
|
||||
# Optimization needs the name of the appropriate
|
||||
# dbd file (compare with ../src/Makefile.Vx)
|
||||
#DBDNAME = exampleApp.dbd
|
||||
# Create and install (or just install) dbd files
|
||||
# <name>.dbd will be created from <name>Include.dbd
|
||||
#DBD += example.dbd
|
||||
|
||||
#----------------------------------------------------
|
||||
# Add databases, templates, substitutions like this
|
||||
# Create and install (or just install)
|
||||
# databases, templates, substitutions like this
|
||||
DB += dbExample1.db dbExample2.db
|
||||
|
||||
#----------------------------------------------------
|
||||
# Declare template files which do not show up in DB
|
||||
#USES_TEMPLATE += dbExample2.template
|
||||
|
||||
#----------------------------------------------------
|
||||
# The following line is for local dbd expansion
|
||||
#DBDEXPAND = exampleInclude.dbd
|
||||
|
||||
include $(TOP)/configure/RULES.Db
|
||||
include $(TOP)/configure/RULES
|
||||
#----------------------------------------
|
||||
# ADD RULES AFTER THIS LINE
|
||||
|
||||
@@ -9,9 +9,8 @@ include $(TOP)/configure/CONFIG
|
||||
#DB_OPT = YES
|
||||
|
||||
#----------------------------------------------------
|
||||
# Optimization needs the name of the appropriate
|
||||
# dbd file (compare with ../src/Makefile.Vx)
|
||||
#DBDNAME = _APPNAME_.dbd
|
||||
# Creation of <name>.dbd file from <name>Include.dbd
|
||||
#DBDNAME += _APPNAME_.dbd
|
||||
|
||||
#----------------------------------------------------
|
||||
# Add databases, templates, substitutions like this
|
||||
@@ -21,10 +20,6 @@ include $(TOP)/configure/CONFIG
|
||||
# Declare template files which do not show up in DB
|
||||
#USES_TEMPLATE += _APPNAME_.template
|
||||
|
||||
#----------------------------------------------------
|
||||
# The following lines are for local dbd expansion
|
||||
#DBDEXPAND = _APPNAME_Include.dbd
|
||||
|
||||
include $(TOP)/configure/RULES.Db
|
||||
include $(TOP)/configure/RULES
|
||||
#----------------------------------------
|
||||
# ADD RULES AFTER THIS LINE
|
||||
|
||||
Reference in New Issue
Block a user