- Timestamp:
- 2007-09-06T15:40:23+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indexers/trunk/mgpp/jni/win32.mak
r13798 r14492 46 46 47 47 HEADERS = \ 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 49 50 50 51 SOURCES = \ 51 MGPP WrapperImpl.cpp MGPPPassesWrapperImpl.cpp52 MGPPSearchWrapperImpl.cpp MGPPRetrieveWrapperImpl.cpp MGPPPassesWrapperImpl.cpp 52 53 53 54 OBJECTS = \ 54 MGPP WrapperImpl$o $(MGPPHOME)\text\libmgpptext.lib \55 MGPPSearchWrapperImpl$o MGPPRetrieveWrapperImpl$o $(MGPPHOME)\text\libmgpptext.lib \ 55 56 $(MGPPHOME)\lib\libmgpplib.lib 56 57 PASSES_OBJECTS = \ … … 63 64 64 65 compile: 65 $(COMPILE) MGPP WrapperImpl.cpp MGPPPassesWrapperImpl.cpp66 $(COMPILE) MGPPSearchWrapperImpl.cpp MGPPRetrieveWrapperImpl.cpp MGPPPassesWrapperImpl.cpp 66 67 67 68 link: … … 72 73 73 74 clean: 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.