Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(348)

Side by Side Diff: Makefile

Issue 6070: Basic C bindings for v8.
Patch Set: Created 12 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | README.v8c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1
2 .PHONY: all
3 all: v8c
4
5 libv8_g.so: include/v8c.h src/v8c.cc
6 scons mode=debug library=shared -j2
7
8 v8c: include/v8c.h v8c-test.c libv8_g.so
9 gcc -g -o v8c-test v8c-test.c -L. -lv8_g
OLDNEW
« no previous file with comments | « no previous file | README.v8c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698