Opened 17 years ago

Closed 17 years ago

Last modified 5 years ago

#8725 closed patch (outdated)

Device build tweak

Reported by: SF/robinwatts Owned by: fingolfin
Priority: normal Component: Port: WinCE
Version: Keywords:
Cc: Game:

Description

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.

Ticket imported from: #1804795. Ticket imported from: patches/830.

Attachments (1)

DeviceBuild.txt (1.2 KB ) - added by SF/robinwatts 17 years ago.
Suggested patch to introduce DEVICE_BUILD

Download all attachments as: .zip

Change History (4)

by SF/robinwatts, 17 years ago

Attachment: DeviceBuild.txt added

Suggested patch to introduce DEVICE_BUILD

comment:1 by fingolfin, 17 years ago

This is obsolete now that we decoupled the "tools" target from the "all" target.

comment:2 by fingolfin, 17 years ago

Owner: set to fingolfin
Resolution: outdated
Status: newclosed

comment:3 by digitall, 5 years ago

Component: Port: WinCE
Note: See TracTickets for help on using tickets.