From 57a21b390ff9808e4d0dcfc18b707b15794f384f Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 11 Feb 2003 23:04:35 +0000 Subject: [PATCH] We should discourage the creation of .dbd files in Db subdirectories. From 3.14 they also need the _RegisterRecordDeviceDriver.cpp stuff, which should appear in a src directory. --- src/makeBaseApp/top/exampleApp/Db/Makefile | 5 ----- src/makeBaseApp/top/simpleApp/Db/Makefile | 4 ---- 2 files changed, 9 deletions(-) diff --git a/src/makeBaseApp/top/exampleApp/Db/Makefile b/src/makeBaseApp/top/exampleApp/Db/Makefile index 235949a99..4e0634370 100644 --- a/src/makeBaseApp/top/exampleApp/Db/Makefile +++ b/src/makeBaseApp/top/exampleApp/Db/Makefile @@ -7,11 +7,6 @@ include $(TOP)/configure/CONFIG # Optimization of db files using dbst (DEFAULT: NO) #DB_OPT = YES -#---------------------------------------------------- -# Create and install (or just install) dbd files -# .dbd will be created from Include.dbd -#DBD += example.dbd - #---------------------------------------------------- # Create and install (or just install) # databases, templates, substitutions like this diff --git a/src/makeBaseApp/top/simpleApp/Db/Makefile b/src/makeBaseApp/top/simpleApp/Db/Makefile index 14f5573de..c8311df40 100644 --- a/src/makeBaseApp/top/simpleApp/Db/Makefile +++ b/src/makeBaseApp/top/simpleApp/Db/Makefile @@ -8,10 +8,6 @@ include $(TOP)/configure/CONFIG # Optimization of DB files using dbst (DEFAULT: NO) #DB_OPT = YES -#---------------------------------------------------- -# Creation of .dbd file from Include.dbd -#DBDNAME += _APPNAME_.dbd - #---------------------------------------------------- # Add databases, templates, substitutions like this #DB += _APPNAME_.db