Skip to content

Commit

Permalink
Update CrashReporter and Updater to SDL-2.28.1 and curl-8.2.0_1
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Loison committed Jul 22, 2023
1 parent 5bfa773 commit ba3ebea
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Installation/CrashReporter/CrashReporter.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<Option compiler="gcc" />
<Compiler>
<Add option="-g" />
<Add directory="LIBS/curl-7.88.1-win64-mingw/include" />
<Add directory="LIBS/curl-8.2.0_1-win64-mingw/include" />
</Compiler>
<Linker>
<Add option="-lcurl" />
<Add directory="LIBS/curl-7.88.1-win64-mingw/lib" />
<Add directory="LIBS/curl-8.2.0_1-win64-mingw/lib" />
</Linker>
</Target>
<Target title="Release">
Expand Down
10 changes: 5 additions & 5 deletions Installation/Updater/Updater.cbp
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
<Option compiler="gcc" />
<Option projectCompilerOptionsRelation="-1" />
<Compiler>
<Add directory="LIBS/SDL2-2.26.5/x86_64-w64-mingw32/include" />
<Add directory="LIBS/SDL2-2.28.1/x86_64-w64-mingw32/include" />
<Add directory="LIBS/SDL2_image-2.6.3/x86_64-w64-mingw32/include" />
<Add directory="LIBS/SDL2-2.26.5/x86_64-w64-mingw32/include/SDL2" />
<Add directory="LIBS/SDL2-2.28.1/x86_64-w64-mingw32/include/SDL2" />
<Add directory="LIBS/SDL2_ttf-2.0.15/x86_64-w64-mingw32/include" />
<Add directory="LIBS/curl-8.0.1_4-win64-mingw/include" />
<Add directory="LIBS/curl-8.2.0_1-win64-mingw/include" />
</Compiler>
<Linker>
<Add option="-lmingw32" />
Expand All @@ -28,9 +28,9 @@
<Add option="-lcurl" />
<Add option="-lopengl32" />
<Add option="-lglu32" />
<Add directory="LIBS/SDL2-2.26.5/x86_64-w64-mingw32/lib" />
<Add directory="LIBS/SDL2-2.28.1/x86_64-w64-mingw32/lib" />
<Add directory="LIBS/SDL2_ttf-2.0.15/x86_64-w64-mingw32/lib" />
<Add directory="LIBS/curl-8.0.1_4-win64-mingw/lib" />
<Add directory="LIBS/curl-8.2.0_1-win64-mingw/lib" />
<Add directory="LIBS/SDL2_image-2.6.3/x86_64-w64-mingw32/lib" />
</Linker>
<MakeCommands>
Expand Down

0 comments on commit ba3ebea

Please sign in to comment.