mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2025-02-17 01:11:36 +01:00
fix cbuild.bat and Version file location
Signed-off-by: Sergey Isakov <isakov-sl@bk.ru>
This commit is contained in:
parent
82aaf09e74
commit
371e80725e
30
cbuild.bat
30
cbuild.bat
@ -30,9 +30,9 @@ set DEVSTAGE=
|
|||||||
set IASL_PREFIX=c:\ASL\
|
set IASL_PREFIX=c:\ASL\
|
||||||
|
|
||||||
set DEFAULT_CYGWIN_HOME=c:\cygwin
|
set DEFAULT_CYGWIN_HOME=c:\cygwin
|
||||||
set DEFAULT_PYTHONHOME=d:\Program File\Python38
|
rem set DEFAULT_PYTHONHOME=d:\Program File\Python38
|
||||||
set DEFAULT_PYTHONPATH=d:\Program File\Python38\Lib
|
rem set DEFAULT_PYTHONPATH=d:\Program File\Python38\Lib
|
||||||
set DEFAULT_PYTHON_FREEZER_PATH=%PYTHON_HOME%\Scripts
|
rem set DEFAULT_PYTHON_FREEZER_PATH=%PYTHON_HOME%\Scripts
|
||||||
rem set "PYTHONHOME=d:\Program File\Python37"
|
rem set "PYTHONHOME=d:\Program File\Python37"
|
||||||
rem set "PYTHON_FREEZER_PATH=%PYTHONHOME%\Scripts"
|
rem set "PYTHON_FREEZER_PATH=%PYTHONHOME%\Scripts"
|
||||||
set PYTHON3_ENABLE=TRUE
|
set PYTHON3_ENABLE=TRUE
|
||||||
@ -113,18 +113,18 @@ rem # initialize
|
|||||||
if not defined CYGWIN_HOME (
|
if not defined CYGWIN_HOME (
|
||||||
set CYGWIN_HOME=%DEFAULT_CYGWIN_HOME%
|
set CYGWIN_HOME=%DEFAULT_CYGWIN_HOME%
|
||||||
)
|
)
|
||||||
if not defined PYTHONHOME (
|
rem if not defined PYTHONHOME (
|
||||||
set PYTHONHOME=%DEFAULT_PYTHONHOME%
|
rem set PYTHONHOME=%DEFAULT_PYTHONHOME%
|
||||||
)
|
rem )
|
||||||
if not defined PYTHON_HOME (
|
rem if not defined PYTHON_HOME (
|
||||||
set PYTHON_HOME=%PYTHONHOME%
|
rem set PYTHON_HOME=%PYTHONHOME%
|
||||||
)
|
rem )
|
||||||
if not defined PYTHON_PATH (
|
rem if not defined PYTHON_PATH (
|
||||||
set PYTHON_PATH=%PYTHON_HOME%
|
rem set PYTHON_PATH=%PYTHON_HOME%
|
||||||
)
|
rem )
|
||||||
if not defined PYTHON_FREEZER_PATH (
|
rem if not defined PYTHON_FREEZER_PATH (
|
||||||
set PYTHON_FREEZER_PATH=%DEFAULT_PYTHON_FREEZER_PATH%
|
rem set PYTHON_FREEZER_PATH=%DEFAULT_PYTHON_FREEZER_PATH%
|
||||||
)
|
rem )
|
||||||
if not defined NASM_PREFIX (
|
if not defined NASM_PREFIX (
|
||||||
set NASM_PREFIX=%DEFAULT_NASM_PREFIX%
|
set NASM_PREFIX=%DEFAULT_NASM_PREFIX%
|
||||||
)
|
)
|
||||||
|
@ -157,7 +157,7 @@
|
|||||||
Platform/StartupSound.cpp
|
Platform/StartupSound.cpp
|
||||||
Platform/sse3_patcher.h
|
Platform/sse3_patcher.h
|
||||||
Platform/sse3_5_patcher.h
|
Platform/sse3_5_patcher.h
|
||||||
Version.h
|
../Version.h
|
||||||
cpp_util/XStringW.h
|
cpp_util/XStringW.h
|
||||||
cpp_util/XStringW.cpp
|
cpp_util/XStringW.cpp
|
||||||
cpp_util/memory.cpp
|
cpp_util/memory.cpp
|
||||||
|
Loading…
Reference in New Issue
Block a user