Add project for windows DLL
authorpavel <pavel@aaa>
Tue, 14 Oct 2014 09:23:05 +0000 (12:23 +0300)
committerpavel <pavel@aaa>
Tue, 14 Oct 2014 09:33:02 +0000 (12:33 +0300)
commit6c2893ae4b9ef8e5bb960f4facb8118a6476008c
tree3aa258d9c9a27787ec0f60171f96abf584f45f08
parentaed7e4dc9012271e99699c63466b6a925c44d8d7
Add project for windows DLL
12 files changed:
commandline/.gitignore [new file with mode: 0644]
commandline/hidusb-demo.sln
doc/Readme_USB-Relay-DLL.txt [new file with mode: 0644]
lib/usb-relay-dll/.gitignore [new file with mode: 0644]
lib/usb-relay-dll/dllmain.c [new file with mode: 0644]
lib/usb-relay-dll/stdafx.h [new file with mode: 0644]
lib/usb-relay-dll/targetver.h [new file with mode: 0644]
lib/usb-relay-dll/usb-relay-dll.vcproj [new file with mode: 0644]
lib/usb-relay-dll/usb_relay_dll.def [new file with mode: 0644]
lib/usb-relay-dll/usb_relay_lib_win32.c [new file with mode: 0644]
lib/usb_relay_device.h [new file with mode: 0644]
lib/usb_relay_hw.h [new file with mode: 0644]