diff options
| author | Ray <[email protected]> | 2021-11-02 18:40:45 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2021-11-02 18:40:45 +0100 |
| commit | 5e3db0aa83ac337ac53b9ebd1561472adfbabb41 (patch) | |
| tree | 0ccd6eb5d9c94e13a45482f530a923e940b32ad9 /projects/Geany/raylib_compile_execute.bat | |
| parent | fadef24b626fc5811d1d4015fed90fdba315f977 (diff) | |
| download | raylib-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 'projects/Geany/raylib_compile_execute.bat')
| -rw-r--r-- | projects/Geany/raylib_compile_execute.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/projects/Geany/raylib_compile_execute.bat b/projects/Geany/raylib_compile_execute.bat index 09783383..b99740c4 100644 --- a/projects/Geany/raylib_compile_execute.bat +++ b/projects/Geany/raylib_compile_execute.bat @@ -2,7 +2,8 @@ :: > Setup required Environment :: ------------------------------------- set RAYLIB_DIR=C:\raylib -set PATH=%PATH%;%RAYLIB_DIR%\mingw\bin +set COMPILER_DIR=C:\raylib\mingw\bin +set PATH=%PATH%;%COMPILER_DIR% set FILE_NAME=%1 set NAME_PART=%FILE_NAME:~0,-2% cd %~dp0 |
