Hi,
I try to put this code in the file
wince600\platform\"My_Platform"\My_platform.bat:
if "%WINCEDEBUG%"=="debug" set BSP_LAN=
if "%WINCEDEBUG%"=="retail" set BSP_LAN=1
Then I go to VS.NET 2005 and change between debug and release version, open
a console with "Build-> Open Release directory in build window", in that
console make a set BSP, but in the listed variables, the BSP_LAN does not
have the correct value according to the debug/release version selected from
Visual Studio 2005.
Does anybody see anything wrong with this?
Thanks for your helps.
Regards.