mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-22 21:29:15 +01:00
a283f45b7d
*nandBin: #ifdef out code not used when not built with write ability *nandChecker: add stuff for checking system menu against setting.txt * add stuff for displaying title name and other information *ohneswansenegger: fix bug which caused formatted nand to use previous content.map and uid.sys git-svn-id: http://wiiqt.googlecode.com/svn/trunk@63 389f4c8b-5dfe-645f-db0e-df882bc27289
47 lines
1003 B
Prolog
47 lines
1003 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2010-12-17T16:22:53
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
#QT += core\
|
|
# gui
|
|
|
|
TARGET = nandBinCheck
|
|
#CONFIG += console
|
|
#CONFIG -= app_bundle
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
../WiiQt/blocks0to7.cpp \
|
|
../WiiQt/tiktmd.cpp \
|
|
../WiiQt/nandbin.cpp \
|
|
../WiiQt/tools.cpp \
|
|
../WiiQt/savebanner.cpp \
|
|
../WiiQt/aes.c \
|
|
../WiiQt/sha1.c \
|
|
../WiiQt/uidmap.cpp \
|
|
../WiiQt/sharedcontentmap.cpp \
|
|
../WiiQt/nandspare.cpp \
|
|
../WiiQt/settingtxtdialog.cpp \
|
|
../WiiQt/u8.cpp \
|
|
../WiiQt/lz77.cpp \
|
|
../WiiQt/ash.cpp
|
|
|
|
HEADERS += ../WiiQt/tiktmd.h \
|
|
../WiiQt/nandbin.h \
|
|
../WiiQt/tools.h \
|
|
../WiiQt/blocks0to7.h \
|
|
../WiiQt/uidmap.h \
|
|
../WiiQt/sharedcontentmap.h \
|
|
../WiiQt/nandspare.h \
|
|
../WiiQt/settingtxtdialog.h \
|
|
../WiiQt/u8.h \
|
|
../WiiQt/lz77.h \
|
|
../WiiQt/ash.h
|
|
|
|
FORMS += \
|
|
../WiiQt/settingtxtdialog.ui
|