Re: Porting Dosbox in Solaris (Sparc/x86)
Posted on 2009-06-12, 11:11
Presently i'm doing it in a simple way. I'm checking system architecture in my Makefile and if i get 'sparc' then i'm applying a patch in dosbox source code. The patch is : --- dosbox-0.73/src/gui/sdlmain.cpp.orig Mon Jun 8 14:26:37 2009 +++ dosbox-0.73/src/gui/sdlmain.cpp Mon Jun 8 14:27:13 2009 @@ …