Windows build of librtlsdr: removed files not concerned in Windows

This commit is contained in:
f4exb 2017-11-13 02:28:03 +01:00
parent 8c960e337e
commit 583712a3d5
1 changed files with 0 additions and 4 deletions

View File

@ -17,8 +17,6 @@ CONFIG(MINGW32):INCLUDEPATH += "D:\softs\libusb-1.0.20\include\libusb-1.0"
CONFIG(MINGW64):INCLUDEPATH += "D:\softs\libusb-1.0.20\include\libusb-1.0"
SOURCES = $$LIBRTLSDRSRC/src/librtlsdr.c\
$$LIBRTLSDRSRC/src/rtlsdr_rpc_msg.c\
$$LIBRTLSDRSRC/src/rtlsdr_rpc.c\
$$LIBRTLSDRSRC/src/tuner_e4k.c\
$$LIBRTLSDRSRC/src/tuner_fc0012.c\
$$LIBRTLSDRSRC/src/tuner_fc0013.c\
@ -30,8 +28,6 @@ SOURCES = $$LIBRTLSDRSRC/src/librtlsdr.c\
HEADERS = $$LIBRTLSDRSRC/include/reg_field.h\
$$LIBRTLSDRSRC/include/rtl-sdr_export.h\
$$LIBRTLSDRSRC/include/rtlsdr_i2c.h\
$$LIBRTLSDRSRC/include/rtlsdr_rpc_msg.h\
$$LIBRTLSDRSRC/include/rtlsdr_rpc.h\
$$LIBRTLSDRSRC/include/rtl-sdr.h\
$$LIBRTLSDRSRC/include/tuner_e4k.h\
$$LIBRTLSDRSRC/include/tuner_fc0012.h\