Can someone guide me. I am trying to compile softchip using the guide here
http://wiki.softchip-mod.com/index.php/Windows_Build_Guide.
I compiled a dol file already, what I wanted to do is go deeper in which I can modify settings like for the default IOS or like make an autoboot dol. I am using the step below and on the NOTE it says add the MAKEFILE, the .c & .h in order to edit them (how do I do that???). Is that what I need to do in order to edit some settings??
Setup the project in Programmer's Notepad (Optional)
You can use Programmer's Notepad to compile SoftChip, or you can simple use the command "make", like in a bat file.
Start Programmer's Notepad, you will find it in your start menu under devkitPro as it's a part of it. Create a new project, call it SoftChip (or whatever you want) and select the folder of the loader. Just make sure you select the folder with the Makefile. (For example "C:\WiiProjects\SoftChip\loader")
Note: You can add the Makefile, the .c and .h files to the project in order to edit them. If you don't plan to read or modify the code, you can skip this. Adding the files or not does not matter.