From 5e3db0aa83ac337ac53b9ebd1561472adfbabb41 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 2 Nov 2021 18:40:45 +0100 Subject: Updated some scripts paths NOTE: New raylib release installer uses `w64devkit`, smaller and more updated than regular `mingw64-w64` default project. Paths are updated properly. --- examples/raylib_compile_execute.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'examples/raylib_compile_execute.bat') diff --git a/examples/raylib_compile_execute.bat b/examples/raylib_compile_execute.bat index 4b356419..ddea6947 100644 --- a/examples/raylib_compile_execute.bat +++ b/examples/raylib_compile_execute.bat @@ -4,9 +4,9 @@ :: . :: > Setup required Environment :: ------------------------------------- -set RAYLIB_INCLUDE_DIR=C:\GitHub\raylib\src -set RAYLIB_LIB_DIR=C:\GitHub\raylib\src -set RAYLIB_RES_FILE=C:\GitHub\raylib\raylib.rc.data +set RAYLIB_INCLUDE_DIR=C:\raylib\src +set RAYLIB_LIB_DIR=C:\raylib\src +set RAYLIB_RES_FILE=C:\raylib\src\raylib.rc.data set COMPILER_DIR=C:\raylib\mingw\bin set PATH=%PATH%;%COMPILER_DIR% :: Get full filename path for input file %1 -- cgit v1.2.3