Add headers and fix build
Add more C headers and allow libsb to build correctly with warnings.
This commit is contained in:
parent
103ffffbd7
commit
943afc734f
22 changed files with 6155 additions and 38 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
|
@ -26,13 +26,6 @@
|
|||
!/bld/src/
|
||||
/bld/src/*
|
||||
|
||||
# /bld/src/d
|
||||
!/bld/src/d/
|
||||
/bld/src/d/*
|
||||
|
||||
!/bld/src/d/dub.sdl
|
||||
!/bld/src/d/dub.selections.json
|
||||
|
||||
# /doc
|
||||
!/doc/
|
||||
/doc/*
|
||||
|
|
@ -124,6 +117,26 @@
|
|||
|
||||
!/src/init/c/gdextension_interface.c
|
||||
|
||||
# /src/init/c/util
|
||||
!/src/init/c/util
|
||||
/src/init/c/util/*
|
||||
|
||||
!/src/init/c/util/inttypes.c
|
||||
!/src/init/c/util/inttypes.h
|
||||
!/src/init/c/util/iso646.h
|
||||
!/src/init/c/util/locale.c
|
||||
!/src/init/c/util/locale.h
|
||||
!/src/init/c/util/Q8defs.h
|
||||
!/src/init/c/util/signal.c
|
||||
!/src/init/c/util/signal.h
|
||||
!/src/init/c/util/sitest.c
|
||||
!/src/init/c/util/stdbool.h
|
||||
!/src/init/c/util/stdint.h
|
||||
!/src/init/c/util/wchar.c
|
||||
!/src/init/c/util/wchar.h
|
||||
!/src/init/c/util/wctype.c
|
||||
!/src/init/c/util/wctype.h
|
||||
|
||||
# /src/init/cpp
|
||||
!/src/init/cpp/
|
||||
/src/init/cpp/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue