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

committed by
mathieui

parent
4ff5ec7117
commit
4fa38f0c02
23
Externals/libusb/msvc/fxload_sources
vendored
Normal file
23
Externals/libusb/msvc/fxload_sources
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
TARGETNAME=fxload
|
||||
TARGETTYPE=PROGRAM
|
||||
386_STDCALL=0
|
||||
|
||||
_NT_TARGET_VERSION= $(_NT_TARGET_VERSION_WINXP)
|
||||
|
||||
!IFNDEF MSC_WARNING_LEVEL
|
||||
MSC_WARNING_LEVEL=/W3
|
||||
!ENDIF
|
||||
|
||||
!IFDEF STATIC_LIBC
|
||||
USE_LIBCMT=1
|
||||
!ELSE
|
||||
USE_MSVCRT=1
|
||||
!ENDIF
|
||||
|
||||
UMTYPE=console
|
||||
INCLUDES=..\..\msvc;..\..\libusb;..\getopt;$(DDK_INC_PATH)
|
||||
C_DEFINES=$(C_DEFINES) /D__GNU_LIBRARY__
|
||||
UMLIBS=..\..\libusb\os\obj$(BUILD_ALT_DIR)\*\libusb-1.0.lib \
|
||||
..\getopt\getopt_ddkbuild\obj$(BUILD_ALT_DIR)\*\getopt.lib
|
||||
SOURCES=..\ezusb.c \
|
||||
..\fxload.c
|
Reference in New Issue
Block a user