http://geekswithblogs.net/BruceEitman/archive/2008/05/08/windows-ce-platform-bui
lder--automatically-putting-files-in-the.aspx
The SDK is not created during SYSGEN, it is created when you click someplace
(not looking right now) and create the SDK. So anytime between SYSGEN and
building the SDK, you can do whatever you want to do.

Signature
Bruce Eitman (eMVP)
Senior Engineer
Bruce.Eitman AT EuroTech DOT com
My BLOG http://geekswithblogs.net/bruceeitman
EuroTech Inc.
www.EuroTech.com
> Hello,
>
[quoted text clipped - 30 lines]
>
> Thanks.
User_Anony - 26 Jul 2008 13:11 GMT
Hello Bruce,
Thank you. It seems its what I need.
Could you pls tell me where I can find the SOURCEs file to modify as you
mention in the link?
TARGETNAME=MyDll
TARGETTYPE=DYNLINK
DEFFILE=$(TARGETNAME).def
TARGETLIBS= \
$(_COMMONSDKROOT)\lib\$(_CPUINDPATH)\coredll.lib
SOURCES=MyDll.c
Thanks,
--------------------------------------------------------------------------------
> http://geekswithblogs.net/BruceEitman/archive/2008/05/08/windows-ce-platform-bui
lder--automatically-putting-files-in-the.aspx
>
[quoted text clipped - 36 lines]
> >
> > Thanks.
User_Anony - 26 Jul 2008 13:22 GMT
Bruce,
Never mind. I found the SOURCES (was looking in the wrong drive!)
But I hv another question:
If I have a lib called mylib.lib and a header file (exporting funcs) called
mylib.h,
how do I add these to my SOURCES. The example you cite is for a DLL, and I
couldn't follow the same for adding a lib. Could you pls show me?
Thanks,
> http://geekswithblogs.net/BruceEitman/archive/2008/05/08/windows-ce-platform-bui
lder--automatically-putting-files-in-the.aspx
>
[quoted text clipped - 36 lines]
> >
> > Thanks.
User_Anony - 26 Jul 2008 13:32 GMT
Hey! Back again,
Sorry about my pounding...the newgroup for answers...getting stuck in this
little thing!
Actually, I don't have a SOURCES and DIR file for the library that I am
trying to add to SDK. It was generated by someone else (previous CE 5.0
development), and all I have is just the .H and .LIB now
I mis read and though you were tell me to add these to the SOURCES file
found under under /PLATFORM/PLATFORM_NAMEXXX dir.
Will that work? If not, please tell ...Thanks,
> http://geekswithblogs.net/BruceEitman/archive/2008/05/08/windows-ce-platform-bui
lder--automatically-putting-files-in-the.aspx
>
[quoted text clipped - 36 lines]
> >
> > Thanks.
Michael Salamone - 26 Jul 2008 13:58 GMT
You don't have to modify any SOURCES / DIR files. Just copy your header and
lib to the proper directory (the directories that have the SDK headers and
libs). When you make the SDK, that process just sucks up all the files in
those directories.

Signature
Michael Salamone, eMVP
Entrek Software, Inc.
www.entrek.com
> Hey! Back again,
> Sorry about my pounding...the newgroup for answers...getting stuck in this
[quoted text clipped - 54 lines]
>> >
>> > Thanks.
User_Anony - 26 Jul 2008 16:15 GMT
Thanks Mike,
But what dirs do you eactly mean mean?
My Installations are as follows:
My custom Lib from previous (CE 5.) dev is say under:
C:\MyCustomLib\
And this has \INC, \DEBUG and \RETAIL under this
\INC has the .H file and \DDEBUG and |RETAIL have the .Lib file
Os Designs are under:
C:\WINCE600\OSDesigns
under which is the SDK
C:\WINCE600\OSDesigns\SDK\MySDK1\
under which (MySDK1) are \OBJ and \MSI
under \OBJ there is \SDKCE6-1 under which are: \INCLDUE and \LIB
under \INCLUDE is ARM and under lib is ARM and respective .H and .LIB files
under the CPU names...
Platform is under:
C:\WINCE600\PLATFORM\MYPLATFOM\
under which are:
\CATALOG, \CESYSGEN \FILES, \LIB, \SRC and \TARGET
Thanks,
-Deepak
-----------------------------------------------------------------------------