How do I compile This? - Custom Wad Manager.
Posted: Sat Jun 13, 2009 7:57 pm
n00b alert. I am changing the background of waninkokos wad manager. I still do not know what to use to compile it correctly.
Heres what I have done so far:
I opened the makefile in Programmers Notepad Two and went to the option "make" in the tools drop box. That did not work.
Then I used Msys.
I typed c:/devkitpro/libogc/makefile - That did not work either
It gave me this
any advice?
Thanks in advance!
Heres what I have done so far:
I opened the makefile in Programmers Notepad Two and went to the option "make" in the tools drop box. That did not work.
Code: Select all
> "make"
make[1]: *** No rule to make target `Thumbs.db.o', needed by `/c/devkitPro/libogc/libogc.elf'. Stop.
"make": *** [build] Error 2
> Process Exit Code: 2
> Time Taken: 00:01
I typed c:/devkitpro/libogc/makefile - That did not work either
It gave me this
Code: Select all
c:/devkitpro/libogc/makefile: line 4: .SUFFIXES:: command not found
c:/devkitpro/libogc/makefile: line 9: syntax error near unexpected token '$(strip $(devkitpro)),'
c:/devkitpro/libogc/makefile: line 9: 'ifeq ($(strip $(DEVKITPPC)),)'
Thanks in advance!