Re: question: environment in workspace and platform.bat
- From: Nicolas <Nicolas@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 15 Jun 2007 10:27:01 -0700
you mean the environment in workspace is set after *.bat in BSP??
maybe I need to check is there any other *.bat file for me to judge.
thank you
"Bruce Eitman [eMVP]" wrote:
That sounds more like a description of *how* you are trying to solve.
something rather than *what* you are trying to solve.
With so little to go on, the best I can recommend is that you add some items
to your catalog file and use them to set your variables.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"Nicolas" <Nicolas@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:AC5E2CB4-4BB0-49F2-847F-DFC25431D7D5@xxxxxxxxxxxxxxxx
Bruce, thank you
we have 6 workspaces but want to use one BSP, we want to use the
environment
in workspace to control BSP, for example, I set the different value in
IDE->setting->environment ENTER_CE=1, in BSP *.bat to judge this value and
set some other environment, such as if "%ENTER_CE%"=="1" set VERSION=1. if
so, we only use workspace to build different the image with the same BSP.
"Bruce Eitman [eMVP]" wrote:
Your platform.bat runs *before* the other environment variables are set.
If
we knew what you are trying to accomplish with the variables we might be
able to offer advice.
--
Bruce Eitman (eMVP)
Senior Engineer
beitman AT applieddata DOT net
Applied Data Systems
www.applieddata.net
An ISO 9001:2000 Registered Company
Microsoft WEP Gold-level Member
"Nicolas" <Nicolas@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:DB2C7FB0-A6D0-4540-B723-77798DEF5BEA@xxxxxxxxxxxxxxxx
Dear all,
I have set a environment in PB IDE->setting->environment, such as
ENTER_CE=1
and I add a judge in platform.bat such as if "%ENTER_CE%"=="1" set
VERSION=1,
but I found this is no effect, VERSION can't be set to 1. why??
from this issue, I want to know, ENTER_CE=1 I set in PB IDE, PB how to
know
this value is been set?
- Follow-Ups:
- Re: question: environment in workspace and platform.bat
- From: Bruce Eitman [eMVP]
- Re: question: environment in workspace and platform.bat
- References:
- Re: question: environment in workspace and platform.bat
- From: Bruce Eitman [eMVP]
- Re: question: environment in workspace and platform.bat
- From: Bruce Eitman [eMVP]
- Re: question: environment in workspace and platform.bat
- Prev by Date: Re: Change time for DST - Please help
- Next by Date: Re: question: environment in workspace and platform.bat
- Previous by thread: Re: question: environment in workspace and platform.bat
- Next by thread: Re: question: environment in workspace and platform.bat
- Index(es):
Relevant Pages
|