kolibrios/programs/develop/clink
Magomed Kostoev (mkostoevr) b5163461dc [clink] Make it compile by GCC
git-svn-id: svn://kolibrios.org@9220 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-10-17 09:33:01 +00:00
..
cdict Add one more clink's dependency 2021-02-22 08:19:58 +00:00
cvec Add unexisted dependencies 2021-02-21 20:36:10 +00:00
epep [clink] Verify input files 2021-06-26 23:24:45 +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 compile by GCC 2021-10-17 09:33:01 +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