kolibrios-gitea/programs/develop/clink
Andrew Dent 09cb62069d Fix EN typos
- Corrections for en_US language.
- Some whitespace sanitation.

git-svn-id: svn://kolibrios.org@10068 a494cfbc-eb01-0410-851d-a64ba20cac60
2024-05-30 20:45:33 +00:00
..
cdict Fix EN typos 2024-05-30 20:45:33 +00:00
cvec Add unexisted dependencies 2021-02-21 20:36:10 +00:00
epep [clink] Make it able to read and write more than 64k - 1 COFF relocation 2023-08-06 14:41:09 +00:00
test Add clink (COFF-to-COFF linker cpable of making DLLs for KolibriOS from several separated COFF objects) 2021-02-05 18:51:07 +00:00
.gitmodules Add clink (COFF-to-COFF linker cpable of making DLLs for KolibriOS from several separated COFF objects) 2021-02-05 18:51:07 +00:00
main.c [clink] Make it able to read and write more than 64k - 1 COFF relocation 2023-08-06 14:41:09 +00:00
README.txt [clink] Update README.txt 2021-10-16 22:04:42 +00:00
test.bat Add clink (COFF-to-COFF linker cpable of making DLLs for KolibriOS from several separated COFF objects) 2021-02-05 18:51:07 +00:00

Build:
  cc main.c

Use:
  clink [option]... [object file name]..."

Options:
  -o <outname>  Output into <outname>
  -v, --verbose Emit information logs
  -h, --help    Output such help and exit

GitHub orgin (if need update):
  https://github.com/mkostoevr/clink