We are currently migrating Bugzilla to GitHub issues.
Any changes made to the bug tracker now will be lost, so please do not post new bugs or make changes to them.
When we're done, all bug URLs will redirect to their equivalent location on the new bug tracker.

Bug 947

Summary: SDL build support for MingW32CE
Product: SDL Reporter: Simon Howard <fraggle+libsdl>
Component: buildAssignee: Sam Lantinga <slouken>
Status: RESOLVED INVALID QA Contact: Sam Lantinga <slouken>
Severity: normal    
Priority: P2    
Version: HG 1.2   
Hardware: Other   
OS: Linux   
Attachments: Patch against SDL 1.2.14 for MingW32CE support

Description Simon Howard 2010-02-13 13:12:34 UTC
Created attachment 489 [details]
Patch against SDL 1.2.14 for MingW32CE support

Hi,

I'm attaching a patch for building SDL for Windows CE using MingW32CE (http://cegcc.sourceforge.net/).

Some notes:

1. src/main/win32/version.rc is not built, because libtool doesn't like building libraries using .o object files.
2. GAPI is disabled in the build (commented out) because I couldn't get it to work (might just be my palmtop).  I have made the changes necessary to get it to compile, though.
Comment 1 Simon Howard 2010-04-14 01:46:19 UTC
Sorry, I think this is actually redundant.  I originally made these changes against SDL 1.2.13 and ported them to 1.2.14, but it seems that MingW32CE support was already added in 1.2.14.