-haeder file include corrected

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@210 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-11-24 13:46:42 +00:00
parent 06b61e3820
commit 82ae8bfe32
2 changed files with 4 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
* 2005/2006
* Interstate University of Applied Sciences of Technology Buchs NTB
* Computer Science Laboratory, inf.ntb.ch
* Andreas Schl<68>pfer, aschlaepfer@ntb.ch
* Andreas Schl<68>pfer, aschlaepfer@ntb.ch
*
* Version 00.02.00
*/
@@ -11,8 +11,8 @@
#include <stddef.h>
#include <string.h>
#include <locale.h>
#include <usb.h>
#include "LibusbJava.h"
#include "usb.h"
//#define DEBUGON

View File

@@ -70,10 +70,10 @@
<target name="linux" depends="clean" description="--> Build ${build.shlib.linux.shlibname}">
<exec dir="." executable="${build.win.compiler}">
<arg value="-shared" />
<arg value="-Wl,-soname,lib${build.shlib.linux.shlibname}" />
<arg value="-Wl,-soname,${build.shlib.linux.shlibname}" />
<arg value="-I${build.linux.includes}" />
<arg value="-mwindows" />
<arg value="-shared" />
<arg value="${build.shlib.srcname}" />
<arg value="-o${build.shlib.linux.shlibname}.${version.linux}" />
<arg value="${build.linux.includes}/${build.lib.libusb}" />
<arg value="${build.linux.includes}/${build.lib.libusbpp}" />