Changeset 19928


Ignore:
Timestamp:
2009-06-26T14:02:00+12:00 (15 years ago)
Author:
kjdon
Message:

changed javah stuff do do MGPPPasses/Search/RetrieveWrappers instead of MGPPWrapper. Did this ages ago on linux, ooops, forgot the windows makefile :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indexers/trunk/mgpp/java/org/greenstone/mgpp/winMake.bat

    r19524 r19928  
    3535    echo Compiling MGPP Java classes ...
    3636        %JAVAC% -d %JAVACLASSDIR% %JAVACOPTIONS% *.java
    37         %JAVAH% -classpath %JAVACLASSDIR% -d %MGPPHOME%\jni org.greenstone.mgpp.MGPPWrapper
     37        %JAVAH% -classpath %JAVACLASSDIR% -d %MGPPHOME%\jni org.greenstone.mgpp.MGPPPassesWrapper
     38        %JAVAH% -classpath %JAVACLASSDIR% -d %MGPPHOME%\jni org.greenstone.mgpp.MGPPSearchWrapper
     39        %JAVAH% -classpath %JAVACLASSDIR% -d %MGPPHOME%\jni org.greenstone.mgpp.MGPPRetrieveWrapper
    3840        %JAR% cf %MGPPHOME%\mgpp.jar -C %JAVACLASSDIR% org
    3941    goto done
     
    4648    if exist %JAVACLASSDIR% rmdir /S /Q %JAVACLASSDIR%
    4749        if exist %MGPPHOME%\mgpp.jar del %MGPPHOME%\mgpp.jar
    48         if exist %MGPPHOME%\jni\org_greenstone_mgpp_MGPPWrapper.h del %MGPPHOME%\jni\org_greenstone_mgpp_MGPPWrapper.h
     50        if exist %MGPPHOME%\jni\org_greenstone_mgpp_MGPPPassesWrapper.h del %MGPPHOME%\jni\org_greenstone_mgpp_MGPPPassesWrapper.h
     51        if exist %MGPPHOME%\jni\org_greenstone_mgpp_MGPPSearchWrapper.h del %MGPPHOME%\jni\org_greenstone_mgpp_MGPPSearchWrapper.h
     52        if exist %MGPPHOME%\jni\org_greenstone_mgpp_MGPPRetrieveWrapper.h del %MGPPHOME%\jni\org_greenstone_mgpp_MGPPRetrieveWrapper.h
    4953    goto done
    5054
Note: See TracChangeset for help on using the changeset viewer.