Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Side by Side Diff: third_party/libusb/src/msvc/libusb_sources

Issue 10332075: Adding use_system_libusb option for third_party/libusb (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review changes. Created 8 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 #TARGETTYPE is not defined, to allow selection between static lib or DLL with dd k_build 1 #TARGETTYPE is not defined, to allow selection between static lib or DLL with dd k_build
2 TARGETNAME=libusb-1.0 2 TARGETNAME=libusb-1.0
3 DLLDEF=..\libusb-1.0.def 3 DLLDEF=..\libusb-1.0.def
4 4
5 !IFNDEF MSC_WARNING_LEVEL 5 !IFNDEF MSC_WARNING_LEVEL
6 MSC_WARNING_LEVEL=/W3 6 MSC_WARNING_LEVEL=/W3
7 !ENDIF 7 !ENDIF
8 8
9 !IFDEF STATIC_LIBC 9 !IFDEF STATIC_LIBC
10 USE_LIBCMT=1 10 USE_LIBCMT=1
(...skipping 16 matching lines...) Expand all
27 TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib 27 TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib
28 28
29 SOURCES=..\core.c \ 29 SOURCES=..\core.c \
30 ..\descriptor.c \ 30 ..\descriptor.c \
31 ..\io.c \ 31 ..\io.c \
32 ..\sync.c \ 32 ..\sync.c \
33 threads_windows.c \ 33 threads_windows.c \
34 poll_windows.c \ 34 poll_windows.c \
35 windows_usb.c \ 35 windows_usb.c \
36 ..\libusb-1.0.rc 36 ..\libusb-1.0.rc
OLDNEW
« no previous file with comments | « third_party/libusb/src/msvc/libusb_dll.dsp ('k') | third_party/libusb/src/msvc/libusb_static.dsp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698