|
|
|
@ -1,4 +1,5 @@ |
|
|
|
|
@echo off |
|
|
|
|
@echo off |
|
|
|
|
REM -------------------------------------------------------------------- |
|
|
|
|
REM This program is free software: you can redistribute it and/or modify |
|
|
|
|
REM it under the terms of the GNU General Public License as published by |
|
|
|
@ -14,8 +15,6 @@ REM You should have received a copy of the GNU General Public License |
|
|
|
|
REM along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
|
|
|
REM --------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
GOTO EXIT |
|
|
|
|
|
|
|
|
|
set SCRIPT_PATH=%~dp0 |
|
|
|
|
set PROJECT_ROOT=%SCRIPT_PATH%\..\.. |
|
|
|
|
|
|
|
|
|