- Timestamp:
- 2007-09-06T18:30:50+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indexers/trunk/mgpp/jni/win32.mak
r14495 r14502 46 46 47 47 HEADERS = \ 48 MGPPSearchWrapperImpl.h org_greenstone_mgpp_MGPPSearchWrapper.h 49 MGPPRetrieveWrapperImpl.h org_greenstone_mgpp_MGPPRetrieveWrapper.h 50 org_greenstone_mgpp_MGPPPassesWrapperImpl.h 48 MGPPSearchWrapperImpl.h MGPPRetrieveWrapperImpl.h org_greenstone_mgpp_MGPPSearchWrapper.h \ 49 org_greenstone_mgpp_MGPPRetrieveWrapper.h org_greenstone_mgpp_MGPPPassesWrapperImpl.h 51 50 52 51 SOURCES = \ 53 52 MGPPSearchWrapperImpl.cpp MGPPRetrieveWrapperImpl.cpp MGPPPassesWrapperImpl.cpp 54 53 55 OBJECTS = \56 MGPP SearchWrapperImpl$o MGPPRetrieveWrapperImpl$o $(MGPPHOME)\text\libmgpptext.lib \54 RETRIEVEOBJECTS = \ 55 MGPPRetrieveWrapperImpl$o $(MGPPHOME)\text\libmgpptext.lib \ 57 56 $(MGPPHOME)\lib\libmgpplib.lib 57 58 SEARCHOBJETCS = \ 59 MGPPSearchWrapperImpl$o $(MGPPHOME)\text\libmgpptext.lib \ 60 $(MGPPHOME)\lib\libmgpplib.lib 61 62 58 63 PASSES_OBJECTS = \ 59 64 MGPPPassesWrapperImpl$o $(MGPPHOME)\text\libmgpppass.lib \ … … 68 73 69 74 link: 70 $(CC) -MD -LD $(OBJECTS) -Femgppjni.dll 71 $(CC) -MD -LD $(PASSES_OBJECTS) -Femgpppassjni.dll 75 $(CC) -MD -LD $(SEARCHOBJETCS) -Femgppsearchjni.dll 76 $(CC) -MD -LD $(RETRIEVEOBJECTS) -Femgppretrievejni.dll 77 $(CC) -MD -LD $(PASSES_OBJECTS) -Femgpppassjni.dll 72 78 73 79 install: … … 75 81 clean: 76 82 del *$o mgppsearchjni.dll mgppretrievejni.dll mgppjni.exp mgppjni.lib mgpppassjni.dll mgpppassjni.exp mgpppassjni.lib 77 if exist mg searchjni.lib del mgsearchjni.lib78 if exist mg retrievejni.lib del mgretrievejni.lib83 if exist mgppsearchjni.lib del mgppsearchjni.lib 84 if exist mgppretrievejni.lib del mgppretrievejni.lib 79 85 if exist mgjni.lib del mgjni.lib 80 86
Note:
See TracChangeset
for help on using the changeset viewer.