Subversion Repositories gelsvn

Rev

Rev 218 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 218 Rev 259
1
// -*- MPC -*-
1
// -*- MPC -*-
2
// $Id: swig_java.mpb,v 1.2 2006/02/13 17:15:47 elliott_c Exp $
2
// $Id: swig_java.mpb,v 1.2 2006/02/13 17:15:47 elliott_c Exp $
3
 
3
 
4
project {
4
project {
5
  Define_Custom(SWIG) {
5
  Define_Custom(SWIG) {
6
    automatic             = 1
6
    automatic             = 1
7
    command               = swig
7
    command               = swig
8
    commandflags          = -java -c++
8
    commandflags          = -java -c++
9
    inputext              = .swg, .swig, .i
9
    inputext              = .swg, .swig, .i
10
    source_outputext      = _wrap.cxx
10
    source_outputext      = _wrap.cxx
11
    generic_pre_extension = , JNI
11
    generic_pre_extension = , JNI
12
    generic_outputext     = .java
12
    generic_outputext     = .java
13
  }
13
  }
14
  requires += swig_java
14
  requires += swig_java
15
  includes += $(JAVA_ROOT)/include $(JAVA_ROOT)/include/$(JAVA_PLATFORM)
15
  includes += $(JAVA_ROOT)/include $(JAVA_ROOT)/include/$(JAVA_PLATFORM)
16
}
16
}
17
 
17