jf, pam*,pbmtosunicon, pcdovtoppm, pngtopam, pnm*, ruff-*, sunicontopnm: add Dutch translation, pcdovtoppm: fix typo (#12878)

* jf, pam*,pbmtosunicon, pcdovtoppm, pngtopam, pnm*, ruff-*, sunicontopnm: add Dutch translation

* pamfix, pages.nl/*: fix and translate typo's

* pamfix, pamfile: fix typos
This commit is contained in:
Sebastiaan Speck
2024-06-03 13:02:46 +02:00
committed by GitHub
parent e567dc6833
commit 50937f1c75
42 changed files with 470 additions and 17 deletions

View File

@@ -5,15 +5,15 @@
- Meerdere bronbestanden compileren in een uitvoerbaar bestand:
`gcc {{pad/naar/source1.c pad/naar/source2.c ...}} -o {{pad/naar/output_executable}}`
`gcc {{pad/naar/source1.c pad/naar/source2.c ...}} -o {{pad/naar/uitvoer_executable}}`
- Toon gemeenschappelijke waarschuwingen, foutopsporingssymbolen in output en optimaliseer zonder debuggen te beïnvloeden:
`gcc {{pad/naar/bron.c}} -Wall -g -Og -o {{pad/naar/output_executable}}`
`gcc {{pad/naar/bron.c}} -Wall -g -Og -o {{pad/naar/uitvoer_executable}}`
- Neem bibliotheken op vanuit een ander pad:
`gcc {{pad/naar/bron.c}} -o {{pad/naar/output_executable}} -I{{pad/naar/header}} -L{{pad/naar/library}} -l{{library_name}}`
`gcc {{pad/naar/bron.c}} -o {{pad/naar/uitvoer_executable}} -I{{pad/naar/header}} -L{{pad/naar/library}} -l{{library_name}}`
- Compileer broncode naar Assembler instructies: