Upgraded to version 1.0.0.

This commit is contained in:
hedgecrw85 2015-03-16 10:42:52 -05:00
parent 4175077f5b
commit 2a8147c54a
3 changed files with 2 additions and 2 deletions

View File

@ -12,8 +12,8 @@ MOVE := @mv
PRINT := @echo
FULL_CLASS := com.fazecast.jSerialComm.SerialPort
JDK_HOME = /System/Library/Frameworks/JavaVM.framework/Versions/Current
JAVAC := "$(JDK_HOME)/bin/javac"
JAVAH := "$(JDK_HOME)/bin/javah" -jni
JAVAC := javac
JAVAH := javah -jni
JFLAGS := -source 1.6 -target 1.6 -Xlint:-options
LIBRARY_NAME := libjSerialComm.jnilib
SOURCES := SerialPort_OSX.cpp

Binary file not shown.

Binary file not shown.