Logo
Explore Help
Register Sign In
deepend/zoitechat
1
0
Fork 0
You've already forked zoitechat
mirror of https://github.com/ZoiteChat/zoitechat.git synced 2026-03-10 16:00:18 +00:00
Code Issues Packages Projects Releases Wiki Activity
Files
3dc18ff6fbe550c113d44df9b313d23ed965fdfc
zoitechat/plugins/exec/meson.build

7 lines
143 B
Meson
Raw Normal View History

build: Replace Autotools with Meson Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2016-12-13 16:12:03 -05:00
shared_module('exec', 'exec.c',
dependencies: hexchat_plugin_dep,
install: true,
meson: Fix exported functions in plugins This adds DEF file names in meson. Without the DEF files, every functions are exproted from plugins.
2022-01-21 12:11:19 +05:30
install_dir: plugindir,
vs_module_defs: 'exec.def',
build: Replace Autotools with Meson Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
2016-12-13 16:12:03 -05:00
)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 25ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API

Service Provided by tilde.club.