Resource centre for ZX Spectrum games
using Manic Miner and Jet Set Willy game engines
Archive of the
Manic Miner & Jet Set Willy Yahoo! Group
messages
|
|
||
|
|
Message: 5465
Author: carlwoffenden
Date: 01/02/2006
Subject: Re: JSWED 2.2.9: Tenth anniversary edition
Following on from my earlier message: yes, simply including "sdl.h" for jswed.cxx makes it
run without error on OS X. I'm pretty sure you don't need to use SDL_main as your entry
point on Windows, by the way, but I've only got MSVC on my Windows so I haven't tested
this. You also need to change line 83 of acinclude.m4 (5816 of configure) so configure can
test the SDL config:
int main(int argc, char *argv[])
I tested these changes on a freshly unarchived JSWED folder.
Carl.
