[Scummvm-cvs-logs] CVS: scummvm/backends/PalmOS/Src prefix_frontend.h,NONE,1.1 prefix_gob.h,NONE,1.1 prefix_queen.h,NONE,1.1 prefix_saga.h,NONE,1.1 prefix_scumm.h,NONE,1.1 prefix_simon.h,NONE,1.1 prefix_sky.h,NONE,1.1 prefix_sword1.h,NONE,1.1

Chris Apers chrilith at users.sourceforge.net
Wed Oct 12 14:12:58 CEST 2005


Update of /cvsroot/scummvm/scummvm/backends/PalmOS/Src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12691

Added Files:
	prefix_frontend.h prefix_gob.h prefix_queen.h prefix_saga.h 
	prefix_scumm.h prefix_simon.h prefix_sky.h prefix_sword1.h 
Log Message:
68k modules and frontend prefix files

--- NEW FILE: prefix_frontend.h ---
#ifndef PREFIX_H
#define PREFIX_H

#define PALMOS_68K
//#define _DEBUG_ENGINE

#endif

--- NEW FILE: prefix_gob.h ---
#ifndef PREFIX_H
#define PREFIX_H

#include "compile.h"
#undef DISABLE_GOB

#define PALMOS_68K

#endif

--- NEW FILE: prefix_queen.h ---
#ifndef PREFIX_H
#define PREFIX_H

#include "compile.h"
#undef DISABLE_QUEEN

#define PALMOS_68K

#endif

--- NEW FILE: prefix_saga.h ---
#ifndef PREFIX_H
#define PREFIX_H

#include "compile.h"
#undef DISABLE_SAGA

#define PALMOS_68K

#endif

--- NEW FILE: prefix_scumm.h ---
#ifndef PREFIX_H
#define PREFIX_H

#include "compile.h"
#undef DISABLE_SCUMM
//#undef DISABLE_SCUMM_7_8
//#undef DISABLE_HE

#define PALMOS_68K
//#define PALMOS_DEBUG

#endif

--- NEW FILE: prefix_simon.h ---
#ifndef PREFIX_H
#define PREFIX_H

#include "compile.h"
#undef DISABLE_SIMON

#define PALMOS_68K

#endif

--- NEW FILE: prefix_sky.h ---
#ifndef PREFIX_H
#define PREFIX_H

#include "compile.h"
#undef DISABLE_SKY

#define PALMOS_68K

#endif

--- NEW FILE: prefix_sword1.h ---
#ifndef PREFIX_H
#define PREFIX_H

#include "compile.h"
#undef DISABLE_SWORD1

#define PALMOS_68K

#endif





More information about the Scummvm-git-logs mailing list