|
@ -25,8 +25,8 @@ cmd /c if exist %NAMEPART%.exe del /F %NAMEPART%.exe |
|
|
:: -std=c99 : Use C99 language standard |
|
|
:: -std=c99 : Use C99 language standard |
|
|
:: -Wall : Enable all compilation Warnings |
|
|
:: -Wall : Enable all compilation Warnings |
|
|
:: -mwindows : Compile a Windows executable, no cmd window |
|
|
:: -mwindows : Compile a Windows executable, no cmd window |
|
|
gcc -o %NAMEPART%.exe %FILENAME% %RAYLIB_RES_FILE% -s -O2 -I%RAYLIB_INCLUDE_DIR% -I%RAYLIB_LIB_DIR% -lraylib -lopengl32 -lgdi32 -lwinmm -std=c99 -Wall -mwindows |
|
|
|
|
|
|
|
|
gcc -o %NAMEPART%.exe %FILENAME% %RAYLIB_RES_FILE% -s -O2 -I%RAYLIB_INCLUDE_DIR% -L%RAYLIB_LIB_DIR% -lraylib -lopengl32 -lgdi32 -lwinmm -std=c99 -Wall -mwindows |
|
|
:: . |
|
|
:: . |
|
|
:: > Executing program |
|
|
:: > Executing program |
|
|
:: ------------------------- |
|
|
:: ------------------------- |
|
|
cmd /c if exist %NAMEPART%.exe %NAMEPART%.exe |
|
|
|
|
|
|
|
|
cmd /c if exist %NAMEPART%.exe %NAMEPART%.exe |