Hi,
I am trying to implement a custom version of the Reference Gateway
User Interface on WinCE5.
I don't need all of the features of the Reference and would like to be
able to customize the images on a per project basis with out modifying
the build directory.
I am a bit confused on how to best approach it. I would like to retain
the base design in GWADMIN and use it as the basis of several devices.
However, there is no direct guidance on how to best approach copying
the GWADMIN to a Clone directory and having it build instead of the
Catalog version.

Approach 1:
I tried BUILD_OPTIONS=C:\WINCE500\Public\Servers\oak\GDAdmin\Dirs. I
updated the Dirs file to point to my clone directory GDADMIN and set
up an envioronment file, however when I sysgen the files are not put
into the WINCE500 Sysgen directory..... And the build failed at the
Make Image stage.

Approach 2: Generate a SYSGEN version of the Reference files and build
a seperate project & BIB files to pull them in to the final image.
Topically and tediously, this appears to be the cleanest approach,
however, I would like to create a component as clean as Reference
Gateway User Interface. I am thinking CECWIZ here, but am questioning
the approach.. If I do a CLEAN and SYSGEN again, all is lost.

Thoughts, guidance, feedback appreciated.