diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/raylib_compile_execute.bat | 6 | ||||
| -rw-r--r-- | examples/raylib_makefile_example.bat | 6 |
2 files changed, 6 insertions, 6 deletions
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 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 |
