mirror of
https://github.com/google/pebble.git
synced 2025-06-06 02:03:11 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
10
src/fw/applib/vendor/tinflate/wscript
vendored
Normal file
10
src/fw/applib/vendor/tinflate/wscript
vendored
Normal file
|
@ -0,0 +1,10 @@
|
|||
def configure(conf):
|
||||
pass
|
||||
|
||||
def build(bld):
|
||||
bld.stlib(source=['tinflate.c'],
|
||||
export_includes='.',
|
||||
target='tinflate',
|
||||
use='pblibc fw_includes')
|
||||
|
||||
# vim:filetype=python
|
11
src/fw/applib/vendor/uPNG/wscript
vendored
Normal file
11
src/fw/applib/vendor/uPNG/wscript
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
def configure(conf):
|
||||
pass
|
||||
|
||||
def build(bld):
|
||||
bld.stlib(source=['upng.c'],
|
||||
includes='.',
|
||||
target='upng',
|
||||
export_includes='.',
|
||||
use='pblibc libutil_includes fw_includes tinflate')
|
||||
|
||||
# vim:filetype=python
|
Loading…
Add table
Add a link
Reference in a new issue