mirror of https://github.com/flysand7/ciabatta.git
rename some files
This commit is contained in:
parent
82b24b4dcd
commit
9c643bd0a8
|
@ -8,6 +8,6 @@ windres -o utf8.obj utf8.rc
|
|||
nasm src\os_win\chkstk.asm -ochkstk.o -fwin64
|
||||
|
||||
:: Compile the rest of the party
|
||||
clang -Wall src\ciabatta.c -o ciabatta.obj -c -DCIABATTA_WIN -I src -I inc -nodefaultlibs -g -mfma
|
||||
clang -Wall src\ciabatta.c -o ciabatta.obj -c -DCIABATTA_WIN -I src -I include -nodefaultlibs -g -mfma
|
||||
rem cuik src\ciabatta.c -o ciabatta.obj -c -DCIABATTA_WIN -I src -I inc -nostdlib
|
||||
lib /nologo /out:ciabatta.lib chkstk.o utf8.obj ciabatta.obj
|
8
readme
8
readme
|
@ -51,11 +51,11 @@ have been compiled and tested with is clang.
|
|||
Note that the library can only be used with clang
|
||||
1. Run bake.cmd to compile ciabatta
|
||||
2. Grab the following files into your project's directory:
|
||||
- The inc folder
|
||||
- The ciabatta.lib archive file
|
||||
- The utf8.obj object file
|
||||
- The ./include folder
|
||||
- The ./ciabatta.lib archive file
|
||||
- The ./utf8.obj object file
|
||||
3. Add the following flags to your compilation command:
|
||||
-I inc utf8.obj -nostdlib -mfma
|
||||
-I ./include utf8.obj -nostdlib -mfma
|
||||
4. Don't forget to link to the following libraries:
|
||||
-lciabatta.lib
|
||||
|
||||
|
|
Loading…
Reference in New Issue