mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Externals: update libusb to version 1.0.19
This commit is contained in:

committed by
mathieui

parent
4ff5ec7117
commit
4fa38f0c02
20
Externals/libusb/msvc/getopt_sources
vendored
Normal file
20
Externals/libusb/msvc/getopt_sources
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
TARGETTYPE=LIBRARY
|
||||
TARGETNAME=getopt
|
||||
386_STDCALL=0
|
||||
|
||||
_NT_TARGET_VERSION= $(_NT_TARGET_VERSION_WINXP)
|
||||
|
||||
!IFNDEF MSC_WARNING_LEVEL
|
||||
MSC_WARNING_LEVEL=/W3
|
||||
!ENDIF
|
||||
|
||||
USE_MSVCRT=1
|
||||
|
||||
INCLUDES=$(DDK_INC_PATH)
|
||||
C_DEFINES = $(C_DEFINES) /DDDKBUILD /DHAVE_STRING_H
|
||||
|
||||
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
||||
$(SDK_LIB_PATH)\user32.lib
|
||||
|
||||
SOURCES=..\getopt1.c \
|
||||
..\getopt.c
|
Reference in New Issue
Block a user