[ scummvm-Patches-1804795 ] Device build tweak

SourceForge.net noreply at sourceforge.net
Sat Sep 29 18:11:18 CEST 2007


Patches item #1804795, was opened at 2007-09-29 16:11
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1804795&group_id=37116

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Robin Watts (robinwatts)
Assigned to: Nobody/Anonymous (nobody)
Summary: Device build tweak

Initial Comment:
WinCE builds of ScummVM currently fail as a recent change makes Makefile.common include various tools in the standard build. The Make system tries to build these tools for WinCE, and this fails.

I suspect this affects other builds such as the PSP and GP2X ones.

This patch has a proposed fix for this; we define the DEVICE_BUILD symbol in the WinCE makefile (and in any other top level makefiles for platforms that need it).

We then tweak the tools makefile (and in future, any other makefiles that may need it) to only build the tools if DEVICE_BUILD is not set.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=418822&aid=1804795&group_id=37116




More information about the Scummvm-tracker mailing list