Page 1 of 1

Wii Library Makefile - include directories?

Posted: Wed Feb 26, 2025 1:38 am
by surreal

Hi, I'd like to add include directories properly. The INCLUDES variable doesn't seem to have anything.
Image
As you can see I also tried using include directories in the CFLAGS. Did not work.

Imagevec.hpp is in the include/nw4r folder. How do I get the compiler to check here? Without specifying a path?
More importantly I've imported CodeWarrior's MSL_C and I'd need to put in a lot of paths to get this to work without the compiler seeing it's include folder...


Re: Wii Library Makefile - include directories?

Posted: Tue Jul 01, 2025 12:25 pm
by WinterMute

Where is the include/nw4r folder relative to the NintendoJunkForRevolution folder? What's the output of find . -type d fron that folder?