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 - SDL build support for MingW32CE
Summary: SDL build support for MingW32CE
Status: RESOLVED INVALID
Alias: None
Product: SDL
Classification: Unclassified
Component: build (show other bugs)
Version: HG 1.2
Hardware: Other Linux
: P2 normal
Assignee: Sam Lantinga
QA Contact: Sam Lantinga
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-13 13:12 UTC by Simon Howard
Modified: 2010-07-18 11:40 UTC (History)
0 users

See Also:


Attachments
Patch against SDL 1.2.14 for MingW32CE support (6.59 KB, patch)
2010-02-13 13:12 UTC, Simon Howard
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.