mpv: fix typo, common/m*: add and update Korean translation (#14664)

* common/m*: add and update Korean translation

* mpv: fix typo
This commit is contained in:
코드싸이
2024-11-07 09:27:03 +09:00
committed by GitHub
parent cf45a79e8d
commit feb91d75ea
122 changed files with 2819 additions and 17 deletions

16
pages.ko/common/mcs.md Normal file
View File

@@ -0,0 +1,16 @@
# mcs
> Mono C# 컴파일러.
> 더 많은 정보: <https://manned.org/mcs.1>.
- 지정된 파일 컴파일:
`mcs {{경로/대상/입력_파일1.cs 경로/대상/입력_파일2.cs ...}}`
- 출력 프로그램 이름 지정:
`mcs -out:{{경로/대상/파일.exe}} {{경로/대상/입력_파일1.cs 경로/대상/입력_파일2.cs ...}}`
- 출력 프로그램 유형 지정:
`mcs -target:{{exe|winexe|library|module}} {{경로/대상/입력_파일1.cs 경로/대상/입력_파일2.cs ...}}`