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.
This commit is contained in:
Ray 2021-11-02 18:40:45 +01:00
parent fadef24b62
commit 5e3db0aa83
9 changed files with 19 additions and 17 deletions

View file

@ -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

View file

@ -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