kolibrios/programs/develop/clink
Magomed Kostoev (mkostoevr) abe070e442 [clink] Show undefined symbols
git-svn-id: svn://kolibrios.org@8959 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-06-28 18:09:04 +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] Show undefined symbols 2021-06-28 18:09:04 +00:00
README.md 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
README.txt 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
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

clink

Very simple (yet?) COFF to COFF linker. Merges several COFF files into one. Only works for dependency-less objects yet (designed exclusively for linking objects into KolibriOS COFF library).

Development process (in Russian)