Search found 2 matches

by guinea7pig
Sat Dec 21, 2024 5:11 pm
Forum: devkitPPC
Topic: adding include and librarys from another destination
Replies: 3
Views: 187

Re: adding include and librarys from another destination

the problem is that the makefile expects it to be in a folder called tremor at least for the inludes. like this <tremor/file.h> could i just remove the tremor folder

by guinea7pig
Wed Dec 18, 2024 12:39 am
Forum: devkitPPC
Topic: adding include and librarys from another destination
Replies: 3
Views: 187

adding include and librarys from another destination

this is the makefile for my project i want to add includes from the directory /usr/local/include/tremor and libs from /usr/local/lib64
how would i go about doing that. here is my makefile
#---------------------------------------------------------------------------------
# Clear the implicit built ...