Changeset 14397


Ignore:
Timestamp:
02/26/13 14:16:33 (12 years ago)
Author:
Eric.Larour
Message:

CHG: link against Main.cpp in android/jni

Location:
issm/trunk-jpl/src/mobile
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/mobile/android/ISSM/jni/Main.cpp

    r14350 r14397  
    1 #include <jni.h>
    2 #include <android/log.h>
    31#include "../../../c/issm.h"
    42#include <cstddef>
    53#include <stdio.h>
     4
     5//Android specific header includes:
     6#include <jni.h>
    67#include <android/log.h>
     8#include <android/log.h>
     9
     10//iOS specific header includes:
    711
    812namespace gov_nasa_jpl_issm
Note: See TracChangeset for help on using the changeset viewer.