Add functions for device commands for win32.

This commit is contained in:
2019-10-27 03:58:15 +00:00
parent 25c22d0582
commit b447a2728d
17 changed files with 538 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ if (NOT "${CMAKE_SYSTEM}" MATCHES "Windows")
return()
endif ()
set(PLATFORM_SOURCES "win32.h" network.c hello.c "win32.c" list_devices.c)
set(PLATFORM_SOURCES "win32.h" network.c hello.c "win32.c" list_devices.c ata.c device.c ieee1394.c pcmcia.c scsi.c sdhci.c usb.c)
add_executable(dicremote ${PLATFORM_SOURCES})