Skip to content
GitLab
Explorer
Connexion
Navigation principale
Rechercher ou aller à…
Projet
lektor
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
Kubat
lektor
Validations
5457e21c
Vérifiée
Valider
5457e21c
rédigé
5 years ago
par
Kubat
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
Fit in one screen
parent
f9c54f36
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion
!75
Resolve "Stickers in lkt"
Modifications
1
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
1 fichier modifié
meson.build
+15
-14
15 ajouts, 14 suppressions
meson.build
avec
15 ajouts
et
14 suppressions
meson.build
+
15
−
14
Voir le fichier @
5457e21c
...
@@ -82,20 +82,21 @@ mthread_deps = [ declare_dependency( link_with: static_library( 'mthread'
...
@@ -82,20 +82,21 @@ mthread_deps = [ declare_dependency( link_with: static_library( 'mthread'
,
include_directories
:
includes
,
include_directories
:
includes
,
dependencies
:
[
common_deps
]
)
]
,
dependencies
:
[
common_deps
]
)
]
generated_deps
=
[
declare_dependency
(
link_with
:
static_library
(
'generated'
generated_deps
=
[
declare_dependency
(
,
[
custom_target
(
'sqlinit'
link_with
:
static_library
(
'generated'
,
output
:
'sqlinit.c'
,
[
custom_target
(
'sqlinit'
,
input
:
'src/database/disk.sql'
,
output
:
'sqlinit.c'
,
command
:
[
find_program
(
'xxd'
),
'-i'
,
'@INPUT@'
,
'@OUTPUT@'
]
)
]
,
input
:
'src/database/disk.sql'
,
[
custom_target
(
'sqlmemory'
,
command
:
[
find_program
(
'xxd'
),
'-i'
,
'@INPUT@'
,
'@OUTPUT@'
]
)
]
,
output
:
'sqlmemory.c'
,
[
custom_target
(
'sqlmemory'
,
input
:
'src/database/memory.sql'
,
output
:
'sqlmemory.c'
,
command
:
[
find_program
(
'xxd'
),
'-i'
,
'@INPUT@'
,
'@OUTPUT@'
]
)
]
,
input
:
'src/database/memory.sql'
,
[
custom_target
(
'manpath'
,
command
:
[
find_program
(
'xxd'
),
'-i'
,
'@INPUT@'
,
'@OUTPUT@'
]
)
]
,
output
:
'manpath.c'
,
[
custom_target
(
'manpath'
,
input
:
'meson.build'
,
output
:
'manpath.c'
,
command
:
[
find_program
(
'sh'
),
'-c'
,
'echo
\'
const char *man_executable_path = "
\'
"$(which man)"
\'
";
\'
> @OUTPUT@'
]
)
]
)
,
input
:
'meson.build'
)
]
,
command
:
[
find_program
(
'sh'
),
'-c'
,
'echo
\'
const char *man_executable_path = "
\'
"$(which man)"
\'
";
\'
> @OUTPUT@'
]
)
]
)
)
]
lib
=
static_library
(
'lektor'
lib
=
static_library
(
'lektor'
,
files
(
core_sources
)
,
files
(
core_sources
)
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter