Ignore:
Timestamp:
2008-05-13T14:05:16+12:00 (16 years ago)
Author:
mdewsnip
Message:

(Untangling colservr/recpt) Moved comtypes out of recpt and into colservr, since this defines the types used to communicate with the colservr.

Location:
gsdl/trunk/src/colservr
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • gsdl/trunk/src/colservr/Makefile.in

    r13773 r15416  
    156156MG_MGPP_OBJECTS=collectset.o
    157157
    158 HEADERS = search.h querycache.h queryinfo.h collectserver.h collectset.h \
     158HEADERS = comtypes.h search.h querycache.h queryinfo.h collectserver.h collectset.h \
    159159          colservrconfig.h maptools.h filter.h source.h browsefilter.h \
    160160          queryfilter.h mggdbmsource.h gdbmsource.h \
     
    162162      $(MG_HEADERS) $(LC_HEADERS) $(CORBAHEADERS)
    163163
    164 SOURCES = search.cpp querycache.cpp queryinfo.cpp collectserver.cpp \
     164SOURCES = comtypes.cpp search.cpp querycache.cpp queryinfo.cpp collectserver.cpp \
    165165          colservrconfig.cpp maptools.cpp filter.cpp source.cpp \
    166166          browsefilter.cpp queryfilter.cpp mggdbmsource.cpp gdbmsource.cpp \
     
    168168      $(MG_SOURCES) $(LC_SOURCES) $(CORBASOURCES)
    169169
    170 OBJECTS = search.o querycache.o queryinfo.o collectserver.o \
     170OBJECTS = comtypes.o search.o querycache.o queryinfo.o collectserver.o \
    171171          colservrconfig.o maptools.o filter.o source.o browsefilter.o \
    172172          queryfilter.o mggdbmsource.o gdbmsource.o \
  • gsdl/trunk/src/colservr/win32.mak

    r13773 r15416  
    9292!ENDIF
    9393
    94 HEADERS = mgq.h search.h mgsearch.h querycache.h queryinfo.h collectserver.h \
     94HEADERS = comtypes.h mgq.h search.h mgsearch.h querycache.h queryinfo.h collectserver.h \
    9595          colservrconfig.h maptools.h filter.h source.h browsefilter.h \
    9696          queryfilter.h mgqueryfilter.h mggdbmsource.h phrasesearch.h \
     
    9999          expat_resultset.h expat_document.h gdbmsource.h
    100100
    101 SOURCES = mgq.c search.cpp mgsearch.cpp querycache.cpp queryinfo.cpp \
     101SOURCES = comtypes.cpp mgq.c search.cpp mgsearch.cpp querycache.cpp queryinfo.cpp \
    102102      collectserver.cpp colservrconfig.cpp maptools.cpp filter.cpp \
    103103      source.cpp browsefilter.cpp queryfilter.cpp mgqueryfilter.cpp \
     
    107107          expat_resultset.cpp expat_document.cpp gdbmsource.cpp
    108108
    109 OBJECTS = mgq.obj search.obj mgsearch.obj querycache.obj queryinfo.obj \
     109OBJECTS = comtypes.obj mgq.obj search.obj mgsearch.obj querycache.obj queryinfo.obj \
    110110      collectserver.obj colservrconfig.obj maptools.obj filter.obj \
    111111      source.obj browsefilter.obj queryfilter.obj mgqueryfilter.obj \
Note: See TracChangeset for help on using the changeset viewer.