Hello,
When I want to add a new file into NK.BIN I add the line in Project.bib

FILES
; Name Path Memory
Type
; -------------- --------------------------------------------- ----------
-
test.bmp $(_FLATRELEASEDIR)\test.bmp NK S

But when I rebuild all the platform I loose the source file I've put in
PUBLIC\myprj\RelDir\Debug

How can I specify a deifferent and 'clear safe' source directory ?
TIA

/helix

Re: Project.bib question by Helge

Helge
Sat May 01 08:16:33 CDT 2004

Most components copy the output to the _FLATRELEASEDIR. That's why you find
$(_FLATRELEAESEDIR) in most samples.

Use any path you like. Their is no need to copy the file to _FLATRELEASEDIR
except you want to reload the file through Platformbuilder or EShell.

; Name Path Memory
Type
; -------------- --------------------------------------------- ----------
test.bmp C:\MyWorkingDir\test.bmp NK S

Helge


"Helix" <helix-no-spam@despammed.com> schrieb im Newsbeitrag
news:uf9iks2LEHA.1192@TK2MSFTNGP11.phx.gbl...
> Hello,
> When I want to add a new file into NK.BIN I add the line in Project.bib
>
> FILES
> ; Name Path Memory
> Type
>
-------------- --------------------------------------------- ----------
> -
> test.bmp $(_FLATRELEASEDIR)\test.bmp NK S
>
> But when I rebuild all the platform I loose the source file I've put in
> PUBLIC\myprj\RelDir\Debug
>
> How can I specify a deifferent and 'clear safe' source directory ?
> TIA
>
> /helix
>
>



Re: Project.bib question by Steve

Steve
Sat May 01 14:55:17 CDT 2004

You don't. You put the file into your platform or BSPs FILES directory and
it will be copied into the _FLATRELEASEDIR by the BUILDREL stage. BUILDREL
will clean out the current _FLATRELEASEDIR and copy in all the files as
needed.

--
Steve Maillet (eMVP)
EmbeddedFusion
smaillet_AT_EmbeddedFusion_DOT_com



Re: Project.bib question by Helix

Helix
Sun May 02 03:33:12 CDT 2004

> You don't. You put the file into your platform or BSPs FILES directory and
> it will be copied into the _FLATRELEASEDIR by the BUILDREL stage. BUILDREL
> will clean out the current _FLATRELEASEDIR and copy in all the files as
> needed.

But....
your answer don't answer to my question.

I tried Helge's suggestion and it works well.
Could you help me please ?
TIA

/helix



Re: Project.bib question by Helge

Helge
Sun May 02 10:41:03 CDT 2004

It depends. If you have insert a user component, the default BUILDREL stage
will copy the file to the _FLATRELEASEDIR. If you modify the BUILDREL stage
using platform settings or include it only in Project.BIB, there is no copy.

Helge

"Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> schrieb im
Newsbeitrag news:u76E%23Y7LEHA.3216@tk2msftngp13.phx.gbl...
> You don't. You put the file into your platform or BSPs FILES directory and
> it will be copied into the _FLATRELEASEDIR by the BUILDREL stage. BUILDREL
> will clean out the current _FLATRELEASEDIR and copy in all the files as
> needed.
>
> --
> Steve Maillet (eMVP)
> EmbeddedFusion
> smaillet_AT_EmbeddedFusion_DOT_com
>
>



Re: Project.bib question by Bruce

Bruce
Mon May 03 08:17:13 CDT 2004

So then, what is your question? I thought that Helge did answer your
question.

--
Bruce Eitman (eMVP)
Senior Engineer
Accelent Systems Inc.
www.accelent.com



Re: Project.bib question by Dean

Dean
Mon May 03 08:22:04 CDT 2004

Everything in the bsps FILES directory gets copied to the flat release
directory, no matter what. Steve's point is that you just make the file a
part of the BSP by putting it in the FILES directory, specify it using
_FLATRELEASEDIR in the bib file and it will just work.

--
Dean Ramsier - eMVP
Accelent Systems
http://www.accelent.com


"Helge Kruse" <Helge.Kruse-nospam@gmx.net> wrote in message
news:c734i2$32f$06$1@news.t-online.com...
> It depends. If you have insert a user component, the default BUILDREL
stage
> will copy the file to the _FLATRELEASEDIR. If you modify the BUILDREL
stage
> using platform settings or include it only in Project.BIB, there is no
copy.
>
> Helge
>
> "Steve Maillet (eMVP)" <nospam1@EntelechyConsulting.com> schrieb im
> Newsbeitrag news:u76E%23Y7LEHA.3216@tk2msftngp13.phx.gbl...
> > You don't. You put the file into your platform or BSPs FILES directory
and
> > it will be copied into the _FLATRELEASEDIR by the BUILDREL stage.
BUILDREL
> > will clean out the current _FLATRELEASEDIR and copy in all the files as
> > needed.
> >
> > --
> > Steve Maillet (eMVP)
> > EmbeddedFusion
> > smaillet_AT_EmbeddedFusion_DOT_com
> >
> >
>
>



Re: Project.bib question by Helix

Helix
Mon May 03 08:38:55 CDT 2004

> So then, what is your question? I thought that Helge did answer your
> question.

Yes indeed, Helge did answered well, thank you.
Please consider this thread solved.
Cheers

/helix