Advertisement
Gamecodeur

build SDL2

Oct 24th, 2022 (edited)
1,196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Batch 0.19 KB | None | 0 0
  1. del .\bin\monprogramme.exe
  2. gcc -g src/main.c src/gc2d/gc2d_graphics.c -Iinclude -Llib -lmingw32 -lSDL2main -lSDL2 -lSDL2_image -mconsole -o bin/monprogramme
  3. cd .\bin
  4. .\monprogramme.exe
  5. cd ..
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement