mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-05 09:05:06 +01:00
2de556bc77
i only performed limited testing, but it seems to work fine. in linux, the full process took < 20 seconds. in windows, it was about 2 minutes. bad blocks are taken into account, so i personally feel that it is safer that betwiin ( but im not knocking that program at all :) ) anybody using punetwiin is encouraged to verify the content of the output file before even thinking about installing it.
28 lines
559 B
Prolog
28 lines
559 B
Prolog
#-------------------------------------------------
|
|
#
|
|
# Project created by QtCreator 2010-12-17T16:22:53
|
|
#
|
|
#-------------------------------------------------
|
|
|
|
TARGET = punetwiin
|
|
CONFIG += console
|
|
CONFIG -= app_bundle
|
|
DEFINES += NAND_BIN_CAN_WRITE
|
|
|
|
TEMPLATE = app
|
|
|
|
|
|
SOURCES += main.cpp \
|
|
../WiiQt/blocks0to7.cpp \
|
|
../WiiQt/nandbin.cpp \
|
|
../WiiQt/tools.cpp \
|
|
../WiiQt/aes.c \
|
|
../WiiQt/tiktmd.cpp \
|
|
../WiiQt/sha1.c \
|
|
../WiiQt/nandspare.cpp
|
|
|
|
HEADERS += ../WiiQt/nandbin.h \
|
|
../WiiQt/tools.h \
|
|
../WiiQt/blocks0to7.h \
|
|
../WiiQt/nandspare.h
|