diff options
author | Pete Batard <pbatard> | 2010-03-29 15:41:22 +0100 |
---|---|---|
committer | Pete Batard <pbatard> | 2010-03-29 15:41:22 +0100 |
commit | 99587b5e2d51a5084ac5d42b5da67c6701b80f87 (patch) | |
tree | 270c72b8b0cbee74703fdc2117016db6ccc157cd /libusb | |
parent | db8c3ff754977a44b9d1b46314ad842a0f20ef0d (diff) | |
download | libusb-99587b5e2d51a5084ac5d42b5da67c6701b80f87.tar.gz |
ddk_build improvements (DLL option, static lib default)r230
Diffstat (limited to 'libusb')
-rw-r--r-- | libusb/os/libusb_sources (renamed from libusb/os/sources) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libusb/os/sources b/libusb/os/libusb_sources index dc474ca..cdaaacf 100644 --- a/libusb/os/sources +++ b/libusb/os/libusb_sources @@ -1,5 +1,5 @@ +#TARGETTYPE is not defined, to allow selection between static lib or DLL with ddk_build TARGETNAME=libusb-1.0 -TARGETTYPE=DYNLINK DLLDEF=..\libusb-1.0.def |