Download Nintendo Revolution Wii Prerelease 2006 SDK! by nintendo1889 at 4:23 PM EDT on April 1, 2009
I'm getting a copy of it off emule.
There's some gamecube documents, which makes sense:
thp.pdf:
Nintendo GameCube THP Library Guide, SDK Version 5-Sept-2002 NOA Engineering FrameMaker 7.1 Acrobat Distiller 7.0 (Windows)
makefile:
############################################################################### # Top level makefile for build system # # Copyright 2006 Nintendo. All rights reserved. # # These coded instructions, statements, and computer programs contain # proprietary information of Nintendo of America Inc. and/or Nintendo # Company Ltd., and are protected by Federal copyright law. They may # not be disclosed to third parties or copied or duplicated in any form, # in whole or in part, without the prior written consent of Nintendo. ###############################################################################
# Valid targets # "make" by itself builds and installs everything listed in LIBS, DEMOS and # TESTS. Default target is HW1 DEBUG # "make clean" cleans everything listed in LIBS, DEMOS and # TESTS. Only MACOS DEBUG versions are cleaned # "make NDEBUG=TRUE" builds non-debug versions. # "make NDEBUG=TRUE clean" cleans only non-debug versions.