Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 9218 → Rev 9217

/programs/develop/clink/README.md
0,0 → 1,5
# 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)
/programs/develop/clink/README.txt
1,13 → 1,0
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
Checkout the latest version from https://github.com/mkostoevr/clink