- Timestamp:
- 2007-09-06T18:29:47+12:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
indexers/trunk/mg/jni/win32.mak
r14490 r14501 55 55 MGSearchWrapperImpl.c MGRetrieveWrapperImpl.c MGPassesWrapperImpl.c 56 56 57 OBJECTS = \58 MGSearchWrapperImpl$o MGRetrieveWrapperImpl$o$(MGHOME)\src\text\libmgtext.lib \57 SEARCHOBJECTS = \ 58 MGSearchWrapperImpl$o $(MGHOME)\src\text\libmgtext.lib \ 59 59 $(MGHOME)\lib\libmglib.lib 60 61 RETRIEVEOBJECTS = \ 62 MGRetrieveWrapperImpl$o $(MGHOME)\src\text\libmgtext.lib \ 63 $(MGHOME)\lib\libmglib.lib 64 60 65 PASSES_OBJECTS = \ 61 66 MGPassesWrapperImpl$o $(MGHOME)\src\text\libmgpass.lib \ … … 70 75 71 76 link: 72 $(CC) -MD -LD $(OBJECTS) -Femgjni.dll 77 $(CC) -MD -LD $(SEARCHOBJECTS) -Femgsearchjni.dll 78 $(CC) -MD -LD $(RETRIEVEOBJECTS) -Femgretrievejni.dll 73 79 $(CC) -MD -LD $(PASSES_OBJECTS) -Femgpassjni.dll 74 80
Note:
See TracChangeset
for help on using the changeset viewer.