- dll renamed to LibusbJava

- ant file for compiling on Windows and Linux
- use g++ instead of gcc
- version string in resource file (should be provided as command line argument, but doesn't work with windres -> bug?)

git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@204 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
schlaepfer
2006-11-24 11:22:57 +00:00
parent c7b9340bf9
commit 5b525a7a73
8 changed files with 205 additions and 119 deletions

View File

@@ -0,0 +1,5 @@
# NOTE: if the version is changed -> change the define in resource.rc"
version.major=0
version.minor=1
version.micro=0
version.nano=0