View Single Post
  #18 (permalink)  
Old 04-29-2008, 10:15 PM
hardhat's Avatar
hardhat hardhat is offline
Member
 
Join Date: Mar 2006
Posts: 39
Points: 115.00
Donate
Well, understanding Makefiles is a great general programming skill to have. But it turns out that PSP makefiles in particular tend to use a special include that does all kinds of magical tedious work for you. So knowing how to make a PSP Makefile isn't much like making a Linux makefile. So I'll think about writing up something on that. Most times it is enough to copy a working makefile and customize it for your source code. That is for sure what I usually do. I take the most recent project that I did that has similar requirements to my current one, and customized it.

I posted some new screenshots of the game on my blog. I'm just finishing up the online highscore sharing code. I'll work next on the level sharing code I guess.
__________________
PSP C/C++ Coder, maker of 12 fine PSP homebrew games
Reply With Quote