kolibrios-fun/programs/develop/clink
Magomed Kostoev (mkostoevr) c28876a891 clink: Remove unuseful binary file
git-svn-id: svn://kolibrios.org@8639 a494cfbc-eb01-0410-851d-a64ba20cac60
2021-03-06 15:10: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 Add missing file for testing 2021-02-22 08:24:55 +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] Return zero (success) 2021-03-01 17:26:41 +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)