# EditorConfig: http://EditorConfig.org # top-most EditorConfig file root = true # General settings [*] end_of_line = lf insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true # Source code files [*.{c,cxx,cpp,h,hxx,hpp,java,m,mm,py,swift,xsl}] indent_style = space indent_size = 4 # Makefiles [{Makefile,*.mk}] indent_style = tab trim_trailing_whitespace = false # Patch files [*.patch.*] trim_trailing_whitespace = false /cgit/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/static/Module_static.mk
AgeCommit message (Expand)Author
2024-01-25Let embindmaker also generate a .js file with more natural namesStephan Bergmann
2024-01-21Extract embindmaker from cppumaker into its own toolStephan Bergmann
2022-11-29Don't build the Qt5 Mandelbrot demos unless we have Qt5Tor Lillqvist
2022-01-19WASM merge wasm-qt into static moduleJan-Marek Glogowski
2022-01-19WASM create and link the Emscripten FS imageJan-Marek Glogowski
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski