mirror of
https://github.com/raysan5/raylib.git
synced 2026-01-22 07:09:18 -05:00
Typos: section ``Release:``: gcc -s -o obj\Debug\$(output) $(files) \ rewrited to gcc -s -o obj/Release/$(output) $(files) \
@ -25,7 +25,7 @@ Debug:
|
|||||||
-std=c99 -Wl,-allow-multiple-definition -Wl,--subsystem,windows -Wall
|
-std=c99 -Wl,-allow-multiple-definition -Wl,--subsystem,windows -Wall
|
||||||
|
|
||||||
Release:
|
Release:
|
||||||
gcc -s -o obj\Debug\$(output) $(files) \
|
gcc -s -o obj/Release/$(output) $(files) \
|
||||||
c:/raylib/raylib/raylib_icon \
|
c:/raylib/raylib/raylib_icon \
|
||||||
-Ic:/raylib/raylib/src \
|
-Ic:/raylib/raylib/src \
|
||||||
-Lc:/raylib/MinGW/bin \
|
-Lc:/raylib/MinGW/bin \
|
||||||
|
|||||||
Reference in New Issue
Block a user