Changeset 14501


Ignore:
Timestamp:
2007-09-06T18:29:47+12:00 (17 years ago)
Author:
xiao
Message:

rearrange library generation for search and retrieve dlls.

File:
1 edited

Legend:

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

    r14490 r14501  
    5555    MGSearchWrapperImpl.c MGRetrieveWrapperImpl.c MGPassesWrapperImpl.c
    5656
    57 OBJECTS = \
    58     MGSearchWrapperImpl$o MGRetrieveWrapperImpl$o  $(MGHOME)\src\text\libmgtext.lib \
     57SEARCHOBJECTS = \
     58    MGSearchWrapperImpl$o $(MGHOME)\src\text\libmgtext.lib \
    5959    $(MGHOME)\lib\libmglib.lib
     60
     61RETRIEVEOBJECTS = \
     62    MGRetrieveWrapperImpl$o  $(MGHOME)\src\text\libmgtext.lib \
     63    $(MGHOME)\lib\libmglib.lib
     64
    6065PASSES_OBJECTS = \
    6166    MGPassesWrapperImpl$o   $(MGHOME)\src\text\libmgpass.lib \
     
    7075
    7176link:
    72         $(CC) -MD -LD $(OBJECTS) -Femgjni.dll
     77        $(CC) -MD -LD $(SEARCHOBJECTS) -Femgsearchjni.dll
     78      $(CC) -MD -LD $(RETRIEVEOBJECTS) -Femgretrievejni.dll
    7379        $(CC) -MD -LD $(PASSES_OBJECTS) -Femgpassjni.dll
    7480
Note: See TracChangeset for help on using the changeset viewer.