forked from len0rd/rockbox
Rockbox Utility: use libsansapatcher.
Instead of building sansapatcher sources directly build and use the library. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31329 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
1828bb8ea3
commit
8be58fd8ec
2 changed files with 7 additions and 10 deletions
|
|
@ -28,7 +28,6 @@ SOURCES += \
|
|||
base/talkfile.cpp \
|
||||
base/talkgenerator.cpp \
|
||||
base/autodetection.cpp \
|
||||
../sansapatcher/sansapatcher.c \
|
||||
themesinstallwindow.cpp \
|
||||
base/uninstall.cpp \
|
||||
uninstallwindow.cpp \
|
||||
|
|
@ -87,8 +86,6 @@ HEADERS += \
|
|||
base/autodetection.h \
|
||||
base/progressloggerinterface.h \
|
||||
progressloggergui.h \
|
||||
../sansapatcher/sansapatcher.h \
|
||||
../sansapatcher/sansaio.h \
|
||||
irivertools/h100sums.h \
|
||||
irivertools/h120sums.h \
|
||||
irivertools/h300sums.h \
|
||||
|
|
@ -178,16 +175,10 @@ RESOURCES += $$_PRO_FILE_PWD_/rbutilqt.qrc
|
|||
}
|
||||
# windows specific files
|
||||
win32 {
|
||||
SOURCES += ../sansapatcher/sansaio-win32.c
|
||||
RC_FILE = rbutilqt.rc
|
||||
RESOURCES += $$_PRO_FILE_PWD_/rbutilqt-win.qrc
|
||||
}
|
||||
|
||||
# unix specific files
|
||||
unix {
|
||||
SOURCES += ../sansapatcher/sansaio-posix.c
|
||||
}
|
||||
|
||||
# mac specific files
|
||||
macx {
|
||||
SOURCES += base/ttscarbon.cpp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue