12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- #
- # types :
- # t - bootstrap platform/arch
- # m - module
- # a - app
- #
- #t win32 x86
- #t win32 x64
- #t linux x86
- #t linux x64
- #t macos x64
- #t raspberrypi arm
- #t raspberrypi arm64
- # core modules
- m brl.blitz *.c *.h bdwgc tree hash
- m pub.stdc *.c
- m pub.lua lua-5.1.4
- m pub.win32 *.cpp
- m pub.zlib *.c *.h
- m pub.freeprocess *.c
- m pub.macos *.m *.h
- m pub.physfs physfs
- m brl.appstub *.c *.m
- m brl.event *.h
- m brl.keycodes *.h
- m brl.map *.c
- m brl.maxlua *.c
- m brl.reflection *.c
- m brl.stringbuilder *.c *.h
- m brl.systemdefault *.c *.h
- m brl.threads *.m *.c
- m brl.math *.c *.h
- m brl.io *.c
- # bah modules - for bootstrap, etc
- #m bah.libarchive *.c bzip2 libarchive zlib
- #m bah.libcurl *.cpp src
- #m bah.format *.c
- #m bah.regex pcre
- #m bah.xz *.cpp src
- #m bah.mbedtls *.c mbedtls
- #m bah.libxml *.cpp src
- #m bah.libiconv *.cpp
- #m bah.libssh2 *.cpp src include_all include_unix include_win32
- # apps
- a bcc *.c *.h
- a bmk *.c *.bmk *.icns
- #a bootstrap *.txt
|