summaryrefslogtreecommitdiffhomepage
path: root/examples/raylib_compile_execute.bat
diff options
context:
space:
mode:
authorRay <[email protected]>2021-12-03 15:39:46 +0100
committerGitHub <[email protected]>2021-12-03 15:39:46 +0100
commit48d4806e531e721d73995d61bfceaaeb955fd526 (patch)
tree29e8b97f06e07e3659b31b9cb18f7a0cddd445c2 /examples/raylib_compile_execute.bat
parent930941e85ec4678da3bdaab992fc182e1b8500ba (diff)
downloadraylib-48d4806e531e721d73995d61bfceaaeb955fd526.tar.gz
raylib-48d4806e531e721d73995d61bfceaaeb955fd526.zip
Update raylib_compile_execute.bat
Diffstat (limited to 'examples/raylib_compile_execute.bat')
-rw-r--r--examples/raylib_compile_execute.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/raylib_compile_execute.bat b/examples/raylib_compile_execute.bat
index ddea6947..59a25fc5 100644
--- a/examples/raylib_compile_execute.bat
+++ b/examples/raylib_compile_execute.bat
@@ -25,8 +25,8 @@ 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
:: -------------------------
-cmd /c if exist %NAMEPART%.exe %NAMEPART%.exe \ No newline at end of file
+cmd /c if exist %NAMEPART%.exe %NAMEPART%.exe