Open main menu

Difference between revisions of "Compiling ScummVM/Mac OS X Crosscompiling"

Changed outdated refs to ports.mk
(Changed outdated refs to ports.mk)
Line 43: Line 43:
Once you've set up all the dependency libraries, you're ready to build ScummVM itself.
Once you've set up all the dependency libraries, you're ready to build ScummVM itself.


First, there's a couple of minor changes we have to do to the ScummVM Makefile.
First, there's a couple of minor changes we have to do to the ScummVM <code>ports.mk</code> file.


Find the line that says:
Find the line that says:
Line 53: Line 53:
Next, find the section that starts with:
Next, find the section that starts with:
  scummvm-static: $(OBJS)
  scummvm-static: $(OBJS)
This is the part of the makefile that compiles our static binary (so we can distribute it to others without them having to have all the libraries installed)
This is the part of <code>ports.mk</code> that compiles our static binary (so we can distribute it to others without them having to have all the libraries installed)
In this section, find and remove this line:
In this section, find and remove this line:
  -lSystemStubs \
  -lSystemStubs \
1,079

edits