Search found 3 matches

by sionlord
Wed Mar 10, 2010 5:14 pm
Forum: PSP Development
Topic: Compiling ticpp for psp
Replies: 4
Views: 4767

A normal makefile for a SDL game and ticpp would look like: # Rutas MOTOR_DIR := . # Ejecutable del juego. EXE := sdltest EXEWIN := airforcepilotwin.exe # Ficheros fuente del juego (modificar para añadir) . SRC := main.cpp # Ficheros fuente del motor. ...
by sionlord
Tue Mar 09, 2010 9:28 pm
Forum: PSP Development
Topic: Compiling ticpp for psp
Replies: 4
Views: 4767

Thanks, it compiled but now I have another problem: how can I write a makefile of a program which uses ticpp.a? How can I link the static library in a psp makefile?

Could someone help me please, I'm kind of a newbie with makefiles in general and psp ones in particular.

Thanks again.
by sionlord
Tue Mar 09, 2010 7:54 am
Forum: PSP Development
Topic: Compiling ticpp for psp
Replies: 4
Views: 4767

Compiling ticpp for psp

Hi! I would like to develop a PC-PSP portable game using basically C++ and SDL. The thing is that I'm also interested on a very useful library called ticpp which helps in parsing XML files. Obviously it compiles normally as static library for Linux or Windows but I can't write a proper makefile for ...