Re: Including .h files in SDK automatically

From: Henrik (slaskhenrik_at_gmail.com)
Date: 02/25/05


Date: 25 Feb 2005 01:45:53 -0800

Thanks.

Bruce Eitman (eMVP) wrote:
> There are probably other ways, but one way would be to copy the files
to the
> SDK folder when you build:
>
> In sources add:
>
> WINCETARGETFILES=CopyFilesToSDK
>
> Add a makefile.inc to the folder:
>
> CopyFilesToSDK:
> if not EXIST $(_PROJECTSDKROOT)\Inc mkdir $(_PROJECTSDKROOT)\Inc
> xcopy /I /D /Q <Your Head File(s)> $(_PROJECTSDKROOT)\Inc >
nul
> if not EXIST $(_PROJECTSDKROOT)\Lib mkdir $(_PROJECTSDKROOT)\Lib
> xcopy /I /D /Q <Your Lib File(s)> $(_PROJECTSDKROOT)\Lib >
nul
>
>
> --
> 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
>
>
> "Henrik" <slaskhenrik@gmail.com> wrote in message
> news:1109237269.032686.122040@g14g2000cwa.googlegroups.com...
> > How do I make my feature copy files into the project's sdk
directory? I
> > want, for example, the header file with the API to my custom driver
to
> > be included when generating the SDK (if the feature has been added
to
> > the platform). The simple way (which i have been using up until
now) is
> > to manually add the files in the SDK configuration, but I would
like
> > the features to manage themselves in this respect.
> >
> > Henrik
> >



Relevant Pages

  • Re: Help!
    ... I've done this and rebuilt the OS and SDK. ... > "Bruce Eitman (eMVP)" wrote: ... >> beitman AT applieddata DOT net ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Including Header Files In SDK
    ... Bruce Eitman (eMVP) ... beitman AT applieddata DOT net ... an SDK using the WINCETARGETFILES sources macro and a "makefile.inc". ...
    (microsoft.public.windowsce.platbuilder)
  • Re: eVC++ : unresolved external symbol _acmFormatSuggest : where are the libs containing ACM functio
    ... Bruce Eitman (eMVP) ... beitman AT applieddata DOT net ... I use Embedded Visual c++ 4 to recompile for Pocket PC (Target is ... Pocket PC SDK. ...
    (microsoft.public.windowsce.embedded)
  • Re: Help!
    ... Then do you have an idea why it doesn't appear to be included in the SDK? ... "Bruce Eitman (eMVP)" wrote: ... >> I don't know if this helps, but after adding the MFC support to the OS and ...
    (microsoft.public.windowsce.embedded.vc)
  • Re: Including .h files in SDK automatically
    ... SDK folder when you build: ... "Henrik" wrote in message ... > How do I make my feature copy files into the project's sdk directory? ... > be included when generating the SDK (if the feature has been added to> the platform). ...
    (microsoft.public.windowsce.platbuilder)