Ignore:
Timestamp:
2007-09-06T15:40:23+12:00 (17 years ago)
Author:
xiao
Message:

modify to create separate libraries for search and retrieve respectively.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/mgpp/jni/win32.mak

    r13798 r14492  
    4646 
    4747HEADERS = \
    48     MGPPWrapperImpl.h   org_greenstone_mgpp_MGPPWrapper.h org_greenstone_mgpp_MGMGPPPassesWrapperImpl.h
     48    MGPPSearchWrapperImpl.h   org_greenstone_mgpp_MGSearchPPWrapper.h
     49    MGPPRetrieveWrapperImpl.h   org_greenstone_mgpp_MGRetrievePPWrapper.h org_greenstone_mgpp_MGMGPPPassesWrapperImpl.h
    4950
    5051SOURCES = \
    51     MGPPWrapperImpl.cpp MGPPPassesWrapperImpl.cpp
     52    MGPPSearchWrapperImpl.cpp MGPPRetrieveWrapperImpl.cpp MGPPPassesWrapperImpl.cpp
    5253
    5354OBJECTS = \
    54     MGPPWrapperImpl$o  $(MGPPHOME)\text\libmgpptext.lib \
     55    MGPPSearchWrapperImpl$o MGPPRetrieveWrapperImpl$o  $(MGPPHOME)\text\libmgpptext.lib \
    5556    $(MGPPHOME)\lib\libmgpplib.lib
    5657PASSES_OBJECTS = \
     
    6364
    6465compile:
    65         $(COMPILE) MGPPWrapperImpl.cpp MGPPPassesWrapperImpl.cpp
     66        $(COMPILE) MGPPSearchWrapperImpl.cpp MGPPRetrieveWrapperImpl.cpp MGPPPassesWrapperImpl.cpp
    6667
    6768link:
     
    7273
    7374clean:
    74     del *$o mgppjni.dll mgppjni.exp mgppjni.lib mgpppassjni.dll mgpppassjni.exp mgpppassjni.lib
     75    del *$o mgppsearchjni.dll mgppretrievejni.dll mgppjni.exp mgppjni.lib mgpppassjni.dll mgpppassjni.exp mgpppassjni.lib
     76    if exist mgsearchjni.lib del mgsearchjni.lib
     77    if exist mgretrievejni.lib del mgretrievejni.lib
     78    if exist mgjni.lib del mgjni.lib
     79
Note: See TracChangeset for help on using the changeset viewer.