summaryrefslogtreecommitdiffhomepage
path: root/examples/raylib_makefile_example.bat
diff options
context:
space:
mode:
authorRay <[email protected]>2021-11-02 18:40:45 +0100
committerRay <[email protected]>2021-11-02 18:40:45 +0100
commit5e3db0aa83ac337ac53b9ebd1561472adfbabb41 (patch)
tree0ccd6eb5d9c94e13a45482f530a923e940b32ad9 /examples/raylib_makefile_example.bat
parentfadef24b626fc5811d1d4015fed90fdba315f977 (diff)
downloadraylib-5e3db0aa83ac337ac53b9ebd1561472adfbabb41.tar.gz
raylib-5e3db0aa83ac337ac53b9ebd1561472adfbabb41.zip
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.
Diffstat (limited to 'examples/raylib_makefile_example.bat')
-rw-r--r--examples/raylib_makefile_example.bat6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/raylib_makefile_example.bat b/examples/raylib_makefile_example.bat
index f5b77d6c..83fa06e1 100644
--- a/examples/raylib_makefile_example.bat
+++ b/examples/raylib_makefile_example.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%
set FILENAME=%1