Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit52be7db

Browse files
committed
Add meson.build.
1 parent497b751 commit52be7db

File tree

3 files changed

+29
-0
lines changed

3 files changed

+29
-0
lines changed

‎copyright‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ License: CC-BY-SA-4.0
1818
Comment: This file is derived from https://github.com/naev/naev/blob/main/po/its/translation.loc.
1919

2020
Files:
21+
meson.build
2122
po/LINGUAS
2223
po/POTFILES.in
24+
po/meson.build
2325
Copyright: © 2023 OOTA, Masato
2426
License: CC0-1.0
2527

‎meson.build‎

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Build settings for Unit Test of prec_ctrl.
2+
# Copyright © 2023 OOTA, Masato
3+
# This is published under CC0 1.0.
4+
# For more information, see CC0 1.0 Universal (CC0 1.0) at <https://creativecommons.org/publicdomain/zero/1.0/legalcode>.
5+
6+
project('easy_mapping_mod','c',
7+
default_options: [
8+
],
9+
license:'GPL-3.0-or-later',
10+
# license_files: ['../LICENSE'],
11+
)
12+
13+
subdir('po')

‎po/meson.build‎

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Build settings for Unit Test of prec_ctrl.
2+
# Copyright © 2023 OOTA, Masato
3+
# This is published under CC0 1.0.
4+
# For more information, see CC0 1.0 Universal (CC0 1.0) at <https://creativecommons.org/publicdomain/zero/1.0/legalcode>.
5+
6+
i18n=import('i18n')
7+
8+
i18n.gettext('easy_mapping_mod',
9+
args: [
10+
'--from-code=utf-8',
11+
],
12+
data_dirs: [meson.current_source_dir()],
13+
install_dir:meson.project_source_root()/'gettext',
14+
)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp