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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.