OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PYTHON_FREEZER_PATH
(Results
1 - 5
of
5
) sorted by null
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/
Makefile
14
!IFNDEF
PYTHON_FREEZER_PATH
15
!ERROR
PYTHON_FREEZER_PATH
must be defined!
18
FREEZE=$(
PYTHON_FREEZER_PATH
)\FreezePython.exe
/device/linaro/bootloader/edk2/BaseTools/
toolsetup.bat
320
if not defined
PYTHON_FREEZER_PATH
(
322
echo !!! WARNING !!!
PYTHON_FREEZER_PATH
environment variable is not set.
334
if defined
PYTHON_FREEZER_PATH
(
335
echo
PYTHON_FREEZER_PATH
= %
PYTHON_FREEZER_PATH
%
369
if defined
PYTHON_FREEZER_PATH
(
/device/linaro/bootloader/edk2/BaseTools/Scripts/
ShowEnvironment.bat
55
@if defined
PYTHON_FREEZER_PATH
@echo
PYTHON_FREEZER_PATH
= %
PYTHON_FREEZER_PATH
%
/device/linaro/bootloader/edk2/BaseTools/Source/Python/
Makefile
18
!IFDEF
PYTHON_FREEZER_PATH
19
!IF EXIST ($(
PYTHON_FREEZER_PATH
)\cxfreeze)
21
FREEZE=$(PYTHON_HOME)\python $(
PYTHON_FREEZER_PATH
)\cxfreeze
23
!ERROR
PYTHON_FREEZER_PATH
does not exist!
260
!IFDEF
PYTHON_FREEZER_PATH
265
@echo !!! WARNING !!!
PYTHON_FREEZER_PATH
is not set.
/device/linaro/bootloader/edk2/
Edk2Setup.bat
10
@REM BASE_TOOLS_PATH,
PYTHON_FREEZER_PATH
, PYTHONPATH
490
@if not defined
PYTHON_FREEZER_PATH
(
492
@set "
PYTHON_FREEZER_PATH
=%PYTHONHOME%\Scripts"
518
@set
PYTHON_FREEZER_PATH
=
538
@set
PYTHON_FREEZER_PATH
=
Completed in 77 milliseconds