Skip to content

Commit

Permalink
better accessibility for windows buildscript
Browse files Browse the repository at this point in the history
  • Loading branch information
BitDragon256 committed Jun 14, 2024
1 parent eab1971 commit eefad97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildscript.cmd
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
g++ -std=c++17 main.cpp gfx\*.c gfx\*.h -I.\SDL2-2.26.4\x86_64-w64-mingw32\include -L.\SDL2-2.26.4\x86_64-w64-mingw32\lib -Wall -lmingw32 -lSDL2main -lSDL2 -I.\gfx -o maincc
.\maincc.exe
g++ -std=c++17 main.cpp gfx\*.c gfx\*.h -I.\SDL2\x86_64-w64-mingw32\include -L.\SDL2\x86_64-w64-mingw32\lib -Wall -lmingw32 -lSDL2main -lSDL2 -I.\gfx -o maincc
.\maincc.exe

0 comments on commit eefad97

Please sign in to comment.