We can now build on tru64. Mountlist.c doesn't seem to work so it crashes when trying to do something in the loadsave screen.

As the available machines don't have gdb, I can't go much further...
I could try building with compaq compiler but it seems a lot more strict than gcc. Do you want me to fix these problems to get cleaner ansi code (may be less readable...)

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@1278 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues
2010-01-20 11:18:26 +00:00
parent b36dee613e
commit 9933e1fddc
7 changed files with 24 additions and 12 deletions

View File

@@ -28,7 +28,9 @@
#ifndef _CONST_H_
#define _CONST_H_
#ifndef M_2PI
#define M_2PI 6.28318530717958647692528676656 ///< Hmm, pie...
#endif
#define VERSION1 2 ///< Version number for gfx2.cfg (1/4)
#define VERSION2 0 ///< Version number for gfx2.cfg (2/4)