Changeset 10912 for trunk/mgpp


Ignore:
Timestamp:
2005-11-17T13:50:00+13:00 (18 years ago)
Author:
kjdon
Message:

removed explicit GSDL3HOME=../../../, made java includes uses JAVA_HOME, added some quotes around things that may have spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/mgpp/jni/win32.mak

    r10756 r10912  
    2626 
    2727MGPPHOME = ..
    28 GSDL3HOME = ..\..\..
     28
    2929AR = lib
    3030CC = cl
     
    3333DEFS = -DQUIET -DHAVE_CONFIG_H -DSHORT_SUFFIX -DHAVE_STRING_H -D__WIN32__
    3434INCLUDES = -I"$(MGPPHOME)" -I"$(MGPPHOME)\lib" -I"$(MGPPHOME)\text" \
    35            -I"C:\j2sdk1~1.1_0\include" -I"C:\j2sdk1~1.1_0\include\win32"           
     35           -I"$(JAVA_HOME)\include" -I"$(JAVA_HOME)\include\win32"           
    3636
    3737COMPILE = $(CC) -c $(CPPFLAGS) $(DEFS) $(INCLUDES)
     
    7070
    7171install:
    72     copy mgppjni.dll $(GSDL3HOME)\lib\jni
    73     copy mgpppassjni.dll $(GSDL3HOME)\lib\jni
     72    copy mgppjni.dll "$(GSDL3HOME)\lib\jni"
     73    copy mgpppassjni.dll "$(GSDL3HOME)\lib\jni"
    7474clean:
    7575    del *$o mgppjni.dll mgppjni.exp mgppjni.lib mgpppassjni.dll mgpppassjni.exp mgpppassjni.lib
Note: See TracChangeset for help on using the changeset viewer.