mirror of https://github.com/flysand7/ciabatta.git
Remove user32.lib dependency
This commit is contained in:
parent
00c09a7195
commit
7893c5509a
|
@ -1 +1 @@
|
||||||
clang test\test_%test%.c -Iinc -g -luser32 -lkernel32 -lDbghelp -lciabatta.lib
|
clang test\test_%test%.c -Iinc -g -lkernel32 -lDbghelp -lciabatta.lib
|
2
readme
2
readme
|
@ -35,7 +35,7 @@ USAGE
|
||||||
For clang users: add the following flags to your compilation command:
|
For clang users: add the following flags to your compilation command:
|
||||||
-I <path/to/ciabatta/inc> -nostdlib -mfma
|
-I <path/to/ciabatta/inc> -nostdlib -mfma
|
||||||
Don't forget to link to the following libraries:
|
Don't forget to link to the following libraries:
|
||||||
-lciabatta.lib -luser32 -lkernel32 -lDbgHelp
|
-lciabatta.lib -lkernel32 -lDbgHelp
|
||||||
|
|
||||||
CONTRIBUTING
|
CONTRIBUTING
|
||||||
Pull requests are always welcome.
|
Pull requests are always welcome.
|
||||||
|
|
Loading…
Reference in New Issue