Update raylib_compile_execute.bat
This commit is contained in:
parent
930941e85e
commit
48d4806e53
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ cmd /c if exist %NAMEPART%.exe del /F %NAMEPART%.exe
|
|||
:: -std=c99 : Use C99 language standard
|
||||
:: -Wall : Enable all compilation Warnings
|
||||
:: -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
|
||||
:: -------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue