Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(69)

Issue 4431067: Add a SKIA_SHARED flag to the Makefile to build skia as a shared object.

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 4 months ago by evan
Modified:
13 years, 4 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Add a SKIA_SHARED flag to the Makefile to build skia as a shared object. - Add a libskia.so target that uses gcc -shared rather than ar to link. - Adjust binaries so they use whichever skia library we've configured.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -10 lines) Patch
M Makefile View 8 chunks +21 lines, -10 lines 1 comment Download

Messages

Total messages: 2
evan
http://codereview.appspot.com/4431067/diff/1/Makefile File Makefile (right): http://codereview.appspot.com/4431067/diff/1/Makefile#newcode168 Makefile:168: $(HIDE)$(GPP) -shared -o $@ $(OBJ_LIST) $(JUST_COMPILE_OBJS) $(LINKER_OPTS) Note that ...
13 years, 4 months ago (2011-04-26 19:48:01 UTC) #1
reed1
13 years, 4 months ago (2011-04-26 20:14:37 UTC) #2
LGTM

Committed revision 1194.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b