Remove user32.lib dependency

This commit is contained in:
bumbread 2022-07-30 17:01:57 +11:00
parent 00c09a7195
commit 7893c5509a
2 changed files with 2 additions and 2 deletions

View File

@ -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
View File

@ -35,7 +35,7 @@ USAGE
For clang users: add the following flags to your compilation command:
-I <path/to/ciabatta/inc> -nostdlib -mfma
Don't forget to link to the following libraries:
-lciabatta.lib -luser32 -lkernel32 -lDbgHelp
-lciabatta.lib -lkernel32 -lDbgHelp
CONTRIBUTING
Pull requests are always welcome.