downloaded xml
This commit is contained in:
parent
1e94859edb
commit
59357c9def
2 changed files with 54 additions and 2 deletions
|
|
@ -8,4 +8,4 @@ goto compile
|
|||
mkdir %~dp0build
|
||||
|
||||
:compile
|
||||
clang++ src/main.cpp -I includes/curl -L libs/curl/lib -lcurl -DCURL_STATICLIB -DWIN32_LEAN_AND_MEAN -o %outputdir%\micro.exe -g -gcodeview -O0 -Wl,-pdb=
|
||||
clang++ src/main.cpp -I includes/curl -L libs/curl/lib -L libs/curl/bin -lcurl-x64 -lssl -DWIN32_LEAN_AND_MEAN -o %outputdir%\micro.exe -g -gcodeview -O0 -Wall -Wextra -Wl,-pdb=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue