diff --git a/libusbdll/.cdtproject b/LibusbWinDll/.cdtproject similarity index 100% rename from libusbdll/.cdtproject rename to LibusbWinDll/.cdtproject diff --git a/libusbdll/.project b/LibusbWinDll/.project similarity index 95% rename from libusbdll/.project rename to LibusbWinDll/.project index 61972a2..bcb07c5 100644 --- a/libusbdll/.project +++ b/LibusbWinDll/.project @@ -1,6 +1,6 @@ - LibusbDllJNIMinGW + LibusbWinDll @@ -17,22 +17,22 @@ org.eclipse.cdt.core.errorOutputParser org.eclipse.cdt.core.MakeErrorParser;org.eclipse.cdt.core.GCCErrorParser;org.eclipse.cdt.core.GASErrorParser;org.eclipse.cdt.core.GLDErrorParser;org.eclipse.cdt.core.VCErrorParser; - - org.eclipse.cdt.make.core.enableAutoBuild - false - org.eclipse.cdt.make.core.environment - org.eclipse.cdt.make.core.enableFullBuild - true + org.eclipse.cdt.make.core.enableAutoBuild + false org.eclipse.cdt.make.core.build.target.inc all + + org.eclipse.cdt.make.core.enableFullBuild + true + org.eclipse.cdt.make.core.enabledIncrementalBuild true @@ -41,14 +41,14 @@ org.eclipse.cdt.make.core.build.location - - org.eclipse.cdt.make.core.build.target.clean - clean - org.eclipse.cdt.make.core.build.command make + + org.eclipse.cdt.make.core.build.target.clean + clean + org.eclipse.cdt.make.core.enableCleanBuild true diff --git a/LibusbWinDll/.settings/org.eclipse.cdt.core.prefs b/LibusbWinDll/.settings/org.eclipse.cdt.core.prefs new file mode 100644 index 0000000..88e2afd --- /dev/null +++ b/LibusbWinDll/.settings/org.eclipse.cdt.core.prefs @@ -0,0 +1,3 @@ +#Thu Aug 10 13:25:29 CEST 2006 +eclipse.preferences.version=1 +indexerId=org.eclipse.cdt.core.domsourceindexer diff --git a/libusbdll/LibusbTest.cpp b/LibusbWinDll/LibusbTest.cpp similarity index 100% rename from libusbdll/LibusbTest.cpp rename to LibusbWinDll/LibusbTest.cpp diff --git a/libusbdll/LibusbTest.exe b/LibusbWinDll/LibusbTest.exe similarity index 100% rename from libusbdll/LibusbTest.exe rename to LibusbWinDll/LibusbTest.exe diff --git a/libusbdll/LibusbWin.cpp b/LibusbWinDll/LibusbWin.cpp similarity index 100% rename from libusbdll/LibusbWin.cpp rename to LibusbWinDll/LibusbWin.cpp diff --git a/libusbdll/LibusbWin.dll b/LibusbWinDll/LibusbWin.dll similarity index 100% rename from libusbdll/LibusbWin.dll rename to LibusbWinDll/LibusbWin.dll diff --git a/libusbdll/LibusbWin.h b/LibusbWinDll/LibusbWin.h similarity index 100% rename from libusbdll/LibusbWin.h rename to LibusbWinDll/LibusbWin.h diff --git a/libusbdll/common.rc b/LibusbWinDll/common.rc similarity index 100% rename from libusbdll/common.rc rename to LibusbWinDll/common.rc diff --git a/libusbdll/libusb.a b/LibusbWinDll/libusb.a similarity index 100% rename from libusbdll/libusb.a rename to LibusbWinDll/libusb.a diff --git a/libusbdll/makefile b/LibusbWinDll/makefile similarity index 100% rename from libusbdll/makefile rename to LibusbWinDll/makefile diff --git a/libusbdll/resource.rc b/LibusbWinDll/resource.rc similarity index 100% rename from libusbdll/resource.rc rename to LibusbWinDll/resource.rc diff --git a/libusbdll/stdafx.h b/LibusbWinDll/stdafx.h similarity index 100% rename from libusbdll/stdafx.h rename to LibusbWinDll/stdafx.h diff --git a/libusbdll/usb.h b/LibusbWinDll/usb.h similarity index 100% rename from libusbdll/usb.h rename to LibusbWinDll/usb.h diff --git a/java/src/ch/ntb/usb/package.html b/java/src/ch/ntb/usb/package.html new file mode 100644 index 0000000..27b6870 --- /dev/null +++ b/java/src/ch/ntb/usb/package.html @@ -0,0 +1,15 @@ + + + + + +Includes the main classes for the libusb wrapper. + +

Related Resources

+ +For more information about this project visit +inf.ntb.ch +. + + +