* ohneswanzenegger: dont include code for building extracted FS

This commit is contained in:
giantpune 2011-05-15 23:17:06 +00:00
parent b6330b362d
commit 32cf8113e4
3 changed files with 109 additions and 120 deletions

View File

@ -46,7 +46,7 @@ public:
//if it doesnt exist, the function will try to create it //if it doesnt exist, the function will try to create it
//also creates the normal folders in the nand //also creates the normal folders in the nand
bool SetPath( const QString &path ); bool SetPath( const QString &path );
const QString GetPath(){ return basePath; } const QString &GetPath(){ return basePath; }
//installs a title to the nand dump from an already existing NusJob //installs a title to the nand dump from an already existing NusJob
//returns false if something went wrong //returns false if something went wrong

View File

@ -1,34 +1,27 @@
#------------------------------------------------- # -------------------------------------------------
#
# Project created by QtCreator 2010-12-02T23:30:12 # Project created by QtCreator 2010-12-02T23:30:12
# # -------------------------------------------------
#------------------------------------------------- QT += core \
gui \
QT += core gui\
network network
TARGET = ohneschwanzenegger TARGET = ohneschwanzenegger
TEMPLATE = app TEMPLATE = app
DEFINES += NAND_BIN_CAN_WRITE DEFINES += NAND_BIN_CAN_WRITE
SOURCES += main.cpp \
SOURCES += main.cpp\
mainwindow.cpp \ mainwindow.cpp \
../WiiQt/tools.cpp \ ../WiiQt/tools.cpp \
../WiiQt/sharedcontentmap.cpp \ ../WiiQt/sharedcontentmap.cpp \
../WiiQt/tiktmd.cpp \ ../WiiQt/tiktmd.cpp \
../WiiQt/nusdownloader.cpp \ ../WiiQt/nusdownloader.cpp \
../WiiQt/uidmap.cpp \ ../WiiQt/uidmap.cpp \
../WiiQt/nanddump.cpp \
../WiiQt/settingtxtdialog.cpp \ ../WiiQt/settingtxtdialog.cpp \
../WiiQt/wad.cpp \ ../WiiQt/wad.cpp \
../WiiQt/aes.c \ ../WiiQt/aes.c \
../WiiQt/sha1.c \ ../WiiQt/sha1.c \
newnandbin.cpp \ newnandbin.cpp \
../WiiQt/nandbin.cpp \ ../WiiQt/nandbin.cpp \
../WiiQt/nandspare.cpp\ ../WiiQt/nandspare.cpp \
../WiiQt/blocks0to7.cpp ../WiiQt/blocks0to7.cpp
HEADERS += mainwindow.h \ HEADERS += mainwindow.h \
../WiiQt/tools.h \ ../WiiQt/tools.h \
../WiiQt/uidmap.h \ ../WiiQt/uidmap.h \
@ -36,17 +29,13 @@ HEADERS += mainwindow.h \
../WiiQt/tiktmd.h \ ../WiiQt/tiktmd.h \
../WiiQt/nusdownloader.h \ ../WiiQt/nusdownloader.h \
../WiiQt/uidmap.h \ ../WiiQt/uidmap.h \
../WiiQt/nanddump.h \
../WiiQt/settingtxtdialog.h \ ../WiiQt/settingtxtdialog.h \
../WiiQt/wad.h \ ../WiiQt/wad.h \
newnandbin.h \ newnandbin.h \
../WiiQt/nandbin.h \ ../WiiQt/nandbin.h \
../WiiQt/nandspare.h\ ../WiiQt/nandspare.h \
../WiiQt/blocks0to7.h ../WiiQt/blocks0to7.h
FORMS += mainwindow.ui \ FORMS += mainwindow.ui \
../WiiQt/settingtxtdialog.ui \ ../WiiQt/settingtxtdialog.ui \
newnandbin.ui newnandbin.ui
RESOURCES += rc.qrc
RESOURCES += \
rc.qrc