bootstrap.cfg 944 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #
  2. # types :
  3. # t - bootstrap platform/arch
  4. # m - module
  5. # a - app
  6. #
  7. #t win32 x86
  8. #t win32 x64
  9. #t linux x86
  10. #t linux x64
  11. #t macos x64
  12. #t raspberrypi arm
  13. #t raspberrypi arm64
  14. # core modules
  15. m brl.blitz *.c *.h bdwgc tree hash
  16. m pub.stdc *.c
  17. m pub.lua lua-5.1.4
  18. m pub.win32 *.cpp
  19. m pub.zlib *.c *.h
  20. m pub.freeprocess *.c
  21. m pub.macos *.m *.h
  22. m pub.physfs physfs
  23. m brl.appstub *.c *.m
  24. m brl.event *.h
  25. m brl.keycodes *.h
  26. m brl.map *.c
  27. m brl.maxlua *.c
  28. m brl.reflection *.c
  29. m brl.stringbuilder *.c *.h
  30. m brl.systemdefault *.c *.h
  31. m brl.threads *.m *.c
  32. m brl.math *.c *.h
  33. m brl.io *.c
  34. # bah modules - for bootstrap, etc
  35. #m bah.libarchive *.c bzip2 libarchive zlib
  36. #m bah.libcurl *.cpp src
  37. #m bah.format *.c
  38. #m bah.regex pcre
  39. #m bah.xz *.cpp src
  40. #m bah.mbedtls *.c mbedtls
  41. #m bah.libxml *.cpp src
  42. #m bah.libiconv *.cpp
  43. #m bah.libssh2 *.cpp src include_all include_unix include_win32
  44. # apps
  45. a bcc *.c *.h
  46. a bmk *.c *.bmk *.icns
  47. #a bootstrap *.txt