Ignore:
Timestamp:
2008-05-14T12:32:23+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Adding new DB support) Created stub dbclass that gdbmclass (and sqlitedbclass etc. in the future) will inherit from.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/lib/win32.mak

    r15429 r15436  
    7272
    7373HEADERS = \
    74   cfgread.h        cnfgable.h       cnfgator.h       display.h \
    75   fileutil.h       gdbmclass.h      gsdlsitecfg.h    gsdltimes.h \
    76   gsdltools.h      gsdlunicode.h    infodbclass.h    md5.h \
    77   OIDtools.h       phrases.h        text_t.h         gsdlconf.h
     74  cfgread.h        cnfgable.h       cnfgator.h       dbclass.h \
     75  display.h        fileutil.h       gdbmclass.h      gsdlsitecfg.h \
     76  gsdltimes.h      gsdltools.h      gsdlunicode.h    infodbclass.h \
     77  md5.h            OIDtools.h       phrases.h        text_t.h \
     78  $(CORBAHEADERS)  gsdlconf.h
    7879
    7980SOURCES = \
    80   cfgread.cpp      cnfgable.cpp     cnfgator.cpp     display.cpp \
    81   fileutil.cpp     gdbmclass.cpp    gsdlsitecfg.cpp  gsdltimes.cpp \
    82   gsdltools.cpp    gsdlunicode.cpp  infodbclass.cpp  md5.cpp \
    83   OIDtools.cpp     phrases.cpp      text_t.cpp
     81  cfgread.cpp      cnfgable.cpp     cnfgator.cpp     dbclass.cpp \
     82  display.cpp      fileutil.cpp     gdbmclass.cpp    gsdlsitecfg.cpp \
     83  gsdltimes.cpp    gsdltools.cpp    gsdlunicode.cpp  infodbclass.cpp \
     84  md5.cpp          OIDtools.cpp     phrases.cpp      text_t.cpp \
     85  $(CORBASOURCES)
    8486
    8587OBJECTS = \
    86   cfgread.o        cnfgable.o       cnfgator.o       display.o \
    87   fileutil.o       gdbmclass.o      gsdlsitecfg.o    gsdltimes.o \
    88   gsdltools.o      gsdlunicode.o    infodbclass.o    md5.o \
    89   OIDtools.o       phrases.o        text_t.o
     88  cfgread.o        cnfgable.o       cnfgator.o       dbclass.o \
     89  display.o        fileutil.o       gdbmclass.o      gsdlsitecfg.o \
     90  gsdltimes.o      gsdltools.o      gsdlunicode.o    infodbclass.o \
     91  md5.o            OIDtools.o       phrases.o        text_t.o \
     92  $(CORBAOBJECTS)
    9093
    9194
Note: See TracChangeset for help on using the changeset viewer.