Add LodePNG library.

This commit is contained in:
bernard 2014-04-20 10:09:55 +08:00
parent 3022725f53
commit bd2b9c54bd
4 changed files with 7997 additions and 1 deletions

4
.gitignore vendored
View File

@ -12,8 +12,10 @@
build build
*~ *~
*.o *.o
*.obj
*.bak *.bak
*.dep *.dep
*.lib *.lib
*.a *.a
*.i
*.d

12
components/external/lodepng/SConscript vendored Normal file
View File

@ -0,0 +1,12 @@
from building import *
cwd = GetCurrentDir()
src = Split('''
lodepng.c
''')
CPPPATH = [cwd]
group = DefineGroup('lodepng', src, depend = ['RTGUI_IMAGE_LODEPNG'], CPPPATH = CPPPATH)
Return('group')

6263
components/external/lodepng/lodepng.c vendored Normal file

File diff suppressed because it is too large Load Diff

1719
components/external/lodepng/lodepng.h vendored Normal file

File diff suppressed because it is too large Load Diff