diff options
author | Pete Batard <pbatard@gmail.com> | 2010-01-25 21:55:46 +0000 |
---|---|---|
committer | Pete Batard <pbatard@gmail.com> | 2010-01-25 21:55:46 +0000 |
commit | f581c91677797e22876684d639f3cf5190a5ab51 (patch) | |
tree | 96de4050b7befffb3df352ad1de6a1f0e0bd5763 /libusb/os/sources | |
parent | 95eccbda1fe6e9b95af3a1b998d52f44721aaf19 (diff) | |
download | libusb-f581c91677797e22876684d639f3cf5190a5ab51.tar.gz |
r114: sources update and build script (Orin Eman)
OACR 28719 warning removal (Orin Eman)
minor code cleanup
Diffstat (limited to 'libusb/os/sources')
-rw-r--r-- | libusb/os/sources | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libusb/os/sources b/libusb/os/sources index 86e0abe..c4d0163 100644 --- a/libusb/os/sources +++ b/libusb/os/sources @@ -1,4 +1,4 @@ -TARGETNAME=libusb +TARGETNAME=libusb-1.0 TARGETTYPE=DYNLINK DLLDEF=..\libusb-1.0.def @@ -30,5 +30,6 @@ SOURCES=..\core.c \ ..\io.c \ ..\sync.c \ windows_compat.c \ - windows_usb.c + windows_usb.c \ + libusb-1.0.rc |