|
Make use of -lppapi explicit to allow for correct library order.
This CL removes the implicit -lppapi and pthread in the Makefiles. Since ppapi lib
does not exist on the host (on NaCl it's actually a linker script), we need to
create a bogus ppapi.lib for host Pepper development. In addition, on Windows we
do not have a pthread library so we create a mini pthread library to support the
examples.
This CL also fixes tries which are broken on Windows.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148006
Total comments: 7
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+140 lines, -29 lines) |
Patch |
 |
M |
native_client_sdk/src/build_tools/build_sdk.py
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/build_tools/make_rules.py
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/debugging/example.dsc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/dlopen/example.dsc
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/file_histogram/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/file_io/example.dsc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/fullscreen_tumbler/example.dsc
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/gamepad/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/geturl/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/hello_world/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/hello_world_gles/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/hello_world_interactive/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/input_events/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/load_progress/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/mouselock/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/multithreaded_input_events/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/pi_generator/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/pong/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/sine_synth/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/tumbler/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/examples/websocket/example.dsc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/libraries/ppapi/library.dsc
|
View
|
1
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/libraries/ppapi/ppapi_externs.c
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/libraries/pthread/library.dsc
|
View
|
1
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/libraries/pthread/pthread.h
|
View
|
1
2
3
4
5
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
native_client_sdk/src/libraries/pthread/pthread.c
|
View
|
1
2
3
4
5
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|