forked from KolibriOS/kolibrios
[clink] Update README.txt
git-svn-id: svn://kolibrios.org@9218 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0463411ffd
commit
fa72a8449e
@ -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)
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user