[clink] Update README.txt

git-svn-id: svn://kolibrios.org@9218 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
Magomed Kostoev (mkostoevr) 2021-10-16 22:04:42 +00:00
parent 0463411ffd
commit fa72a8449e
2 changed files with 13 additions and 6 deletions

View File

@ -1,5 +0,0 @@
# 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](https://www.youtube.com/playlist?list=PLVMOfciBdLI6BPovPgfVZ9bNuwbXetRc9) (in Russian)

View File

@ -1 +1,13 @@
Checkout the latest version from https://github.com/mkostoevr/clink
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