- Timestamp:
- Sep 29, 2015 3:34:57 PM (5 years ago)
- Branches:
- master
- Children:
- bf76c57
- Parents:
- 73228a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
core/c/jbigi/build_jbigi.sh
r73228a1 r2bc8766 32 32 LINKFLAGS="-shared -Wl,--kill-at" 33 33 LIBFILE="jbigi.dll";; 34 darwin* )34 darwin*|osx) 35 35 COMPILEFLAGS="-fPIC -Wall" 36 36 INCLUDES="-I. -I../../jbigi/include -I$JAVA_HOME/include -I$JAVA_HOME/include/$BUILD_OS -I/usr/local/include"
Note: See TracChangeset
for help on using the changeset viewer.