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

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

Issue 19713005: Update libusb 1.0.9 to libusbx 1.0.16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
(Empty)
1 TARGETTYPE=LIBRARY
2 TARGETNAME=getopt
3 386_STDCALL=0
4
5 _NT_TARGET_VERSION= $(_NT_TARGET_VERSION_WINXP)
6
7 !IFNDEF MSC_WARNING_LEVEL
8 MSC_WARNING_LEVEL=/W3
9 !ENDIF
10
11 USE_MSVCRT=1
12
13 INCLUDES=$(DDK_INC_PATH)
14 C_DEFINES = $(C_DEFINES) /DDDKBUILD /DHAVE_STRING_H
15
16 TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
17 $(SDK_LIB_PATH)\user32.lib
18
19 SOURCES=..\getopt1.c \
20 ..\getopt.c
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698