根据platform buildre编译log分析编译流程

在platform builder中添加_环境变量_ECHOON=1打开详细编译log开关。

详细log如下:

--------------------Configuration: Mini2440 from FriendlyARM: ARMV4I_Release--------------------
Starting Build: blddemo clean -q
==============
//*****************************************************************************************************************************
//*****************************************************************************************************************************
源文件:J:/WINCE500/PUBLIC/COMMON/OAK/MISC/blddemo.bat
//*****************************************************************************************************************************
//*****************************************************************************************************************************
J:/WINCE500/PBWorkspaces/MyMini2440>setlocal
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM BldDemo :
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM This batch file is used to build and create a CE Image
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM Usage:
J:/WINCE500/PBWorkspaces/MyMini2440>REM     BldDemo [[no]clean] [[no]cleanplat] [nuke] [norel] [Parms for CEBUILD]
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM     clean : Must be specified before CEBUILD options.  This will clean the J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/cesysgen
J:/WINCE500/PBWorkspaces/MyMini2440>REM             and J:/WINCE500/platform/cesysgen directories.  Use this option whenever you
J:/WINCE500/PBWorkspaces/MyMini2440>REM             change settings in your cesysgen.bat (found in J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/misc)
J:/WINCE500/PBWorkspaces/MyMini2440>REM             or any environment variables that control it's behavior (i.e. SYSGEN_ or
J:/WINCE500/PBWorkspaces/MyMini2440>REM             BSP_ variables)
J:/WINCE500/PBWorkspaces/MyMini2440>REM     noclean : Used to override BLDDEMO_CLEAN environment variable
J:/WINCE500/PBWorkspaces/MyMini2440>REM     cleanplat : Similar to clean but it will clear J:/WINCE500/platform/target directory.
J:/WINCE500/PBWorkspaces/MyMini2440>REM     nocleanplat : Used to override BLDDEMO_CLEANPLAT environment variable
J:/WINCE500/PBWorkspaces/MyMini2440>REM     nuke :  (no environment variable since shouldn't be done frequently).  Will look for
J:/WINCE500/PBWorkspaces/MyMini2440>REM             BldNuke.bat file in J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I or J:/WINCE500/private/bat and will run this
J:/WINCE500/PBWorkspaces/MyMini2440>REM             batch file first.  It will also do Clean and CleanPlat options.
J:/WINCE500/PBWorkspaces/MyMini2440>REM     norel : Must be specified before CEBUILD options.  This will stop the process before
J:/WINCE500/PBWorkspaces/MyMini2440>REM             releasing the build to the  path and doing the MakeImg. Useful
J:/WINCE500/PBWorkspaces/MyMini2440>REM             when doing multiple CPU builds in an automated process.
J:/WINCE500/PBWorkspaces/MyMini2440>REM     nomakeimg : Must be specified before CEBUILD options.  This will stop the process 
J:/WINCE500/PBWorkspaces/MyMini2440>REM             after releasing the build to the  path and before the MakeImg.
J:/WINCE500/PBWorkspaces/MyMini2440>REM     rel :   Use to override BLDDEMO_NOREL environment variable.
J:/WINCE500/PBWorkspaces/MyMini2440>REM     CEBUILD Parms : All additional variables are passed on to CEBUILD.bat which will
J:/WINCE500/PBWorkspaces/MyMini2440>REM             build the tree.  Useful options for cebuild include -q which will perform
J:/WINCE500/PBWorkspaces/MyMini2440>REM             the sysgen phase only.  Do not specify -q if you have just changed any
J:/WINCE500/PBWorkspaces/MyMini2440>REM             sources in the public tree since the last build.  The -c option will cause
J:/WINCE500/PBWorkspaces/MyMini2440>REM             all components to be built.
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM Environment Variables
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM     BLDDEMO_CLEAN : If set to "1" will set the default to clean
J:/WINCE500/PBWorkspaces/MyMini2440>REM     BLDDEMO_CLEANPLAT : If set to "1" will set the default to cleanplat
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM Useful scenario's:
J:/WINCE500/PBWorkspaces/MyMini2440>REM     "blddemo clean" : Will build the image after first cleaning the cesysgen dirs
J:/WINCE500/PBWorkspaces/MyMini2440>REM     "blddemo -q" : Quickly build an image assuming no sysgen vars have changed
J:/WINCE500/PBWorkspaces/MyMini2440>REM     "blddemo clean -q" : Build quickly but also clean the cesysgen dirs first
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM
J:/WINCE500/PBWorkspaces/MyMini2440>REM See if the dev has a local batch file to run.
J:/WINCE500/PBWorkspaces/MyMini2440>if exist J:/WINCE500/developr/dongyong/pblddemo.bat call J:/WINCE500/developr/dongyong/pblddemo.bat
J:/WINCE500/PBWorkspaces/MyMini2440>REM Get initial defaults
J:/WINCE500/PBWorkspaces/MyMini2440>set _BLDDEMO_CLEAN=
J:/WINCE500/PBWorkspaces/MyMini2440>set _BLDDEMO_CLEANPLAT=
J:/WINCE500/PBWorkspaces/MyMini2440>set _BLDDEMO_NOREL=
J:/WINCE500/PBWorkspaces/MyMini2440>set _BLDDEMO_NOMAKEIMG=
J:/WINCE500/PBWorkspaces/MyMini2440>REM Check CmdLine Vars
J:/WINCE500/PBWorkspaces/MyMini2440>if /I "clean" == "" goto DoneParseArgs
J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "clean" == "clean" goto DoneChkClean
J:/WINCE500/PBWorkspaces/MyMini2440>set _BLDDEMO_CLEAN=1
J:/WINCE500/PBWorkspaces/MyMini2440>shift
J:/WINCE500/PBWorkspaces/MyMini2440>goto ParseArgs 

J:/WINCE500/PBWorkspaces/MyMini2440>if /I "-q" == "" goto DoneParseArgs
J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "clean" goto DoneChkClean

J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "noclean" goto DoneChkNoClean
J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "cleanplat" goto DoneChkCleanPlat

J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "nocleanplat" goto DoneChkNoCleanPlat
J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "nuke" goto DoneChkNuke
J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "rel" goto DoneChkRel

J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "norel" goto DoneChkNoRel
J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "makeimg" goto DoneChkMakeimg

J:/WINCE500/PBWorkspaces/MyMini2440>if /I not "-q" == "nomakeimg" goto DoneChkNoMakeimg
J:/WINCE500/PBWorkspaces/MyMini2440>if /I "-q" == "-?" goto Usage

J:/WINCE500/PBWorkspaces/MyMini2440>if /I "-q" == "-h" goto Usage
J:/WINCE500/PBWorkspaces/MyMini2440>if /I "-q" == "usage" goto Usage
J:/WINCE500/PBWorkspaces/MyMini2440>if "" == "" goto DoneChk_BlddemoNuke

J:/WINCE500/PBWorkspaces/MyMini2440>if not "" == "" echo Nuke option specified
J:/WINCE500/PBWorkspaces/MyMini2440>if not "1" == "" echo Clean option specified
Clean option specified
J:/WINCE500/PBWorkspaces/MyMini2440>if not "" == "" echo CleanPlat option specified

J:/WINCE500/PBWorkspaces/MyMini2440>if not "" == "" echo No Release option specified
J:/WINCE500/PBWorkspaces/MyMini2440>if not "" == "" echo No Makeimg option specified
J:/WINCE500/PBWorkspaces/MyMini2440>if "" == "" goto NotNuke
J:/WINCE500/PBWorkspaces/MyMini2440>if "1" == "" goto NotClean

J:/WINCE500/PBWorkspaces/MyMini2440>Echo Cleaning J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/cesysgen
Cleaning J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/cesysgen
J:/WINCE500/PBWorkspaces/MyMini2440>del /f/s/q J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/cesysgen   1>nul 2>&1

J:/WINCE500/PBWorkspaces/MyMini2440>rd /s/q J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/cesysgen   1>nul 2>&1

J:/WINCE500/PBWorkspaces/MyMini2440>Echo Cleaning J:/WINCE500/platform/mini2440/cesysgen/files
Cleaning J:/WINCE500/platform/mini2440/cesysgen/files
J:/WINCE500/PBWorkspaces/MyMini2440>del /f/s/q J:/WINCE500/platform/mini2440/cesysgen/files   1>nul 2>&1
J:/WINCE500/PBWorkspaces/MyMini2440>rd /s/q J:/WINCE500/platform/mini2440/cesysgen/files   1>nul 2>&1
J:/WINCE500/PBWorkspaces/MyMini2440>del /f/q J:/WINCE500/platform/mini2440/*.bif  1>nul 2>&1
J:/WINCE500/PBWorkspaces/MyMini2440>if "" == "" goto NotCleanPlat

J:/WINCE500/PBWorkspaces/MyMini2440>REM delete old PB generated files if they exist
J:/WINCE500/PBWorkspaces/MyMini2440>if exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPreSysgenCustomBuildActions.bat del /f/q J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPreSysgenCustomBuildActions.b
at
J:/WINCE500/PBWorkspaces/MyMini2440>if exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPreSysgenProjects.bat del /f/q J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPreSysgenProjects.bat
J:/WINCE500/PBWorkspaces/MyMini2440>if exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPostSysgenCustomBuildActions.bat del /f/q J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPostSysgenCustomBuildActions
.bat

J:/WINCE500/PBWorkspaces/MyMini2440>if exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPostSysgenProjects.bat del /f/q J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPostSysgenProjects.bat
J:/WINCE500/PBWorkspaces/MyMini2440>if "J:/WINCE500/PBWorkspaces/MyMini2440/MyMini2440.pbxml" == "" goto NotGeneratePBBuildFilesAndPreSysgenSteps

J:/WINCE500/PBWorkspaces/MyMini2440>if not exist "J:/WINCE500/PBWorkspaces/MyMini2440/MyMini2440.pbxml" goto NotGeneratePBBuildFilesAndPreSysgenSteps
J:/WINCE500/PBWorkspaces/MyMini2440>Echo Generating PB Project Folders
Generating PB Project Folders
J:/WINCE500/PBWorkspaces/MyMini2440>pbxmlutils /createfolders

J:/WINCE500/PBWorkspaces/MyMini2440>Echo Done Generating PB Project Folders
Done Generating PB Project Folders
J:/WINCE500/PBWorkspaces/MyMini2440>Echo Generating PBWorkspace Files to J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak
Generating PBWorkspace Files to J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak
J:/WINCE500/PBWorkspaces/MyMini2440>pbxmlutils /generatebuildfiles J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak

J:/WINCE500/PBWorkspaces/MyMini2440>Echo Done Generating PBWorkspace Files
Done Generating PBWorkspace Files
J:/WINCE500/PBWorkspaces/MyMini2440>if not exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPreSysgenCustomBuildActions.bat goto NoPreSysgenCustomBuildActions
J:/WINCE500/PBWorkspaces/MyMini2440>if not exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/PBPreSysgenProjects.bat goto NoPreSysgenProjects
J:/WINCE500/PBWorkspaces/MyMini2440>CALL CEBUILD.BAT -q        


//***********************************************************************************************************************
J:/WINCE500/PUBLIC/COMMON/OAK/MISC/cebuild.bat
//***********************************************************************************************************************
J:/WINCE500/PBWorkspaces/MyMini2440>if not "x86" == "" setlocal ENABLEEXTENSIONS ENABLEDELAYEDEXPANSION
J:/WINCE500/PBWorkspaces/MyMini2440>if "-q" == "-h" goto usage
J:/WINCE500/PBWorkspaces/MyMini2440>if "-q" == "/h" goto usage
J:/WINCE500/PBWorkspaces/MyMini2440>if "-q" == "/?" goto usage
J:/WINCE500/PBWorkspaces/MyMini2440>if "-q" == "-?" goto usage

J:/WINCE500/PBWorkspaces/MyMini2440>set __QBLDQUICK=
J:/WINCE500/PBWorkspaces/MyMini2440>set __QBLDCLEAN=

J:/WINCE500/PBWorkspaces/MyMini2440>set __QBLDNEWDEPTREES=
J:/WINCE500/PBWorkspaces/MyMini2440>set __QBLDPASS=preproc
J:/WINCE500/PBWorkspaces/MyMini2440>set ___OLDWINCEREL=1
J:/WINCE500/PBWorkspaces/MyMini2440>set WINCEREL=

J:/WINCE500/PBWorkspaces/MyMini2440>if not exist J:/WINCE500/nul goto no_root
J:/WINCE500/PBWorkspaces/MyMini2440>J:
J:/WINCE500/PBWorkspaces/MyMini2440>cd J:/WINCE500
J:/WINCE500>echo CEBUILD: Deleting old build logs
CEBUILD: Deleting old build logs

J:/WINCE500>if exist build.log del build.log
J:/WINCE500>if exist build.wrn del build.wrn

J:/WINCE500>if exist build.err del build.err
J:/WINCE500>if not "-q" == "-r" goto endcas_1

J:/WINCE500>if not "-q" == "-l" goto endcas_2
J:/WINCE500>if not "-q" == "-q" goto endcas_3
J:/WINCE500>echo CEBUILD: Skipping directly to SYSGEN phase
CEBUILD: Skipping directly to SYSGEN phase
J:/WINCE500>set __QBLDQUICK=1

J:/WINCE500>goto endswt_1
J:/WINCE500>shift
J:/WINCE500>goto loop_1

J:/WINCE500>if not "" == "-r" goto endcas_1
J:/WINCE500>if not "" == "-l" goto endcas_2
J:/WINCE500>if not "" == "-q" goto endcas_3

J:/WINCE500>if not "" == "-c" goto endcas_4
J:/WINCE500>if not "" == "-d" goto endcas_5
J:/WINCE500>goto endloop_1

J:/WINCE500>if not defined __QBLDNEWDEPTREES set __QBLDNEWDEPTREES=winceos dcom gdiex ie script servers shellsdk shell rdp wceshellfe wceappsfe viewers directx voip datasync netcf SQLCE ostest speech NETCFV2 NETCFV35 SQLCOMPACT SQLMOBILE MyMini2440
J:/WINCE500>echo Building dep trees: winceos dcom gdiex ie script servers shellsdk shell rdp wceshellfe wceappsfe viewers directx voip datasync netcf SQLCE ostest speech NETCFV2 NETCFV35 SQLCOMPACT SQLMOBILE MyMini2440
Building dep trees: winceos dcom gdiex ie script servers shellsdk shell rdp wceshellfe wceappsfe viewers directx voip datasync netcf SQLCE ostest speech NETCFV2 NETCFV35 SQLCOMPACT SQLMOBILE MyMini2440
J:/WINCE500>for %f in (winceos dcom gdiex ie script servers shellsdk shell rdp wceshellfe wceappsfe viewers directx voip datasync netcf SQLCE ostest speech NETCFV2 NETCFV35 SQLCOMPACT SQLMOBILE MyMini2440) do call cebldtree %f       
J:/WINCE500>call cebldtree winceos 
     
//***********************************************************************************************************************
J:/WINCE500/PUBLIC/COMMON/OAK/MISC/cebldtree.bat
//***********************************************************************************************************************

J:/WINCE500>set __COPYCMD=
J:/WINCE500>if "" == "" if "" == "1" set __COPYCMD=xcopy /i /e /D /c
J:/WINCE500>if "" == "" if not "" == "1" set __COPYCMD=xcopy /i /e /q /D /c
J:/WINCE500>if not "" == "" goto done

J:/WINCE500>set __PUBLICPROJECTS=winceos
J:/WINCE500>if "winceos" == "winceos" set __PUBLICPROJECTS=common

J:/WINCE500>if "1" == "1" goto skip_compile
J:/WINCE500>if not "winceos" == "winceos" goto elseif_40
J:/WINCE500>echo CEBUILD: Running sysgen  preproc (for COMMON)
CEBUILD: Running sysgen  preproc (for COMMON)
J:/WINCE500>call sysgen -b  preproc

//***********************************************************************************************************************
J:/WINCE500/PUBLIC/COMMON/OAK/MISC/sysgen.bat
//***********************************************************************************************************************

J:/WINCE500>set ___BATCHMODE=
J:/WINCE500>set ___CLEANMODE=

J:/WINCE500>if not "" == "1" goto no_sysgenmake

J:/WINCE500>set ___PUBLICPROJECT=common
J:/WINCE500>if "-b" == "-h" goto usage
J:/WINCE500>if not "-b" == "-b" goto endcas_1
J:/WINCE500>set ___BATCHMODE=1
J:/WINCE500>shift

J:/WINCE500>goto endswtch_1
J:/WINCE500>goto loop_1

J:/WINCE500>if "preproc" == "-h" goto usage
J:/WINCE500>if not "preproc" == "-b" goto endcas_1
J:/WINCE500>if not "preproc" == "-c" goto endcas_2

J:/WINCE500>if not "preproc" == "-p" goto endcas_3
J:/WINCE500>goto endloop_1

J:/WINCE500>if not "1" == "" goto endif_25
J:/WINCE500>if "ARMV4I" == "NT" goto done
J:/WINCE500>if "ARMV4I" == "NTANSI" goto done
J:/WINCE500>if "MyMini2440" == "COMMON" goto done
Starting sysgen phase for project ( common )

J:/WINCE500>if exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/misc/cesysgen.bat goto endif_41
J:/WINCE500>call J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/misc/cesysgen.bat

//***********************************************************************************************************************
J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/oak/misc/cesysgen.bat
//***********************************************************************************************************************

//***********************************************************************************************************************
J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat
//***********************************************************************************************************************
J:/WINCE500>REM Initialize these

J:/WINCE500>set __CESYSGEN_REPORT=

J:/WINCE500>set __CESYSGEN_VERIFY=
J:/WINCE500>REM Parse parameters
J:/WINCE500>if "" == "" goto NoParms

J:/WINCE500>if /I not "common" == "common" goto SkipLeading
J:/WINCE500>echo.
J:/WINCE500>echo.
J:/WINCE500>echo User selected the following SYSGEN variables
User selected the following SYSGEN variables
J:/WINCE500>set SYSGEN
sysgen_auth=1
sysgen_auth_ntlm=1
sysgen_auth_schannel=1
sysgen_bth_audio=1
sysgen_certs=1
sysgen_cmd=1
sysgen_console=1
sysgen_crypto=1
sysgen_cursor=1
sysgen_dotnet=1
sysgen_dotnet_support=1
sysgen_ethernet=1
sysgen_fsadvertise=1
sysgen_ftpd=1
sysgen_httpd=1
sysgen_iabase=1
sysgen_ie_jscript=1
sysgen_iesample=1
sysgen_modem=1
sysgen_msmq=1
sysgen_msxml_dom=1
sysgen_netutils=1
sysgen_notify=1
sysgen_obex_server=1
sysgen_parental_control=1
sysgen_pm=1
sysgen_ppp=1
sysgen_pptp=1
sysgen_redir=1
sysgen_sdbus=1
sysgen_shell=1
sysgen_snmp=1
sysgen_standardshell=1
sysgen_telnetd=1
sysgen_touch=1
sysgen_upnp_ctrl=1
sysgen_upnp_device=1
sysgen_usdk=1
sysgen_watson_client=1
sysgen_watson_ctlpnl=1
sysgen_watson_dmpgen=1
sysgen_watson_xfer=1
sysgen_wininet=1
J:/WINCE500>echo.
J:/WINCE500>echo.

J:/WINCE500>REM Create some needed variables
J:/WINCE500>if "" == "" set __CESYSGEN_PATH=J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/
J:/WINCE500>set _REV_DEPTREES=

J:/WINCE500>for %f in (winceos dcom gdiex ie script servers shellsdk shell rdp wceshellfe wceappsfe viewers directx voip datasync netcf SQLCE ostest speech NETCFV2 NETCFV35 SQLCOMPACT SQLMOBILE MyMini2440) do call :AddRevDepTree %f
J:/WINCE500>call :AddRevDepTree winceos

J:/WINCE500>if not "" == "" set _REV_DEPTREES=winceos 
J:/WINCE500>if "" == "" set _REV_DEPTREES=winceos
J:/WINCE500>goto :EOF

J:/WINCE500>call :AddRevDepTree dcom

J:/WINCE500>if not "winceos" == "" set _REV_DEPTREES=dcom winceos
J:/WINCE500>if "dcom winceos" == "" set _REV_DEPTREES=dcom
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree gdiex

J:/WINCE500>if not "dcom winceos" == "" set _REV_DEPTREES=gdiex dcom winceos
J:/WINCE500>if "gdiex dcom winceos" == "" set _REV_DEPTREES=gdiex

J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree ie
J:/WINCE500>if not "gdiex dcom winceos" == "" set _REV_DEPTREES=ie gdiex dcom winceos
J:/WINCE500>if "ie gdiex dcom winceos" == "" set _REV_DEPTREES=ie
J:/WINCE500>goto :EOF

J:/WINCE500>call :AddRevDepTree script
J:/WINCE500>if not "ie gdiex dcom winceos" == "" set _REV_DEPTREES=script ie gdiex dcom winceos

J:/WINCE500>if "script ie gdiex dcom winceos" == "" set _REV_DEPTREES=script
J:/WINCE500>goto :EOF

J:/WINCE500>call :AddRevDepTree servers
J:/WINCE500>if not "script ie gdiex dcom winceos" == "" set _REV_DEPTREES=servers script ie gdiex dcom winceos
J:/WINCE500>if "servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=servers

J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree shellsdk

J:/WINCE500>if not "servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=shellsdk servers script ie gdiex dcom winceos
J:/WINCE500>if "shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=shellsdk

J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree shell
J:/WINCE500>if not "shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=shell shellsdk servers script ie gdiex dcom winceos

J:/WINCE500>if "shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=shell
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree rdp
J:/WINCE500>if not "shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=rdp shell shellsdk servers script ie gdiex dcom winceos
J:/WINCE500>if "rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=rdp
J:/WINCE500>goto :EOF

J:/WINCE500>call :AddRevDepTree wceshellfe

J:/WINCE500>if not "rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos
J:/WINCE500>if "wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=wceshellfe
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree wceappsfe

J:/WINCE500>if not "wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos

J:/WINCE500>if "wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=wceappsfe
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree viewers

J:/WINCE500>if not "wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos
J:/WINCE500>if "viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=viewers
J:/WINCE500>goto :EOF

J:/WINCE500>call :AddRevDepTree directx
J:/WINCE500>if not "viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos

J:/WINCE500>if "directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=directx
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree voip

J:/WINCE500>if not "directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos
J:/WINCE500>if "voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=voip
J:/WINCE500>goto :EOF

J:/WINCE500>call :AddRevDepTree datasync
J:/WINCE500>if not "voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos
 
J:/WINCE500>if "datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=datasync
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree netcf

J:/WINCE500>if not "datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdi
ex dcom winceos
J:/WINCE500>if "netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=netcf
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree SQLCE

J:/WINCE500>if not "netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers s
cript ie gdiex dcom winceos
J:/WINCE500>if "SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=SQLCE
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree ostest

J:/WINCE500>if not "SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shell
sdk servers script ie gdiex dcom winceos
J:/WINCE500>if "ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=ostest

J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree speech

J:/WINCE500>if not "ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe r
dp shell shellsdk servers script ie gdiex dcom winceos

J:/WINCE500>if "speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=speech
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree NETCFV2

J:/WINCE500>if not "speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceapps
fe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos
J:/WINCE500>if "NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=NETCFV2
J:/WINCE500>goto :EOF

J:/WINCE500>call :AddRevDepTree NETCFV35
J:/WINCE500>if not "NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip direct
x viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos

J:/WINCE500>if "NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=NETCFV35
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree SQLCOMPACT

J:/WINCE500>if not "NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf
datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos
J:/WINCE500>if "SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=SQLCOMPACT
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree SQLMOBILE
J:/WINCE500>if not "SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=SQLMOBILE SQLCOMPACT NETCFV35 NETCFV2 speec
h ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos

J:/WINCE500>if "SQLMOBILE SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=SQLMOBILE
J:/WINCE500>goto :EOF
J:/WINCE500>call :AddRevDepTree MyMini2440

J:/WINCE500>if not "SQLMOBILE SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=MyMini2440 SQLMOBILE SQLCOMPACT N
ETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos
J:/WINCE500>if "MyMini2440 SQLMOBILE SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos" == "" set _REV_DEPTREES=MyMini2440
J:/WINCE500>goto :EOF

J:/WINCE500>rem echo _DEPTREES="winceos dcom gdiex ie script servers shellsdk shell rdp wceshellfe wceappsfe viewers directx voip datasync netcf SQLCE ostest speech NETCFV2 NETCFV35 SQLCOMPACT SQLMOBILE MyMini2440"
J:/WINCE500>rem echo _REV_DEPTREES="MyMini2440 SQLMOBILE SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos"

J:/WINCE500>REM Check to see if there are any errors in the config files
J:/WINCE500>if "" == "1" goto doChkConfig
J:/WINCE500>if "" == "1" goto noChkConfig
J:/WINCE500>if /I not "common" == "common" goto noChkConfig
J:/WINCE500>call :CheckEnv

J:/WINCE500>REM Check for bad environment vars
J:/WINCE500>set SYSGEN_  2>nul 1>J:/DOCUME~1/dongyong/LOCALS~1/Temp/cebasetst.out

J:/WINCE500>for /F "tokens=1,2 delims==" %f in (J:/DOCUME~1/dongyong/LOCALS~1/Temp/cebasetst.out) do if not "%g" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : %f='%g', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_auth='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_auth_ntlm='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_auth_schannel='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_bth_audio='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_certs='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_cmd='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_console='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_crypto='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_cursor='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_dotnet='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_dotnet_support='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_ethernet='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_fsadvertise='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_ftpd='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_httpd='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_iabase='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_ie_jscript='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_iesample='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_modem='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_msmq='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_msxml_dom='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_netutils='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_notify='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_obex_server='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_parental_control='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_pm='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_ppp='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_pptp='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_redir='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_sdbus='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_shell='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_snmp='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_standardshell='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_telnetd='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_touch='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_upnp_ctrl='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_upnp_device='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_usdk='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_watson_client='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_watson_ctlpnl='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_watson_dmpgen='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_watson_xfer='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_wininet='1', should be '1'
J:/WINCE500>del J:/DOCUME~1/dongyong/LOCALS~1/Temp/cebasetst.out  1>nul 2>&1
J:/WINCE500>goto :EOF
J:/WINCE500>if not exist J:/WINCE500/private/bin/i386/chkconfig.exe goto noChkConfig
J:/WINCE500>if "" == "1" goto doReport
J:/WINCE500>if "" == "1" goto Exit
J:/WINCE500>REM PreProc
J:/WINCE500>call :CallPlatFile preproc
J:/WINCE500>REM echo CallPlatFile preproc         
J:/WINCE500>if not exist J:/WINCE500/platform/mini2440/cebasecesysgen.bat goto CPLatFileUnknown
J:/WINCE500>goto :EOF
J:/WINCE500>for %f in (J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat) do call :CallUserProjFile %f preproc
J:/WINCE500>call :CallUserProjFile J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat preproc
J:/WINCE500>if not exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat goto :CUPF_NotFullPath
J:/WINCE500>call J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat preproc
 
//***********************************************************************************************************
J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat    
//*********************************************************************************************************** 

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

//***********************************************************************************************************************
J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat
//***********************************************************************************************************************

J:/WINCE500>for %f in (MyMini2440 SQLMOBILE SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos) do call :CallProjFile %f preproc
J:/WINCE500>call :CallProjFile MyMini2440 preproc
J:/WINCE500>REM echo CallProjFile MyMini2440 preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//MyMini2440.bat goto :CPF_NotCE
J:/WINCE500>if not exist J:/WINCE500/public/cebase/oak/misc/MyMini2440.bat goto :CPF_NotCE2
J:/WINCE500>if not exist J:/WINCE500/public/MyMini2440/cebasecesysgen.bat goto :CPF_Unknown
J:/WINCE500>if /I "common" == "common" if "1" == "1" echo WARNING: Unable to find project file MyMini2440, args preproc       
WARNING: Unable to find project file MyMini2440, args preproc      
J:/WINCE500>goto :EOF

//*************************************************************************************************************************
开始在J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/目录下调用tree中每个子tree对应的bat文件,工程浩大,就跳过先....
//*************************************************************************************************************************
J:/WINCE500>call :CallProjFile SQLMOBILE preproc
J:/WINCE500>REM echo CallProjFile SQLMOBILE preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLMOBILE.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLMOBILE.bat preproc       
J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc

J:/WINCE500>set SQLMOBILE_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile SQLCOMPACT preproc
J:/WINCE500>REM echo CallProjFile SQLCOMPACT preproc       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCOMPACT.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCOMPACT.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set SQLCOMPACT_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile NETCFV35 preproc

J:/WINCE500>REM echo CallProjFile NETCFV35 preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV35.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV35.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc

J:/WINCE500>set NETCFV35_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile NETCFV2 preproc
J:/WINCE500>REM echo CallProjFile NETCFV2 preproc       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV2.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV2.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc

J:/WINCE500>set NETCFV2_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile speech preproc

J:/WINCE500>REM echo CallProjFile speech preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//speech.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//speech.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set SPEECH_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile ostest preproc

J:/WINCE500>REM echo CallProjFile ostest preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ostest.bat goto :CPF_NotCE
J:/WINCE500>if not exist J:/WINCE500/public/cebase/oak/misc/ostest.bat goto :CPF_NotCE2

J:/WINCE500>if not exist J:/WINCE500/public/ostest/cebasecesysgen.bat goto :CPF_Unknown
J:/WINCE500>call J:/WINCE500/public/ostest/cebasecesysgen.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set OSTEST_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLCE preproc

J:/WINCE500>REM echo CallProjFile SQLCE preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCE.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCE.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set SQLCE_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile netcf preproc
J:/WINCE500>REM echo CallProjFile netcf preproc       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//netcf.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//netcf.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set NETCF_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile datasync preproc

J:/WINCE500>REM echo CallProjFile datasync preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//datasync.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//datasync.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set DATASYNC_MODULES=
J:/WINCE500>set __SYSGEN_WCESHELLFE_DMPNL=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile voip preproc

J:/WINCE500>REM echo CallProjFile voip preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//voip.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//voip.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set VOIP_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile directx preproc
J:/WINCE500>REM echo CallProjFile directx preproc       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//directx.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//directx.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set DIRECTX_MODULES=
J:/WINCE500>set QUARTZ_COMPONENTS=
J:/WINCE500>set QUARTZ0_COMPONENTS=

J:/WINCE500>set QUARTZ1_COMPONENTS=
J:/WINCE500>set QUARTZ2_COMPONENTS=
J:/WINCE500>set QUARTZ3_COMPONENTS=
J:/WINCE500>set DDCORE_COMPONENTS=

J:/WINCE500>set MSDXM_COMPONENTS=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile viewers preproc

J:/WINCE500>REM echo CallProjFile viewers preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//viewers.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//viewers.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set VIEWERS_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile wceappsfe preproc

J:/WINCE500>REM echo CallProjFile wceappsfe preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceappsfe.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceappsfe.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set WCEAPPSFE_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile wceshellfe preproc

J:/WINCE500>REM echo CallProjFile wceshellfe preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceshellfe.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceshellfe.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set WCESHELLFE_MODULES=
J:/WINCE500>set CPLMAIN_COMPONENTS=

J:/WINCE500>set WEBVIEW_COMPONENTS=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile rdp preproc

J:/WINCE500>REM echo CallProjFile rdp preproc       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//rdp.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//rdp.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc

J:/WINCE500>set RDP_MODULES=
J:/WINCE500>set CETSC_COMPONENTS=
J:/WINCE500>set MSTSCAX_COMPONENTS=
J:/WINCE500>set ATLCONMAN_COMPONENTS=

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile shell preproc

J:/WINCE500>REM echo CallProjFile shell preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shell.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shell.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set SHELL_MODULES=
J:/WINCE500>set CESHELL_COMPONENTS=
J:/WINCE500>set SHCORE_COMPONENTS=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile shellsdk preproc
J:/WINCE500>REM echo CallProjFile shellsdk preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shellsdk.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shellsdk.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set SHELLSDK_MODULES=
J:/WINCE500>set AYGSHELL_COMPONENTS=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile servers preproc

J:/WINCE500>REM echo CallProjFile servers preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//servers.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//servers.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set SERVERS_MODULES=
J:/WINCE500>set SMBSERVER_COMPONENTS=
J:/WINCE500>set HTTPD_COMPONENTS=
J:/WINCE500>set GATEWAY_CONFIG_COMPONENTS=

J:/WINCE500>set WEBUI_COMPONENTS=
J:/WINCE500>set WEBUI_TARGET_COMPONENTS=
J:/WINCE500>set ASP_COMPONENTS=
J:/WINCE500>set MSMQD_COMPONENTS=
J:/WINCE500>set SERVERS_UUID=

J:/WINCE500>set P2P_COMPONENTS=
J:/WINCE500>set P2PSVC_COMPONENTS=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile script preproc

J:/WINCE500>REM echo CallProjFile script preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//script.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//script.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set SCRIPT_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile ie preproc
J:/WINCE500>REM echo CallProjFile ie preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ie.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ie.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set IE_MODULES=
J:/WINCE500>set MSXML3_COMPONENTS=
J:/WINCE500>set SHDOCVW_COMPONENTS=
J:/WINCE500>set SHLWAPI_COMPONENTS=
J:/WINCE500>set MLANG_COMPONENTS=

J:/WINCE500>set WININET_COMPONENTS=
J:/WINCE500>set IECEEXT_COMPONENTS=
J:/WINCE500>set MSHTML_COMPONENTS=
J:/WINCE500>set TVLENSREG_COMPONENTS=
J:/WINCE500>set URLMON_COMPONENTS=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile gdiex preproc
J:/WINCE500>REM echo CallProjFile gdiex preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//gdiex.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//gdiex.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set GDIEX_MODULES=
J:/WINCE500>set IMAGING_COMPONENTS=
J:/WINCE500>set JPEG_COMPONENTS=
J:/WINCE500>set GIF_COMPONENTS=

J:/WINCE500>set PNG_COMPONENTS=
J:/WINCE500>set BMP_COMPONENTS=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile dcom preproc

J:/WINCE500>REM echo CallProjFile dcom preproc       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//dcom.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//dcom.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set DCOM_MODULES=
J:/WINCE500>set OLE32_COMPONENTS=
J:/WINCE500>set OLEAUT32_COMPONENTS=

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile winceos preproc

J:/WINCE500>REM echo CallProjFile winceos preproc       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//winceos.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//winceos.bat preproc       

J:/WINCE500>if /I not "preproc" == "preproc" goto :Not_Preproc
J:/WINCE500>set CE_MODULES=
J:/WINCE500>set REPLACE_MODULES=
J:/WINCE500>set COREDLL_COMPONENTS=
J:/WINCE500>set CORELIBC_COMPONENTS=
J:/WINCE500>set NK_COMPONENTS=
J:/WINCE500>set PM_COMPONENTS=
J:/WINCE500>set FILESYS_COMPONENTS=

J:/WINCE500>set DEVICE_COMPONENTS=
J:/WINCE500>set COMMCTRL_COMPONENTS=
J:/WINCE500>set COREDLL_MESSAGEDIALOGBOXCUSTOMIZE_COMPONENT=
J:/WINCE500>set GWES_COMPONENTS=
J:/WINCE500>set GWE1_COMPONENTS=
J:/WINCE500>set GWE2_COMPONENTS=

J:/WINCE500>set GWE3_COMPONENTS=
J:/WINCE500>set GWE4_COMPONENTS=
J:/WINCE500>set FONTS_COMPONENTS=
J:/WINCE500>set PPP_COMPONENTS=
J:/WINCE500>set CRYPT32_COMPONENTS=

J:/WINCE500>set WINSOCK_COMPONENTS=
J:/WINCE500>set BTDRT_COMPONENTS=
J:/WINCE500>set BTD_COMPONENTS=
J:/WINCE500>set BTAGSVC_COMPONENTS=
J:/WINCE500>set FATUTIL_COMPONENTS=
J:/WINCE500>set WAVEAPI_COMPONENTS=
J:/WINCE500>set HTTPLITE_COMPONENTS=
J:/WINCE500>set NOTIFY_COMPONENTS=
J:/WINCE500>set REPLACE_COMPONENTS=
J:/WINCE500>set AFD_COMPONENTS=
J:/WINCE500>set ATAPI_COMPONENTS=

J:/WINCE500>set NWIFI_COMPONENTS=
J:/WINCE500>rem Clear our temporary variables
J:/WINCE500>set __SYSGEN  2>nul 1>J:/DOCUME~1/dongyong/LOCALS~1/Temp/cebasetst.out

J:/WINCE500>for /F "tokens=1 delims==" %f in (J:/DOCUME~1/dongyong/LOCALS~1/Temp/cebasetst.out) do set %f=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>if /I not "common" == "common" goto noCheck
J:/WINCE500>echo Checking for uncleared variables
Checking for uncleared variables
J:/WINCE500>if "" == "1" echo Checking for uncleared variables  1>>/bldrecurs.log
J:/WINCE500>set   | findstr MODULES

J:/WINCE500>if "" == "1" set   | findstr MODULES  1>>/bldrecurs.log
J:/WINCE500>set   | findstr COMPONENTS

J:/WINCE500>if "" == "1" set   | findstr COMPONENTS  1>>/bldrecurs.log
J:/WINCE500>echo Done checking for uncleared variables
Done checking for uncleared variables
J:/WINCE500>if "" == "1" echo Done checking for uncleared variables  1>>/bldrecurs.log
J:/WINCE500>echo.


J:/WINCE500>REM

J:/WINCE500>call :CallPlatFile pass1

J:/WINCE500>REM echo CallPlatFile pass1         
J:/WINCE500>if not exist J:/WINCE500/platform/mini2440/cebasecesysgen.bat goto CPLatFileUnknown
J:/WINCE500>goto :EOF

J:/WINCE500>for %f in (J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat) do call :CallUserProjFile %f pass1
J:/WINCE500>call :CallUserProjFile J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat pass1

J:/WINCE500>if not exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat goto :CUPF_NotFullPath
J:/WINCE500>call J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>for %f in (MyMini2440 SQLMOBILE SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos) do call :CallProjFile %f pass1
J:/WINCE500>call :CallProjFile MyMini2440 pass1

J:/WINCE500>REM echo CallProjFile MyMini2440 pass1       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//MyMini2440.bat goto :CPF_NotCE
J:/WINCE500>if not exist J:/WINCE500/public/cebase/oak/misc/MyMini2440.bat goto :CPF_NotCE2

J:/WINCE500>if not exist J:/WINCE500/public/MyMini2440/cebasecesysgen.bat goto :CPF_Unknown
J:/WINCE500>if /I "common" == "common" if "1" == "1" echo WARNING: Unable to find project file MyMini2440, args pass1       
WARNING: Unable to find project file MyMini2440, args pass1      

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLMOBILE pass1

J:/WINCE500>REM echo CallProjFile SQLMOBILE pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLMOBILE.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLMOBILE.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "" == "1" goto noSQLMOBILEDP
J:/WINCE500>if not "" == "1" goto noSQLMOBILESQLDP
J:/WINCE500>if not "" == "1" goto noSQLMOBILE

J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLCOMPACT pass1
J:/WINCE500>REM echo CallProjFile SQLCOMPACT pass1       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCOMPACT.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCOMPACT.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "" == "1" goto noSQLCOMPACTMP

J:/WINCE500>if not "" == "1" goto noSQLCOMPACT
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile NETCFV35 pass1

J:/WINCE500>REM echo CallProjFile NETCFV35 pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV35.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV35.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM Localized String Resources for JPN
J:/WINCE500>if not "" == "1" goto NoStringResourcesJA
J:/WINCE500>REM Localized String Resources for German

J:/WINCE500>if not "" == "1" goto NoStringResourcesDE
J:/WINCE500>REM Localized String Resources for French
J:/WINCE500>if not "" == "1" goto NoStringResourcesFR

J:/WINCE500>REM Localized String Resources for Chinese Traditional
J:/WINCE500>if not "" == "1" goto NoStringResourcesCHT
J:/WINCE500>REM Localized String Resources for Italian
J:/WINCE500>if not "" == "1" goto NoStringResourcesIT

J:/WINCE500>REM Localized String Resources for Portugese Brazillian
J:/WINCE500>if not "" == "1" goto NoStringResourcesPT
J:/WINCE500>REM Localized String Resources for Chinese Simplified
J:/WINCE500>if not "" == "1" goto NoStringResourcesCHS

J:/WINCE500>REM Localized String Resources for ES
J:/WINCE500>if not "" == "1" goto NoStringResourcesES
J:/WINCE500>REM Localized String Resources for Korean
J:/WINCE500>if not "" == "1" goto NoStringResourcesKO

J:/WINCE500>REM String Resources
J:/WINCE500>if not "" == "1" goto EndStringResources
J:/WINCE500>REM Localized String Resources for JPN

J:/WINCE500>if not "" == "1" goto NoStringResourcesJAH
J:/WINCE500>REM Localized String Resources for German
J:/WINCE500>if not "" == "1" goto NoStringResourcesDEH

J:/WINCE500>REM Localized String Resources for French
J:/WINCE500>if not "" == "1" goto NoStringResourcesFRH
J:/WINCE500>REM Localized String Resources for Chinese Traditional
J:/WINCE500>if not "" == "1" goto NoStringResourcesCHTH

J:/WINCE500>REM Localized String Resources for Italian
J:/WINCE500>if not "" == "1" goto NoStringResourcesITH
J:/WINCE500>REM Localized String Resources for Portugese Brazillian

J:/WINCE500>if not "" == "1" goto NoStringResourcesPTH
J:/WINCE500>REM Localized String Resources for Chinese Simplified
J:/WINCE500>if not "" == "1" goto NoStringResourcesCHSH

J:/WINCE500>REM Localized String Resources for ES
J:/WINCE500>if not "" == "1" goto NoStringResourcesESH
J:/WINCE500>REM Localized String Resources for Korean

J:/WINCE500>if not "" == "1" goto NoStringResourcesKOH
J:/WINCE500>REM String Resources
J:/WINCE500>if not "" == "1" goto EndStringResourcesH
J:/WINCE500>REM Add .Net Compact Framework 3.5 to the platform

J:/WINCE500>if not "" == "1" goto NoDotNetSmartfon
J:/WINCE500>REM Add .Net Compact Framework to the platform
J:/WINCE500>if not "" == "1" goto NoDotNet
J:/WINCE500>REM Add .Net Compact Framework to the platform
J:/WINCE500>if not "" == "1" goto NoDotNetHeadless
J:/WINCE500>REM Add .Net Compact Framework dependency support to the platform
J:/WINCE500>if not "" == "1" goto NoDotNetSupp

J:/WINCE500>REM Add .Net Compact Framework dependency support to the platform
J:/WINCE500>if not "" == "1" goto NoDotNetSuppHeadless

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile NETCFV2 pass1
J:/WINCE500>REM echo CallProjFile NETCFV2 pass1       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV2.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV2.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM Localized String Resources for JPN
J:/WINCE500>if not "" == "1" goto NoStringResourcesJA
J:/WINCE500>REM Localized String Resources for German
J:/WINCE500>if not "" == "1" goto NoStringResourcesDE

J:/WINCE500>REM Localized String Resources for French
J:/WINCE500>if not "" == "1" goto NoStringResourcesFR
J:/WINCE500>REM Localized String Resources for Chinese Traditional
J:/WINCE500>if not "" == "1" goto NoStringResourcesCHT

J:/WINCE500>REM Localized String Resources for Italian
J:/WINCE500>if not "" == "1" goto NoStringResourcesIT
J:/WINCE500>REM Localized String Resources for Portugese Brazillian

J:/WINCE500>if not "" == "1" goto NoStringResourcesPT
J:/WINCE500>REM Localized String Resources for Chinese Simplified
J:/WINCE500>if not "" == "1" goto NoStringResourcesCHS

J:/WINCE500>REM Localized String Resources for ES
J:/WINCE500>if not "" == "1" goto NoStringResourcesES
J:/WINCE500>REM Localized String Resources for Korean

J:/WINCE500>if not "" == "1" goto NoStringResourcesKO
J:/WINCE500>REM String Resources
J:/WINCE500>if not "" == "1" goto EndStringResources

J:/WINCE500>REM Localized String Resources for JPN
J:/WINCE500>if not "" == "1" goto NoStringResourcesJAH
J:/WINCE500>REM Localized String Resources for German
J:/WINCE500>if not "" == "1" goto NoStringResourcesDEH

J:/WINCE500>REM Localized String Resources for French
J:/WINCE500>if not "" == "1" goto NoStringResourcesFRH
J:/WINCE500>REM Localized String Resources for Chinese Traditional

J:/WINCE500>if not "" == "1" goto NoStringResourcesCHTH
J:/WINCE500>REM Localized String Resources for Italian
J:/WINCE500>if not "" == "1" goto NoStringResourcesITH

J:/WINCE500>REM Localized String Resources for Portugese Brazillian
J:/WINCE500>if not "" == "1" goto NoStringResourcesPTH
J:/WINCE500>REM Localized String Resources for Chinese Simplified

J:/WINCE500>if not "" == "1" goto NoStringResourcesCHSH
J:/WINCE500>REM Localized String Resources for ES
J:/WINCE500>if not "" == "1" goto NoStringResourcesESH
J:/WINCE500>REM Localized String Resources for Korean

J:/WINCE500>if not "" == "1" goto NoStringResourcesKOH
J:/WINCE500>REM String Resources
J:/WINCE500>if not "" == "1" goto EndStringResourcesH
J:/WINCE500>REM Add .Net Compact Framework 2.0 to the platform
J:/WINCE500>if not "" == "1" goto NoDotNetSmartfon
J:/WINCE500>REM Add .Net Compact Framework to the platform
J:/WINCE500>if not "" == "1" goto NoDotNet

J:/WINCE500>REM Add .Net Compact Framework to the platform
J:/WINCE500>if not "" == "1" goto NoDotNetHeadless
J:/WINCE500>REM Add .Net Compact Framework dependency support to the platform

J:/WINCE500>if not "" == "1" goto NoDotNetSupp
J:/WINCE500>REM Add .Net Compact Framework dependency support to the platform
J:/WINCE500>if not "" == "1" goto NoDotNetSuppHeadless
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile speech pass1
J:/WINCE500>REM echo CallProjFile speech pass1       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//speech.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//speech.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "" == "1" goto :no_speech
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile ostest pass1
J:/WINCE500>REM echo CallProjFile ostest pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ostest.bat goto :CPF_NotCE

J:/WINCE500>if not exist J:/WINCE500/public/cebase/oak/misc/ostest.bat goto :CPF_NotCE2
J:/WINCE500>if not exist J:/WINCE500/public/ostest/cebasecesysgen.bat goto :CPF_Unknown
J:/WINCE500>call J:/WINCE500/public/ostest/cebasecesysgen.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if "" == "1" set SYSGEN_OSTEST=1
J:/WINCE500>if "" == "1" goto :OSTest

J:/WINCE500>if "" == "1" goto :OSTestMin
J:/WINCE500>goto :endOSTest
J:/WINCE500>if "" == "1" set OSTEST_MODULES= CDSPT_wmadecpk CDSPT_wmvdecpk CDIOT_UPK CDIOT_UPKPerf CDIOT_UPKRaw CDIOT_UPKASF lampy

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLCE pass1

J:/WINCE500>REM echo CallProjFile SQLCE pass1       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCE.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCE.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>IF "" == "1" SET SYSGEN_DOTNET=1
J:/WINCE500>IF "" == "1" SET SYSGEN_DOTNET=1
J:/WINCE500>IF "" == "1" SET SYSGEN_SQLCE20=1

J:/WINCE500>if not "" == "1" goto noSQLCE20
J:/WINCE500>if "" == "1" set SQLCE_MODULES= edb
J:/WINCE500>if "" == "1" set SYSGEN_CORELOC=1
J:/WINCE500>if "" == "1" set SYSGEN_CRYPTO=1

J:/WINCE500>if "" == "1" set SYSGEN_STDIO=1
J:/WINCE500>if "" == "1" set SYSGEN_MINGWES=1
J:/WINCE500>if "" == "1" set __SYSGEN_GWE_TIMER=1
J:/WINCE500>if "" == "1" set __SYSGEN_NEED_MINICOM=1
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile netcf pass1

J:/WINCE500>REM echo CallProjFile netcf pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//netcf.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//netcf.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM Add .Net Compact Framework dependency support if USDK supported
J:/WINCE500>if not "1" == "1" goto NoUsdk
J:/WINCE500>set SYSGEN_DOTNET_SUPPORT=1

J:/WINCE500>REM Add .Net Compact Framework to the platform
J:/WINCE500>if not "" == "1" goto NoDotNetSmartfon
J:/WINCE500>REM Add .Net Compact Framework to the platform

J:/WINCE500>if not "1" == "1" goto NoDotNet
J:/WINCE500>set NETCF_MODULES= dotnet
J:/WINCE500>set SYSGEN_DOTNET_SUPPORT=1
J:/WINCE500>REM Add .Net Compact Framework dependency support to the platform
J:/WINCE500>if not "1" == "1" goto NoDotNetSupp
J:/WINCE500>set __SYSGEN_NEED_MINICOM=1
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set SYSGEN_STDIO=1

J:/WINCE500>set SYSGEN_CPP_EH_AND_RTTI=1
J:/WINCE500>set SYSGEN_CRYPTO=1
J:/WINCE500>set SYSGEN_WININET=1
J:/WINCE500>set SYSGEN_CORESTRA=1
J:/WINCE500>set SYSGEN_STDIOA=1

J:/WINCE500>set SYSGEN_WINSOCK=1
J:/WINCE500>set SYSGEN_COMMCTRL=1
J:/WINCE500>set SYSGEN_IMAGING=1
J:/WINCE500>set SYSGEN_IMAGING_BMP_DECODE=1
J:/WINCE500>set SYSGEN_IMAGING_JPG_DECODE=1
J:/WINCE500>set SYSGEN_IMAGING_PNG_DECODE=1

J:/WINCE500>set SYSGEN_IMAGING_GIF_DECODE=1
J:/WINCE500>set SYSGEN_CORELOC=1
J:/WINCE500>if "" == "1" set NETCF_MODULES= dotnet sqlce20_dp

J:/WINCE500>if "" == "1" set NETCF_MODULES= dotnet sql2000_dp
J:/WINCE500>REM ========================================================================
J:/WINCE500>REM Visual Studio Add-in
J:/WINCE500>REM ========================================================================
J:/WINCE500>if not "" == "1" goto noVS_SD_Auth

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile datasync pass1

J:/WINCE500>REM echo CallProjFile datasync pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//datasync.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//datasync.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "" == "1" goto No_DevMgmt

J:/WINCE500>REM PD-DRM requires ActiveSync
J:/WINCE500>if "" == "1" set SYSGEN_AS_BASE=1
J:/WINCE500>REM // If we're supporting DRM and ActiveSync, bring in CeDrmUtil to allow transferring content
J:/WINCE500>if "" == "1" set DATASYNC_MODULES= cedrmutil

J:/WINCE500>if not "" == "1" goto No_AS_all
J:/WINCE500>if not "" == "1" goto No_AS_FILE
J:/WINCE500>if not "" == "1" goto No_AS_PIM

J:/WINCE500>if not "" == "1" goto No_AS_Mail
J:/WINCE500>if not "" == "1" goto No_UDP2TCP
J:/WINCE500>if not "" == "1" goto No_AS_BASE

J:/WINCE500>if "" == "1" set SYSGEN_WCELDCMD=
J:/WINCE500>if not "" == "1" if not "" == "1" goto No_WCELoad

J:/WINCE500>if not "" == "1" goto No_AS_FILESYNCONLY
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile voip pass1
J:/WINCE500>REM echo CallProjFile voip pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//voip.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//voip.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if "" == "1" set SYSGEN_PPP=1
J:/WINCE500>if not "" == "1" goto No_MESSENGER

J:/WINCE500>REM ---------- 
J:/WINCE500>REM VoIP reference user interface
J:/WINCE500>REM ----------
J:/WINCE500>if not "" == "1" goto No_VoIPPhoneUI

J:/WINCE500>REM ---------- 
J:/WINCE500>REM VoIP Phone Manager core
J:/WINCE500>REM ----------

J:/WINCE500>if not "" == "1" goto No_VoIPPhoneMgr
J:/WINCE500>REM ---------- 
J:/WINCE500>REM VoIP Reference Media Manager 
J:/WINCE500>REM ----------
J:/WINCE500>if not "" == "1" goto No_VoIPPhoneRefMedia
J:/WINCE500>REM ---------- 
J:/WINCE500>REM VoIP Phone Manager DB store using CEDB
J:/WINCE500>REM ----------

J:/WINCE500>if not "" == "1" goto No_VoIPPhoneDBStore
J:/WINCE500>REM ---------- 
J:/WINCE500>REM VoIP Phone Configuration Data Store
J:/WINCE500>REM ----------

J:/WINCE500>if not "" == "1" goto No_VoIPPhoneConfigStore
J:/WINCE500>REM ---------- 
J:/WINCE500>REM OWA Exchange Client
J:/WINCE500>REM ----------

J:/WINCE500>if not "" == "1" goto No_OWAExchangeClient
J:/WINCE500>REM ---------- 
J:/WINCE500>REM VoIP Local Authentication Plugin (LAP)
J:/WINCE500>REM ----------
J:/WINCE500>if not "" == "1" goto No_Lap

J:/WINCE500>REM ---------- 
J:/WINCE500>REM VoIP Phone IME (From MDD)
J:/WINCE500>REM ----------
J:/WINCE500>if not "" == "1" goto No_PhoneIme
J:/WINCE500>if not "" == "1" goto No_VOIP
J:/WINCE500>if not "" == "1" goto No_VOIP_Siren

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile directx pass1

J:/WINCE500>REM echo CallProjFile directx pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//directx.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//directx.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM ---------------------------------------
J:/WINCE500>REM AV UPnP Media Renderer sample

J:/WINCE500>REM ---------------------------------------
J:/WINCE500>if not "" == "1" goto endRenderer
J:/WINCE500>REM // DirectShow sample applications
J:/WINCE500>if not "" == "1" goto No_Sample

J:/WINCE500>REM The following high-level options are set by the Config Wizards
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if not "" == "1" goto No_StreamAV
J:/WINCE500>if not "" == "1" goto No_StreamAudio
J:/WINCE500>if not "" == "1" goto No_LocalAudio
J:/WINCE500>REM =================================================================================================

J:/WINCE500>if not "" == "1" goto No_CEPlayer
J:/WINCE500>if not "" == "1" goto No_DDVD_Samples
J:/WINCE500>REM =================================================================================================

J:/WINCE500>if not "" == "1" goto No_DirectDVD
J:/WINCE500>if not "" == "1" goto Not_DmoOnly

J:/WINCE500>if not "" == "1" goto No_Mp3DMOD
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMA=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_DMO=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_VIDREND=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_DMO=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_ACMWRAP=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_DMO=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_MSRLE=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_MPEGSPLITTER=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_DMO=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_MPEGSPLITTER=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_MPEGSPLITTER=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_ICM=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_ICM=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_VIDREND=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_ACMWRAP=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_ACMWRAP=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_ACMWRAP=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_ACMWRAP=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1

J:/WINCE500>if not "" == "1" goto No_DRMOCX
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1

J:/WINCE500>if "" == "1" set SYSGEN_DSHOW_WMT=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if "" == "1" set SYSGEN_DSHOW=1
J:/WINCE500>if not "" == "1" goto No_DShow

J:/WINCE500>REM // IE DirectX Filters and Transitions needs DDraw
J:/WINCE500>if "" == "1" set SYSGEN_DDRAW=1
J:/WINCE500>if not "" == "1" goto No_UrlRdr
J:/WINCE500>if not "" == "1" goto No_D3DMXScale

J:/WINCE500>if not "" == "1" goto No_D3DMRef
J:/WINCE500>if not "" == "1" goto No_Direct3DMobile
J:/WINCE500>if not "" == "1" goto No_DDraw
J:/WINCE500>REM ACM codecs
J:/WINCE500>REM =========================================================

J:/WINCE500>if not "" == "1" goto No_MSADPCM_ACM
J:/WINCE500>if not "" == "1" goto No_IMAADPCM_ACM
J:/WINCE500>if not "" == "1" goto No_MSGSM610_ACM

J:/WINCE500>if not "" == "1" goto No_MSG711_ACM
J:/WINCE500>if not "" == "1" goto No_MP3_ACM

J:/WINCE500>if not "" == "1" goto No_WMA_ACM
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile viewers pass1

J:/WINCE500>REM echo CallProjFile viewers pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//viewers.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//viewers.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "" == "1" goto noxlsviewer

J:/WINCE500>if not "" == "1" goto nopptviewer
J:/WINCE500>if not "" == "1" goto noimageviewer

J:/WINCE500>if not "" == "1" goto nodocviewer
J:/WINCE500>if not "" == "1" goto nopdfviewer

J:/WINCE500>if not "" == "1" goto noViewerUtils
J:/WINCE500>if not "" == "1" goto noViewerAutoShape
J:/WINCE500>if not "" == "1" goto noViewerDcdJPEG

J:/WINCE500>if not "" == "1" goto noViewerEcdJPEG
J:/WINCE500>if not "" == "1" goto noViewerPicStream

J:/WINCE500>if "" == "1" set VIEWERS_MODULES= WTResources
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile wceappsfe pass1

J:/WINCE500>REM echo CallProjFile wceappsfe pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceappsfe.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceappsfe.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "" == "1" goto No_POOM

J:/WINCE500>if not "" == "1" goto No_PMAIL
J:/WINCE500>if not "" == "1" goto noPIMMail_Common
J:/WINCE500>if not "" == "1" goto noUICOM
J:/WINCE500>if "" == "1" set WCEAPPSFE_MODULES= citydb
J:/WINCE500>REM pWord
J:/WINCE500>if "" == "1" set WCEAPPSFE_MODULES= pword pwd_res pwwiff

J:/WINCE500>REM minimal fonts for pword are Times and Symbol
J:/WINCE500>if "" == "1" set SYSGEN_FONTS_SYMBOL=1
J:/WINCE500>if "" == "1" set SYSGEN_FONTS_TIMES_1_30=1
J:/WINCE500>REM pWord and pInbox require some common components

J:/WINCE500>if "" == "1" set __SYSGEN_APPS_CMN=1
J:/WINCE500>if "" == "1" set __SYSGEN_APPS_CMN=1
J:/WINCE500>if "" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if not "" == "1" goto noAppsCmn

J:/WINCE500>if "" == "1" set WCEAPPSFE_MODULES= riched20
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile wceshellfe pass1

J:/WINCE500>REM echo CallProjFile wceshellfe pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceshellfe.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceshellfe.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM     
J:/WINCE500>REM Standard SDK features

J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if not "1" == "1" goto NoUSDK
J:/WINCE500>set SYSGEN_AYGSHELL=1
J:/WINCE500>set SYSGEN_AUDIO=1

J:/WINCE500>set SYSGEN_WININET=1
J:/WINCE500>set SYSGEN_URLMON=1
J:/WINCE500>set SYSGEN_CPP_EH_AND_RTTI=1
J:/WINCE500>set SYSGEN_REDIR=1
J:/WINCE500>set SYSGEN_MSXML_DOM=1

J:/WINCE500>set SYSGEN_ATL=1
J:/WINCE500>set SYSGEN_SOAPTK_CLIENT=1
J:/WINCE500>set SYSGEN_MSMQ=1
J:/WINCE500>set SYSGEN_LDAP=1

J:/WINCE500>set SYSGEN_OBEX_CLIENT=1
J:/WINCE500>set SYSGEN_AUTH=1
J:/WINCE500>set SYSGEN_GRADFILL=1
J:/WINCE500>set SYSGEN_PRINTING=1
J:/WINCE500>set __SYSGEN_STANSDK=1

J:/WINCE500>set __SYSGEN_COM_GUIDS=1
J:/WINCE500>set __SYSGEN_COM_STG=1
J:/WINCE500>set SYSGEN_COMMDLG=1
J:/WINCE500>set SYSGEN_STDIOA=1
J:/WINCE500>set SYSGEN_STANDARDSHELL=1

J:/WINCE500>if not "" == "1" goto noWBTShell
J:/WINCE500>if not "1" == "1" goto noStandardShell

J:/WINCE500>set __SYSGEN_EXPLORER=1
J:/WINCE500>set SYSGEN_CTLPNL=1
J:/WINCE500>set __SYSGEN_NEED_OLE=1
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set __SYSGEN_FULLGWES=1

J:/WINCE500>set __SYSGEN_SHELL_APIS=1
J:/WINCE500>set SYSGEN_STDIOA=1
J:/WINCE500>set SYSGEN_CORESTRA=1
J:/WINCE500>set SYSGEN_FMTMSG=1
J:/WINCE500>set SYSGEN_COMMCTRL=1

J:/WINCE500>set SYSGEN_COMMDLG=1
J:/WINCE500>set SYSGEN_IMM=1
J:/WINCE500>set SYSGEN_PM=1
J:/WINCE500>set SYSGEN_FSDBASE=1
J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1

J:/WINCE500>set SYSGEN_TIMESVC_DST=1
J:/WINCE500>REM // Help engine
J:/WINCE500>if not "" == "1" goto NoHelp

J:/WINCE500>REM // select the pocket IE help engine
J:/WINCE500>if "" == "1" set WCESHELLFE_MODULES= htmlview peghelp
J:/WINCE500>if "" == "1" set SYSGEN_WEBVIEW=1
J:/WINCE500>REM // PIE (Pocket Internet Explorer) 

J:/WINCE500>if not "" == "1" goto NoPIE
J:/WINCE500>REM // pIE HTML Renderer.  Needed for pIE and PegHelp
J:/WINCE500>if not "" == "1" goto No_WebView

J:/WINCE500>REM // msscript
J:/WINCE500>if not "" == "1" goto No_MSScript
J:/WINCE500>if "" == "1" set SYSGEN_CTLPNL=1

J:/WINCE500>if "" == "1" set SYSGEN_CTLPNL=1
J:/WINCE500>if "" == "1" set SYSGEN_CTLPNL=1
J:/WINCE500>if "1" == "1" set SYSGEN_CTLPNL=1
J:/WINCE500>if not "1" == "1" goto noCtlPnl

J:/WINCE500>set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse
J:/WINCE500>set WCESHELLFE_MODULES= control ctlpnl cplmain
J:/WINCE500>set SYSGEN_COMMCTRL=1
J:/WINCE500>set SYSGEN_COMMDLG=1
J:/WINCE500>set __SYSGEN_NEED_MINICOM=1

J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set __SYSGEN_COREDLL_TIMEZONEINFO=1
J:/WINCE500>REM Optional control panel applets
J:/WINCE500>if "" == "1" set WCESHELLFE_MODULES= control ctlpnl cplmain dmpnl
J:/WINCE500>if "" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse comm

J:/WINCE500>if "" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse power
J:/WINCE500>if "" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse remove
J:/WINCE500>REM Optional tabs of the display CPL. Remove those you don't need
J:/WINCE500>set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse backlight

J:/WINCE500>set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight
J:/WINCE500>if not "" == "1" if not "" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse backlight colorscheme
J:/WINCE500>if "" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse backlight colorscheme accessib
J:/WINCE500>if "" == "1" set SYSGEN_AUTORAS=1

J:/WINCE500>if "" == "1" set SYSGEN_TAPI=1
J:/WINCE500>if "" == "1" set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight connpnl
J:/WINCE500>REM // Regional-settings CPL. Replace intll with intlp for PalmPC-sized dialogs
J:/WINCE500>REM // include the qvga portrait or the vga landscape version
J:/WINCE500>if not "" == "1" goto else_intl_qvgap

J:/WINCE500>set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll
J:/WINCE500>REM // storage manager UI cpl applet support
J:/WINCE500>if not "" == "1" goto :nostgui

J:/WINCE500>if not "" == "1" goto notranscriber

J:/WINCE500>REM $$$ Fix later, these don't build for other locales
J:/WINCE500>set __SYSGEN_IMES=

J:/WINCE500>if "0409" == "0804" set __SYSGEN_IMES=1

J:/WINCE500>if "0409" == "1004" set __SYSGEN_IMES=1
J:/WINCE500>if "0409" == "0404" set __SYSGEN_IMES=1
J:/WINCE500>if "0409" == "0C04" set __SYSGEN_IMES=1
J:/WINCE500>if "0409" == "1404" set __SYSGEN_IMES=1
J:/WINCE500>if "0409" == "0411" set __SYSGEN_IMES=1
J:/WINCE500>if "0409" == "0412" set __SYSGEN_IMES=1
J:/WINCE500>if not "" == "1" goto noIMES
J:/WINCE500>REM // Solitare component.
J:/WINCE500>if not "" == "1" goto noSolitare
J:/WINCE500>REM // Solitare component.
J:/WINCE500>if not "" == "1" goto noFreeCell
J:/WINCE500>if "" == "1" set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll pegcards
J:/WINCE500>REM // FTPUpdate component.  Sample application for downloading flash image
J:/WINCE500>if "" == "1" set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll ftpupdate
J:/WINCE500>if "" == "1" set __SYSGEN_NEED_HTTP_FTP=1
J:/WINCE500>if "" == "1" set SYSGEN_COMMCTRL=1
J:/WINCE500>REM // Watson - Main Feature
J:/WINCE500>if not "" == "1" goto noWatson
J:/WINCE500>REM // Watson - Upload Client With UI.
J:/WINCE500>if not "" == "1" goto noWatsonClientUi
J:/WINCE500>REM // Watson - OEM can replace DwConn.lib
J:/WINCE500>if "" == "1" set SYSGEN_WATSON_CLIENT=1
J:/WINCE500>REM // Watson - Upload Client.
J:/WINCE500>if not "1" == "1" goto noWatsonClient
J:/WINCE500>if "" == "1" set WCESHELLFE_REPLACE_MODULES= Dw
J:/WINCE500>if not "" == "1" set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll Dw
J:/WINCE500>set SYSGEN_STDIOA=1
J:/WINCE500>set SYSGEN_STRSAFE=1
J:/WINCE500>set SYSGEN_TIMESVC_API=1
J:/WINCE500>set __SYSGEN_NEED_HTTP=1
J:/WINCE500>set SYSGEN_AUTH_SCHANNEL=1
J:/WINCE500>set __SYSGEN_FILESYS=1

J:/WINCE500>set SYSGEN_MINNOTIFY=1
J:/WINCE500>REM // Watson - Control Panel.
J:/WINCE500>if not "1" == "1" goto noWatsonCtlPnl
J:/WINCE500>set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll Dw DwCtlPnl
J:/WINCE500>set SYSGEN_STDIOA=1

J:/WINCE500>set SYSGEN_STRSAFE=1
J:/WINCE500>REM // Watson - Transfer Driver.
J:/WINCE500>if not "1" == "1" goto noWatsonXfer
J:/WINCE500>set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll Dw DwCtlPnl DwXfer
J:/WINCE500>set SYSGEN_STDIOA=1

J:/WINCE500>set SYSGEN_STRSAFE=1
J:/WINCE500>set __SYSGEN_FILESYS=1
J:/WINCE500>set SYSGEN_CORELOC=1
J:/WINCE500>set SYSGEN_DEVICE=1

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile rdp pass1
J:/WINCE500>REM echo CallProjFile rdp pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//rdp.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//rdp.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "" == "1" goto NoRdpFilter

J:/WINCE500>if not "" == "1" goto NoWBTShell
J:/WINCE500>if "" == "1" set __SYSGEN_RDP_RDRBASE=1

J:/WINCE500>if "" == "1" set __SYSGEN_RDP_RDRBASE=1
J:/WINCE500>if "" == "1" set __SYSGEN_RDP_RDRBASE=1
J:/WINCE500>if "" == "1" set __SYSGEN_RDP_RDRBASE=1
J:/WINCE500>if "" == "1" set __SYSGEN_RDP_RDRBASE=1
J:/WINCE500>if "" == "1" set __SYSGEN_RDP_RDRBASE=1
J:/WINCE500>if "" == "1" set SYSGEN_RDP=1

J:/WINCE500>if "" == "1" set SYSGEN_RDP=1
J:/WINCE500>if not "" == "1" goto End_RDP
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile shell pass1

J:/WINCE500>REM echo CallProjFile shell pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shell.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shell.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "1" == "1" goto noExplorer
J:/WINCE500>set SHELL_MODULES= explorer
J:/WINCE500>set SYSGEN_COMMCTRL=1

J:/WINCE500>set SYSGEN_NOTIFY=1
J:/WINCE500>set SYSGEN_STDIOA=1
J:/WINCE500>set SYSGEN_STRSAFE=1
J:/WINCE500>set __SYSGEN_CESHELL=1
J:/WINCE500>set __SYSGEN_NEED_OLE=1
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set __SYSGEN_SHELL_MODULES=1
J:/WINCE500>set __SYSGEN_SHVW=1
J:/WINCE500>if not "1" == "1" goto NoCEShell

J:/WINCE500>set SHELL_MODULES= explorer shcore ceshell
J:/WINCE500>set CESHELL_COMPONENTS= ceshapi ceshui taskbarlist
J:/WINCE500>set SHCORE_COMPONENTS= shcore path
J:/WINCE500>set SYSGEN_COMMCTRL=1
J:/WINCE500>set SYSGEN_STRSAFE=1

J:/WINCE500>set __SYSGEN_IE_UUID=1
J:/WINCE500>set __SYSGEN_NEED_OLE=1
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set __SYSGEN_SHELL_MODULES=1

J:/WINCE500>REM // Set a fake module that will help us filer the bib and dat files
J:/WINCE500>if not "1" == "" if "" == "1" set SHELL_MODULES= explorer shcore ceshell qvgap
J:/WINCE500>if not "1" == "" if "" == "" set SHELL_MODULES= explorer shcore ceshell vgal
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile shellsdk pass1

J:/WINCE500>REM echo CallProjFile shellsdk pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shellsdk.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shellsdk.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if not "1" == "1" goto NoShellSDK
J:/WINCE500>set __SYSGEN_NEED_OLE=1

J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set __SYSGEN_IE_UUID=1
J:/WINCE500>set SYSGEN_COMMCTRL=1
J:/WINCE500>set SHELLSDK_MODULES= aygshell
J:/WINCE500>set AYGSHELL_COMPONENTS= aygshcore aygshhpc

J:/WINCE500>if "" == "1" goto AygYesNetCF
J:/WINCE500>set AYGSHELL_COMPONENTS= aygshcore aygshhpc aygshno
J:/WINCE500>goto HandleAygshellQVGA
J:/WINCE500>if "" == "1" goto AygshellQVGA

J:/WINCE500>set AYGSHELL_COMPONENTS= aygshcore aygshhpc aygshno aygnqvga
J:/WINCE500>goto NoShellSDK
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile servers pass1

J:/WINCE500>REM echo CallProjFile servers pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//servers.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//servers.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM ---------------------------------------
J:/WINCE500>REM MSN Direct
J:/WINCE500>REM ---------------------------------------

J:/WINCE500>if "" == "1" set SYSGEN_COMMCTRL=1
J:/WINCE500>if "" == "1" set SYSGEN_CPP_EH_AND_RTTI=1
J:/WINCE500>if "" == "1" set SERVERS_MODULES= MSNDirectApp
J:/WINCE500>REM ---------------------------------------
J:/WINCE500>REM Local Search for Devices API
J:/WINCE500>REM ---------------------------------------
J:/WINCE500>if "" == "1" set SYSGEN_LIVESEARCH=1
J:/WINCE500>if "" == "1" set SYSGEN_COMMCTRL=1
J:/WINCE500>if "" == "1" set SYSGEN_FMTRES=1
J:/WINCE500>if "" == "1" set SERVERS_MODULES= QueryPhoneBookSample
J:/WINCE500>if "" == "1" set SERVERS_MODULES= QueryPhoneBookGuiSample
J:/WINCE500>if "" == "1" set SYSGEN_WININET=1
J:/WINCE500>if "" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if "" == "1" set SYSGEN_CORELOC=1
J:/WINCE500>if "" == "1" set SERVERS_MODULES= localsearch

J:/WINCE500>REM AV UPnP toolkit
J:/WINCE500>if not "" == "1" if not "" == "1" goto End_UPnP_AV
J:/WINCE500>REM Internet Gateway Device
J:/WINCE500>if "1" == "1" set SYSGEN_GATEWAY_UI=1
J:/WINCE500>if "1" == "1" set SYSGEN_GATEWAY=1

J:/WINCE500>if "" == "1" set SERVERS_MODULES= igd
J:/WINCE500>if "" == "1" set SYSGEN_UPNP_DEVICE_MINI=1
J:/WINCE500>if "" == "1" set SYSGEN_GATEWAY=1
J:/WINCE500>REM ---------------------------------------

J:/WINCE500>REM P2P
J:/WINCE500>REM ---------------------------------------
J:/WINCE500>REM unless xml support is needed use p2pcommon with xml stubs
J:/WINCE500>set P2P_COMMON=p2pcommon_xml_stubs

J:/WINCE500>if not "" == "1" goto endPNRP
J:/WINCE500>if not "" == "1" goto endIDMGR
J:/WINCE500>if not "" == "1" goto endP2P

J:/WINCE500>if not "" == "1" goto :sideshow_end
J:/WINCE500>REM

J:/WINCE500>REM  Generic UPnP sample for device discovery
J:/WINCE500>if "" == "1" set SERVERS_MODULES= discoverservice
J:/WINCE500>if "" == "1" set SYSGEN_UPNP_DEVICE_MINI=1
J:/WINCE500>REM UPnP tools

J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpreg
J:/WINCE500>if "" == "1" set SYSGEN_UPNP_DEVICE=1
J:/WINCE500>if "" == "1" set SERVERS_MODULES= genericucp
J:/WINCE500>if "" == "1" set SYSGEN_COMMCTRL=1
J:/WINCE500>if "" == "1" set SYSGEN_UPNP_CTRL=1

J:/WINCE500>REM Universal Plug and Play
J:/WINCE500>if not "1" == "1" if not "1" == "1" if not "" == "1" goto End_UPNP
J:/WINCE500>set SERVERS_MODULES= upnpsvc upnpcapi

J:/WINCE500>set SYSGEN_MSXML_MINI=1
J:/WINCE500>set SYSGEN_IPHLPAPI=1

J:/WINCE500>set SYSGEN_HTTPD=1
J:/WINCE500>set SYSGEN_MSGQUEUE=1
J:/WINCE500>set __SYSGEN_OLEAUT32=1
J:/WINCE500>set __SYSGEN_NEED_MINICOM=1

J:/WINCE500>REM UPNP needs HTTP services (either wininet or httplite)
J:/WINCE500>set __SYSGEN_NEED_HTTP=1
J:/WINCE500>if not "1" == "1" if not "1" == "1" goto End_UPNP

J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set SERVERS_UUID= upnpuuid
J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl

J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader
J:/WINCE500>REM
J:/WINCE500>REM  OBEX
J:/WINCE500>REM
J:/WINCE500>if "" == "1" set SYSGEN_OBEX_SERVER=1
J:/WINCE500>if "" == "1" set SYSGEN_OBEX_SERVER=1

J:/WINCE500>if "1" == "1" set SYSGEN_SERVICES=1
J:/WINCE500>if "1" == "1" set __SYSGEN_OBEX_BASE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_OBEX_BASE=1
J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi

J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr obexfile
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr obexinbx
J:/WINCE500>if not "1" == "1" goto noObexBase
J:/WINCE500>set SERVERS_UUID= upnpuuid obexuuid
J:/WINCE500>set SYSGEN_WINSOCK=1
J:/WINCE500>set __SYSGEN_NEED_MINICOM=1
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1

J:/WINCE500>REM
J:/WINCE500>REM  SMB File/Print server
J:/WINCE500>REM
J:/WINCE500>if "" == "1" set SYSGEN_SMB_FILE=1
J:/WINCE500>if "" == "1" set __SYSGEN_SMB=1
J:/WINCE500>if "" == "1" set __SYSGEN_SMB=1
J:/WINCE500>if "" == "1" set SMBSERVER_COMPONENTS=SMB_FILEFACTORY
J:/WINCE500>if "" == "1" set SYSGEN_MINNOTIFY=1
J:/WINCE500>if "" == "1" set SYSGEN_SERVICES=1
J:/WINCE500>if "" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "" == "1" set SYSGEN_FSPASSWORD=1
J:/WINCE500>if "" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "" == "1" set SYSGEN_AUTH_NTLM=1

J:/WINCE500>if "" == "1" set __SYSGEN_AUTH_SPNEGO=1
J:/WINCE500>if "" == "1" set __SYSGEN_NETBIOS=1
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr smbserver smbconfig
J:/WINCE500>if "" == "1" set SYSGEN_ASP=1
J:/WINCE500>if "" == "1" set SYSGEN_ASP=1
J:/WINCE500>if "" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "" == "1" set __SYSGEN_OLE32_MCOMMON=1

J:/WINCE500>if "1" == "1" set SYSGEN_CMD=1
J:/WINCE500>if "1" == "1" set SYSGEN_STDIO=1
J:/WINCE500>if "1" == "1" set SYSGEN_SERVICES=1
J:/WINCE500>if "1" == "1" set SYSGEN_FSPASSWORD=1
J:/WINCE500>if "1" == "1" set SYSGEN_SERVICES=1
J:/WINCE500>if "1" == "1" set SYSGEN_FSPASSWORD=1
J:/WINCE500>if "1" == "1" set SYSGEN_TIMESVC_DST=1

J:/WINCE500>if "1" == "1" set __SYSGEN_TIMESVC_SNTP_CORE=1
J:/WINCE500>if "" == "1" set __SYSGEN_TIMESVC_SNTP_CORE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_TIMESVC=1
J:/WINCE500>if "1" == "1" set __SYSGEN_TIMESVC=1

J:/WINCE500>REM
J:/WINCE500>REM  Soap Toolkit
J:/WINCE500>REM
J:/WINCE500>if "" == "1" set SYSGEN_SOAPTK_CLIENT=1
J:/WINCE500>if "" == "1" set SYSGEN_SOAPTK_SERVER=1
J:/WINCE500>if "1" == "1" set __SYSGEN_SOAPTK_BASE=1

J:/WINCE500>if "" == "1" set __SYSGEN_SOAPTK_BASE=1
J:/WINCE500>if "" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "" == "1" set SYSGEN_SERVICES=1
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr soapisap
J:/WINCE500>if not "" == "1" goto noSoapProxy

J:/WINCE500>if not "1" == "1" goto noSoapTKBase
J:/WINCE500>set SYSGEN_MSXML_DOM=1
J:/WINCE500>set SYSGEN_MSXML_XQL=1
J:/WINCE500>set SYSGEN_CERTS=1

J:/WINCE500>REM SOAP needs HTTP services (either wininet or httplite)
J:/WINCE500>set __SYSGEN_NEED_HTTP=1
J:/WINCE500>set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr
J:/WINCE500>set SERVERS_UUID= upnpuuid obexuuid mssoapuuid

J:/WINCE500>if "" == "1" set SYSGEN_MSMQ=1
J:/WINCE500>if "" == "1" set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>if "" == "1" set __SYSGEN_NEED_MINICOM=1
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if not "" == "1" goto skipMsmqSrmp
J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm mqoa
J:/WINCE500>if "1" == "1" set SYSGEN_SERVICES=1
J:/WINCE500>if "1" == "1" set SYSGEN_IPHLPAPI=1

J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd
J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd
J:/WINCE500>REM Headless appliance demos
J:/WINCE500>if "" == "1" set SYSGEN_CRYPTO=1
J:/WINCE500>if "" == "1" set SYSGEN_IPHLPAPI=1

J:/WINCE500>if "" == "1" set SYSGEN_BRIDGE2=1
J:/WINCE500>if "" == "1" set SYSGEN_ETHERNET=1
J:/WINCE500>if "" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "" == "1" set SYSGEN_CRYPTO=1
J:/WINCE500>if "" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "" == "1" set SYSGEN_ETHERNET=1

J:/WINCE500>if "" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "" == "1" set SYSGEN_SERVICES=1
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd svcstart

J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd picisapi
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd fccontrol
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd xmini xnconfig
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd xmini2 xnconfig
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd USBFlashAPService
J:/WINCE500>if "" == "1" set SYSGEN_MSXML_MINI=1

J:/WINCE500>if "" == "1" set SYSGEN_ETH_80211=1
J:/WINCE500>REM
J:/WINCE500>REM   Web Proxy & Parental Control
J:/WINCE500>REM
J:/WINCE500>if not "1" == "1" goto end_PC
J:/WINCE500>set SYSGEN_HTTP_PROXY=1
J:/WINCE500>set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll
J:/WINCE500>if not "1" == "1" goto end_http_proxy

J:/WINCE500>set SYSGEN_SERVICES=1
J:/WINCE500>set SYSGEN_FSPASSWORD=1
J:/WINCE500>set SYSGEN_IPHLPAPI=1
J:/WINCE500>set SYSGEN_AUTH_NTLM=1
J:/WINCE500>set SYSGEN_FIREWALL=1
J:/WINCE500>set SYSGEN_WINSOCK=1

J:/WINCE500>set SYSGEN_STDIOA=1
J:/WINCE500>set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy
J:/WINCE500>REM Web server settings
J:/WINCE500>if "" == "1" set ASP_COMPONENTS=aspparse aspcolct

J:/WINCE500>if "" == "1" set __SYSGEN_NEED_MINICOM=1
J:/WINCE500>if "" == "1" set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy asp
J:/WINCE500>REM // ISAPI Extension to configure the web server from a remote web browser.

J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy httpdadm
J:/WINCE500>REM // ISAPI Extension to configure the device from a web browser.  Options include regedit, filesys, and process viewer.
J:/WINCE500>if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy sysisapi
J:/WINCE500>if not "" == "1" goto No_WebDav
J:/WINCE500>REM // Bluetooth
J:/WINCE500>if not "" == "1" goto endbtgw
J:/WINCE500>if "" == "1" set SYSGEN_SERVICES=1

J:/WINCE500>if "" == "1" if "1" == "1" set SYSGEN_SERVICES=1
J:/WINCE500>if "1" == "1" if "1" == "1" if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy routenbtd
J:/WINCE500>REM   -------------------------------------------------------------------------------------------------------------
J:/WINCE500>REM   RemoteUI
J:/WINCE500>REM

J:/WINCE500>REM   -------------------------------------------------------------------------------------------------------------
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_CORE=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_COREUI=1
J:/WINCE500>if "1" == "1" set __SYSGEN_HEADLESSUI_CORE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_HEADLESSUI_COREUI=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_CORE=1

J:/WINCE500>if "1" == "1" set SYSGEN_HTTPD=1
J:/WINCE500>if "1" == "1" if "" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy btconfig
J:/WINCE500>if NOT "1" == "1" goto noHeadlessUI
J:/WINCE500>set SERVERS_UUID= upnpuuid obexuuid mssoapuuid remoteuiuuid

J:/WINCE500>set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin
J:/WINCE500>set __SYSGEN_NEED_MINICOM=1
J:/WINCE500>set __SYSGEN_OLEAUT32=1
J:/WINCE500>set SYSGEN_CORELOC=1
J:/WINCE500>set SYSGEN_NDISUIO=1

J:/WINCE500>if not "" == "1" goto no_gatewayLogging
J:/WINCE500>REM   -------------------------------------------------------------------------------------------------------------
J:/WINCE500>if not "1" == "1" goto no_httpd

J:/WINCE500>set SYSGEN_SERVICES=1
J:/WINCE500>set SYSGEN_IPHLPAPI=1
J:/WINCE500>set HTTPD_COMPONENTS= httpisapi httpextn httpauth httpfilt
J:/WINCE500>if "" == "1" set HTTPD_COMPONENTS= httpisapi httpextn httpauth httpfilt httpasp

J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext
J:/WINCE500>set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd
J:/WINCE500>set SYSGEN_FSPASSWORD=1
J:/WINCE500>if "" == "1" set SYSGEN_SERVICES=1

J:/WINCE500>if not "1" == "1" goto :tsvc_end
J:/WINCE500>if not "1" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc
J:/WINCE500>set __SYSGEN_COREDLL_TIMEZONEINFO=1
J:/WINCE500>set TIMESVC_COMPONENTS=

J:/WINCE500>if "1" == "1" set TIMESVC_COMPONENTS= tsvc_dst
J:/WINCE500>if "" == "1" set TIMESVC_COMPONENTS= tsvc_dst tsvc_auto_update
J:/WINCE500>if "1" == "1" set TIMESVC_COMPONENTS= tsvc_dst tsvc_sntp
J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1

J:/WINCE500>if "1" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services
J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "1" == "1" set __SYSGEN_NETBIOS=1
J:/WINCE500>if "1" == "1" set SYSGEN_WINSOCK=1

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile script pass1

J:/WINCE500>REM echo CallProjFile script pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//script.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//script.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM Script Components
J:/WINCE500>if "" == "1" set __SYSGEN_JSCRIPT=1
J:/WINCE500>if "" == "1" set __SYSGEN_VBSCRIPT=1
J:/WINCE500>if "1" == "1" set __SYSGEN_JSCRIPT=1
J:/WINCE500>if "" == "1" set __SYSGEN_VBSCRIPT=1
J:/WINCE500>if "" == "1" set __SYSGEN_JSCRIPT=1
J:/WINCE500>if "" == "1" set __SYSGEN_VBSCRIPT=1
J:/WINCE500>if "" == "1" set __SYSGEN_JSCRIPT_AUTHOR=1
J:/WINCE500>if "" == "1" set __SYSGEN_VBSCRIPT_AUTHOR=1
J:/WINCE500>if "" == "1" set __SYSGEN_JSCRIPT_ENCODE=1
J:/WINCE500>if "" == "1" set __SYSGEN_VBSCRIPT_ENCODE=1

J:/WINCE500>if "" == "1" set __SYSGEN_VBSCRIPT_UI=1
J:/WINCE500>if not "1" == "1" if not "" == "1" goto skipScript
J:/WINCE500>set __SYSGEN_NEED_MINICOM=1
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set SYSGEN_CORESTRA=1
J:/WINCE500>set SYSGEN_DEVICE=1
J:/WINCE500>set __SYSGEN_IE_UUID=1

J:/WINCE500>if "1" == "1" set SCRIPT_MODULES= jscript
J:/WINCE500>if "1" == "1" set __SYSGEN_OLE32_MCOMMON=1
J:/WINCE500>if "" == "1" set SCRIPT_MODULES= jscript vbscript
J:/WINCE500>if "" == "1" set __SYSGEN_OLE32_MCOMMON=1
J:/WINCE500>if "" == "1" set JSCRIPT_COMPONENTS= jsauthor

J:/WINCE500>if "" == "1" set JSCRIPT_COMPONENTS= jsencode
J:/WINCE500>if "" == "1" set VBSCRIPT_COMPONENTS= vbsauthor
J:/WINCE500>if "" == "1" set VBSCRIPT_COMPONENTS= vbsencode
J:/WINCE500>if "" == "1" set VBSCRIPT_COMPONENTS= vbsui
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile ie pass1

J:/WINCE500>REM echo CallProjFile ie pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ie.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ie.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>if "" == "1" set __SYSGEN_IE=1

J:/WINCE500>if not "1" == "1" goto No_IESample
J:/WINCE500>set __SYSGEN_IE=1
J:/WINCE500>set __SYSGEN_IESAMPLE_APP=1
J:/WINCE500>set IE_MODULES= iepeers

J:/WINCE500>if not "1" == "1" goto No_IESampleApp
J:/WINCE500>set SYSGEN_INETCPL=1
J:/WINCE500>set IE_MODULES= iepeers iesample
J:/WINCE500>set SYSGEN_PRINTING=1
J:/WINCE500>set SYSGEN_STRSAFE=1
J:/WINCE500>set SYSGEN_STDIOA=1
J:/WINCE500>set SYSGEN_COMMCTRL=1
J:/WINCE500>set SYSGEN_WININET=1
J:/WINCE500>set SYSGEN_SHDOCVW=1

J:/WINCE500>set __SYSGEN_IECEEXT=1
J:/WINCE500>set __SYSGEN_SHLWAPI=1
J:/WINCE500>REM // certificate enroll sample utility
J:/WINCE500>REM

J:/WINCE500>if not "" == "1" goto No_Enroll
J:/WINCE500>REM // wceshellfe.bat will set _SYSGEN_HELP_IE or _SYSGEN_HELP_PIE
J:/WINCE500>REM // This is done in order to make sure only one help engine is chosen
J:/WINCE500>if not "" == "1" goto NoHelp
J:/WINCE500>if not "1" == "1" goto No_IE
J:/WINCE500>set SYSGEN_WININET=1
J:/WINCE500>set SYSGEN_MLANG=1
J:/WINCE500>set SYSGEN_URLMON=1

J:/WINCE500>set SYSGEN_SHDOCVW=1
J:/WINCE500>set __SYSGEN_DOCHOST_EXT=1
J:/WINCE500>set SYSGEN_MSHTML=1
J:/WINCE500>set SYSGEN_AUTH=1
J:/WINCE500>set SYSGEN_CRYPTO=1
J:/WINCE500>set SYSGEN_CERTS=1
J:/WINCE500>REM optional TV features for MSHTML
J:/WINCE500>if not "" == "1" goto No_TVLENSALL

J:/WINCE500>REM ----------
J:/WINCE500>REM USDK
J:/WINCE500>REM ----------
J:/WINCE500>if not "1" == "1" goto NoUsdk
J:/WINCE500>set SYSGEN_MSXML_SAX=1

J:/WINCE500>if "" == "1" set SYSGEN_MSHTML_DBIND=1
J:/WINCE500>if "" == "1" set MSHTML_COMPONENTS= mshtml_dbind
J:/WINCE500>if not "" == "1" set MSHTML_COMPONENTS= mshtml_sdbind

J:/WINCE500>if "" == "1" set SYSGEN_TVLENS=1
J:/WINCE500>if "" == "1" set TVLENSREG_COMPONENTS= fwl

J:/WINCE500>if "" == "1" set SYSGEN_TVLENS=1
J:/WINCE500>if "" == "1" set TVLENSREG_COMPONENTS= dta
J:/WINCE500>if "" == "1" set SYSGEN_TVLENS=1
J:/WINCE500>if "" == "1" set TVLENSREG_COMPONENTS= novscrl
J:/WINCE500>if "" == "1" set SYSGEN_TVLENS=1

J:/WINCE500>if "" == "1" set TVLENSREG_COMPONENTS= largefont
J:/WINCE500>if "" == "1" set MSHTML_COMPONENTS= mshtml_sdbind tvlens
J:/WINCE500>if "" == "1" set IE_MODULES= iepeers iesample tvlensreg
J:/WINCE500>if "" == "1" set SYSGEN_MSHTML=1

J:/WINCE500>REM if BOTH AYGSHELL and STANDARDSHELL are set, bring in the bubble control
J:/WINCE500>REM but only if MHTSML, IE, is selected
J:/WINCE500>if not "1" == "1" goto No_SetIECtl
J:/WINCE500>if not "1" == "1" goto No_SetIECtl
J:/WINCE500>if "" == "1" set __SYSGEN_IECTL=1

J:/WINCE500>if "1" == "1" set __SYSGEN_IECTL=1
J:/WINCE500>if not "1" == "1" goto No_IECtl
J:/WINCE500>set IE_MODULES= iepeers iesample iectl
J:/WINCE500>REM browser engine

J:/WINCE500>if not "1" == "1" goto noMSHTML
J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml
J:/WINCE500>set __SYSGEN_COM_STG=1
J:/WINCE500>REM Fonts needed for display of bullets and at least latin text
J:/WINCE500>set __SYSGEN_FONTS_ANY_COUR=1

J:/WINCE500>set SYSGEN_FONTS_WINGDING=1
J:/WINCE500>set SYSGEN_URLMON=1
J:/WINCE500>set SYSGEN_WININET=1
J:/WINCE500>set SYSGEN_MLANG=1

J:/WINCE500>set __SYSGEN_SHLWAPI=1
J:/WINCE500>REM If mshtml is included then we need the CoreDLL Fiber component
J:/WINCE500>set SYSGEN_FIBER=1
J:/WINCE500>REM new mshtml now depends on cryptoapis
J:/WINCE500>set SYSGEN_CRYPTO=1

J:/WINCE500>set SYSGEN_COMMDLG=1
J:/WINCE500>REM optional mshtml components
J:/WINCE500>if not "" == "1" goto No_HTMLApp

J:/WINCE500>REM IE Theming DLL
J:/WINCE500>if not "" == "1" goto No_IETheme
J:/WINCE500>REM PNG image filter
J:/WINCE500>if not "" == "1" goto No_PNGFilt
J:/WINCE500>if not "" == "1" goto noImgUtil
J:/WINCE500>if not "" == "1" goto noDxTrans

J:/WINCE500>if not "1" == "1" goto noSHDocVw
J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc
J:/WINCE500>set SYSGEN_MLANG=1
J:/WINCE500>set SYSGEN_URLMON=1
J:/WINCE500>set SYSGEN_WININET=1

J:/WINCE500>set __SYSGEN_SHLWAPI=1
J:/WINCE500>set __SYSGEN_SHVW=1
J:/WINCE500>set __SYSGEN_DOCHOST=1

J:/WINCE500>if not "1" == "1" goto noSHVw
J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw
J:/WINCE500>if "1" == "1" set SHDOCVW_COMPONENTS= dochost
J:/WINCE500>if not "1" == "1" set SHDOCVW_COMPONENTS= dochost dhstubs

J:/WINCE500>if "1" == "1" set SHDOCVW_COMPONENTS= dochost dhext shdocres
J:/WINCE500>if not "1" == "1" set SHDOCVW_COMPONENTS= dochost dhext shdocres dhext_stubs
J:/WINCE500>set SYSGEN_COMMDLG=1
J:/WINCE500>set __SYSGEN_DSA=1
J:/WINCE500>set __SYSGEN_IECEEXT=1

J:/WINCE500>set __SYSGEN_SHLWAPI=1
J:/WINCE500>set __SYSGEN_COM_STG=1
J:/WINCE500>set __SYSGEN_NEED_OLE=1

J:/WINCE500>REM Internet settings control panel
J:/WINCE500>if not "1" == "1" goto InetCPLEnd
J:/WINCE500>if not "1" == "1" goto InetCPLEnd
J:/WINCE500>set __SYSGEN_COM_STG=1
J:/WINCE500>set SYSGEN_WININET=1

J:/WINCE500>set SYSGEN_COMMCTRL=1
J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl
J:/WINCE500>if not "1" == "1" goto InetCPLPIE
J:/WINCE500>if "" == "1" set INETCPL_COMPONENTS=inetcpl_ietvlens

J:/WINCE500>if not "" == "1" set INETCPL_COMPONENTS=inetcpl_ie
J:/WINCE500>goto InetCPLEnd
J:/WINCE500>REM Wininet depends
J:/WINCE500>if not "" == "1" goto NoTweener
J:/WINCE500>if not "" == "1" goto NoP3P

J:/WINCE500>if "" == "1" set SYSGEN_MSXML_MIMEVIEWER=1
J:/WINCE500>if not "" == "1" goto noMSXML_MimeViewer
J:/WINCE500>REM SYSGEN_MSXML_MINI is overridden if SYSGEN_MSXML_DOM is set, but specifying it signifies some sort of SAX parser is desired
J:/WINCE500>if "" == "1" set SYSGEN_MSXML_XQL=1

J:/WINCE500>if "" == "1" set MSXML3_COMPONENTS= xmlxslt
J:/WINCE500>if "" == "1" set SYSGEN_MSXML_DOM=1
J:/WINCE500>if "" == "1" set MSXML3_COMPONENTS= xmlislands
J:/WINCE500>if "1" == "1" set SYSGEN_MSXML_DOM=1
J:/WINCE500>if "1" == "1" set MSXML3_COMPONENTS= xmlxql

J:/WINCE500>if "1" == "1" set SYSGEN_MSXML_DOM=1
J:/WINCE500>if "1" == "1" set MSXML3_COMPONENTS= xmlxql xmlsax
J:/WINCE500>if "" == "1" set SYSGEN_MSXML_DOM=1
J:/WINCE500>if "" == "1" set MSXML3_COMPONENTS= xmlxql xmlsax xmlhttp
J:/WINCE500>if "" == "1" set SYSGEN_WININET=1
J:/WINCE500>if "" == "1" set SYSGEN_URLMON=1
J:/WINCE500>if "" == "1" set __SYSGEN_OLE32_MCOMMON=1
J:/WINCE500>if "" == "1" set SYSGEN_MSXML_DOM=1

J:/WINCE500>if "" == "1" set MSXML3_COMPONENTS= xmlxql xmlsax xmlerrorstrings
J:/WINCE500>if "1" == "1" set SYSGEN_WININET=1
J:/WINCE500>if not "1" == "1" goto No_MsxmlDom
J:/WINCE500>set MSXML3_COMPONENTS=xmldom  xmlxql xmlsax
J:/WINCE500>if "1" == "1" if "1" == "1" set MSXML3_COMPONENTS=xmldom  xmlxql xmlsax xmlnetfull

J:/WINCE500>if "1" == "1" if not "1" == "1" set MSXML3_COMPONENTS=xmldom  xmlxql xmlsax xmlnetfull xmlnetmini_wininet
J:/WINCE500>if not "1" == "1" set MSXML3_COMPONENTS=xmldom  xmlxql xmlsax xmlnetfull xmlnetmini_httplite
J:/WINCE500>set __SYSGEN_NEED_HTTP=1
J:/WINCE500>set __SYSGEN_COM_STG=1
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3
J:/WINCE500>set SYSGEN_MINGWES=1
J:/WINCE500>set __SYSGEN_NEED_MINICOM=1

J:/WINCE500>REM SYSGEN_MSXML_DOM overrides SYSGEN_MSXML_MINI if it is set, so skip past it.
J:/WINCE500>if "1" == "1" set MSXML3_COMPONENTS=xmldom  xmlxql xmlsax xmlnetfull xmlsax
J:/WINCE500>goto No_MsxmlMiniSax
J:/WINCE500>REM URLMon depends
J:/WINCE500>if not "1" == "1" goto noUrlmon

J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon
J:/WINCE500>set SYSGEN_MLANG=1
J:/WINCE500>set __SYSGEN_IECEEXT=1
J:/WINCE500>set __SYSGEN_COM_STG=1
J:/WINCE500>set __SYSGEN_NEED_OLE=1

J:/WINCE500>set __SYSGEN_SHLWAPI=1
J:/WINCE500>set URLMON_COMPONENTS=zones
J:/WINCE500>if not "1" == "1" goto noWininet
J:/WINCE500>if not "" == "1" set WININET_COMPONENTS= ppstubs

J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon wininet
J:/WINCE500>set __SYSGEN_SHLWAPI_MIN=1
J:/WINCE500>set __SYSGEN_FULLGWES=1
J:/WINCE500>set SYSGEN_FMTMSG=1

J:/WINCE500>set SYSGEN_WINSOCK=1
J:/WINCE500>set __SYSGEN_IE_UUID=1
J:/WINCE500>if "1" == "1" set __SYSGEN_SHLWAPI_MIN=1
J:/WINCE500>if "1" == "1" set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon wininet shlwapi

J:/WINCE500>if "1" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>if "1" == "1" set __SYSGEN_NEED_MINICOM=1
J:/WINCE500>if "1" == "1" set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>if "1" == "1" set SHLWAPI_COMPONENTS=shlwie

J:/WINCE500>if "1" == "1" set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon wininet shlwapi uuid
J:/WINCE500>if "1" == "1" set __SYSGEN_UUID=1
J:/WINCE500>if "" == "1" set __SYSGEN_IECEEXT=1
J:/WINCE500>if not "1" == "1" goto noIECEExt

J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon wininet shlwapi uuid ieceext
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set SYSGEN_MINWMGR=1
J:/WINCE500>set SYSGEN_STRSAFE=1

J:/WINCE500>if not "" == "1" goto noIE_ACTXPrxy

J:/WINCE500>if not "" == "1" set IECEEXT_COMPONENTS=ieceextmcom
J:/WINCE500>REM mlang depends
J:/WINCE500>if not "" == "1" goto No_MlangAll
J:/WINCE500>if not "1" == "1" goto noMLang
J:/WINCE500>set IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon wininet shlwapi uuid ieceext mlang

J:/WINCE500>set SYSGEN_CORELOC=1
J:/WINCE500>set __SYSGEN_COM_STG=1
J:/WINCE500>set __SYSGEN_NEED_OLE=1
J:/WINCE500>set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>set __SYSGEN_FULLGWES=1

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile gdiex pass1

J:/WINCE500>REM echo CallProjFile gdiex pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//gdiex.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//gdiex.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM Microsoft GDIEx Imaging DLL

J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if not "" == "1" goto NoImageSamples
J:/WINCE500>REM ==== ENCODING COMPONENTS ====
J:/WINCE500>REM =============================

J:/WINCE500>if not "" == "1" goto NoPNGEncode
J:/WINCE500>if not "" == "1" goto NoBMPEncode
J:/WINCE500>if not "" == "1" goto NoGIFEncode

J:/WINCE500>if not "" == "1" goto NoJPGEncode
J:/WINCE500>REM ==== DECODING COMPONENTS ====
J:/WINCE500>REM =============================
J:/WINCE500>if not "1" == "1" goto NoPNGDecode

J:/WINCE500>set SYSGEN_IMAGING=1
J:/WINCE500>set __SYSGEN_ZLIB=1
J:/WINCE500>set __SYSGEN_IMAGING_PNG=1
J:/WINCE500>set PNG_COMPONENTS= img_pngdecoder
J:/WINCE500>if not "1" == "1" goto NoBMPDecode
J:/WINCE500>set SYSGEN_IMAGING=1
J:/WINCE500>set __SYSGEN_IMAGING_BMP=1
J:/WINCE500>set BMP_COMPONENTS= img_bmpdecoder

J:/WINCE500>if not "1" == "1" goto NoGIFDecode
J:/WINCE500>set SYSGEN_IMAGING=1
J:/WINCE500>set __SYSGEN_IMAGING_GIF=1
J:/WINCE500>set GIF_COMPONENTS= img_gifdecoder

J:/WINCE500>if not "1" == "1" goto NoJPGDecode
J:/WINCE500>set SYSGEN_IMAGING=1
J:/WINCE500>set __SYSGEN_IMAGING_JPG=1
J:/WINCE500>set JPEG_COMPONENTS= img_jpegdecoder
J:/WINCE500>if not "" == "1" goto NoICODecode

J:/WINCE500>if not "1" == "1" goto NoImagingBase
J:/WINCE500>REM ==== BRING IN THE BASE COMPONENTS FOR ANY CODECS ====
J:/WINCE500>if "1" == "1" set IMAGING_COMPONENTS= img_png img_libpng  img_pngdecoder

J:/WINCE500>if "1" == "1" set IMAGING_COMPONENTS= img_png img_libpng  img_pngdecoder img_gif img_liblzw  img_gifdecoder
J:/WINCE500>if "1" == "1" set IMAGING_COMPONENTS= img_png img_libpng  img_pngdecoder img_gif img_liblzw  img_gifdecoder img_jpeg img_jpegfull img_jpegmem  img_jpegdecoder
J:/WINCE500>if "1" == "1" set IMAGING_COMPONENTS= img_png img_libpng  img_pngdecoder img_gif img_liblzw  img_gifdecoder img_jpeg img_jpegfull img_jpegmem  img_jpegdecoder img_bmp  img_bmpdecoder
J:/WINCE500>REM ==== BRING IN THE CORE OF IMAGING.DLL ====

J:/WINCE500>set GDIEX_MODULES= imaging
J:/WINCE500>set __SYSGEN_NEED_OLE=1
J:/WINCE500>set SYSGEN_MINWMGR=1
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile dcom pass1
J:/WINCE500>REM echo CallProjFile dcom pass1       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//dcom.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//dcom.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM This should be in winceos
J:/WINCE500>if "1" == "1" set __SYSGEN_NEED_OLE=1

J:/WINCE500>if "1" == "1" set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>if "1" == "1" set DCOM_MODULES= atl
J:/WINCE500>if "1" == "1" set __SYSGEN_NEED_OLE=1

J:/WINCE500>if "1" == "1" set __SYSGEN_OLEAUT32_FULL=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>REM ==============================================================================================

J:/WINCE500>REM
J:/WINCE500>REM Optional components from DCOM
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM COM and desktop compatible OLE

J:/WINCE500>REM We have three versions of COM.  DCOM, MCOM (Minimal COM) and the default inproc only COM
J:/WINCE500>REM
J:/WINCE500>REM    Legacy COM is not an option any more. It used to be defined by the following:
J:/WINCE500>REM
J:/WINCE500>REM    set DCOM_MODULES= atl uuid ole32 oleaut32
J:/WINCE500>REM    set OLE32_COMPONENTS=ole232 com docfile msf exp

J:/WINCE500>REM    if "1"=="1" set OLE32_COMPONENTS= stg
J:/WINCE500>if "1" == "1" set __SYSGEN_OLEAUT32=1
J:/WINCE500>if "" == "1" set SYSGEN_DCOM=1
J:/WINCE500>if "" == "1" set SYSGEN_DCOM=1

J:/WINCE500>if "" == "1" set SYSGEN_OLE=1
J:/WINCE500>if "" == "1" set SYSGEN_OLE=1
J:/WINCE500>REM Internally set __SYSGEN_NEED_OLE if you require DCOM or OLE
J:/WINCE500>REM set __SYSGEN_NEED_MINICOM if you need either DCOM, OLE or MINICOM
J:/WINCE500>if "1" == "1" if not "" == "1" set SYSGEN_OLE=1

J:/WINCE500>if "1" == "1" if not "" == "1" if not "1" == "1" set SYSGEN_MINICOM=1
J:/WINCE500>if "" == "1" set __SYSGEN_COM_STG=1
J:/WINCE500>if "" == "1" set __SYSGEN_COM_STG=1
J:/WINCE500>if "" == "1" set SYSGEN_MINICOM=1

J:/WINCE500>if "" == "1" set __SYSGEN_COM_STG=1
J:/WINCE500>if "" == "1" set __SYSGEN_COM_GUIDS=1
J:/WINCE500>if "" == "1" set SYSGEN_MINICOM=1
J:/WINCE500>if "" == "1" set __SYSGEN_COM_GUIDS=1
J:/WINCE500>if not "" == "1" goto Not_DCOM

J:/WINCE500>if not "1" == "1" goto Not_OLE
J:/WINCE500>set SYSGEN_STDIO=1
J:/WINCE500>set SYSGEN_MINGWES=1

J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>set DCOM_MODULES= atl ole32
J:/WINCE500>set __SYSGEN_UUID=1

J:/WINCE500>set OLE32_COMPONENTS=mcombase mcommem mcomstr mcommon mcomlib ole232 docfile msf exp
J:/WINCE500>if "1" == "1" set OLE32_COMPONENTS=mcombase mcommem mcomstr mcommon mcomlib ole232 docfile msf exp mcomguid
J:/WINCE500>if "1" == "1" set OLE32_COMPONENTS=mcombase mcommem mcomstr mcommon mcomlib ole232 docfile msf exp mcomguid mcomstm

J:/WINCE500>if "1" == "1" set DCOM_MODULES= atl ole32 oleaut32
J:/WINCE500>if "1" == "1" set OLEAUT32_COMPONENTS=oaall
J:/WINCE500>goto End_OLE

J:/WINCE500>if "1" == "1" set DCOM_MODULES= atl ole32 oleaut32 uuid
J:/WINCE500>if not "" == "1" goto noMFC

J:/WINCE500>REM Fix things in other trees as necessary
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile winceos pass1
J:/WINCE500>REM echo CallProjFile winceos pass1       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//winceos.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//winceos.bat pass1       

J:/WINCE500>if /I not "pass1" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass1" == "pass1" goto :Not_Pass1
J:/WINCE500>REM
J:/WINCE500>REM Base OS components.

J:/WINCE500>REM
J:/WINCE500>set CE_MODULES=coredll nk
J:/WINCE500>set CORELIBC_COMPONENTS=ccrtstrt
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw
J:/WINCE500>REM =========================================================================================

J:/WINCE500>REM Equiv of old IABase config
J:/WINCE500>REM =========================================================================================
J:/WINCE500>if not "1" == "1" goto noIABase

J:/WINCE500>set __SYSGEN_FULLGWES=1
J:/WINCE500>set __SYSGEN_SHELL_APIS=1
J:/WINCE500>set SYSGEN_STDIOA=1
J:/WINCE500>set SYSGEN_CORESTRA=1

J:/WINCE500>set SYSGEN_FMTMSG=1
J:/WINCE500>set SYSGEN_TCPIP=1
J:/WINCE500>set SYSGEN_IPHLPAPI=1
J:/WINCE500>set SYSGEN_COMMCTRL=1

J:/WINCE500>set SYSGEN_COMMDLG=1
J:/WINCE500>set SYSGEN_IMM=1
J:/WINCE500>set __SYSGEN_NETUI=1
J:/WINCE500>set SYSGEN_PM=1

J:/WINCE500>set SYSGEN_FSDBASE=1
J:/WINCE500>set SYSGEN_NOTIFY=1
J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>set SYSGEN_NLED=1

J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM Platman components
J:/WINCE500>REM

J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk platman
J:/WINCE500>if "" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "" == "1" set SYSGEN_TOOLHELP=1

J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM IME components
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================

J:/WINCE500>REM // Japanese IME 3.1 __________________________________________________________________________
J:/WINCE500>REM // Resolve component dependencies
J:/WINCE500>if "" == "1" set SYSGEN_IMEJPN_PROPERTY=1
J:/WINCE500>if "" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>if "" == "1" set SYSGEN_IMEJPN=1

J:/WINCE500>if "" == "1" set SYSGEN_IMEJPN=1
J:/WINCE500>if "" == "1" set SYSGEN_IMEJPN=1
J:/WINCE500>if "" == "1" set SYSGEN_IMEJPN=1
J:/WINCE500>if "" == "1" set SYSGEN_IMM=1
J:/WINCE500>if "" == "1" set SYSGEN_CORELOC=1

J:/WINCE500>if "" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if "" == "1" set SYSGEN_STRSAFE=1

J:/WINCE500>if "" == "1" set SYSGEN_COMMCTRL=1
J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if "" == "1" set SYSGEN_CPP_EH_AND_RTTI=1
J:/WINCE500>if not "" == "1" goto End_of_IMEJPN

J:/WINCE500>REM // Japanese Pocket IME 2.0 ___________________________________________________________________
J:/WINCE500>if "" == "1" set SYSGEN_PIME=
J:/WINCE500>if "" == "1" set SYSGEN_PIME_SUPPLEMENTAL_DATA=
J:/WINCE500>if "" == "1" set SYSGEN_PIME_NAME_PLACE_DATA=
J:/WINCE500>REM // Resolve component dependencies
J:/WINCE500>if "" == "1" set SYSGEN_PIME=1
J:/WINCE500>if "" == "1" set SYSGEN_PIME=1
J:/WINCE500>if "" == "1" set SYSGEN_IMM=1
J:/WINCE500>if "" == "1" set SYSGEN_CORELOC=1

J:/WINCE500>if "" == "1" set SYSGEN_COMMCTRL=1
J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk imejpp imejppui
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk imejpp_dic_s
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk imejpp_dic_n
J:/WINCE500>REM // TEST IME __________________________________________________________________________________

J:/WINCE500>REM // Resolve component dependencies
J:/WINCE500>if "" == "1" set SYSGEN_IMM=1
J:/WINCE500>if "" == "1" set SYSGEN_CORELOC=1
J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if "" == "1" set SYSGEN_COMMCTRL=1

J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk testime
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM SIP and IM components

J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM // Resolve component dependencies
J:/WINCE500>if "" == "1" set __SYSGEN_IM_INCLUDED=1
J:/WINCE500>if "" == "1" set __SYSGEN_IM_INCLUDED=1

J:/WINCE500>if "" == "1" set __SYSGEN_IM_INCLUDED=1
J:/WINCE500>if "" == "1" set __SYSGEN_IM_INCLUDED=1
J:/WINCE500>if "" == "1" set __SYSGEN_IM_INCLUDED=1
J:/WINCE500>if "" == "1" set __SYSGEN_IM_INCLUDED=1
J:/WINCE500>if "" == "1" set __SYSGEN_IM_INCLUDED=1

J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if "" == "1" set SYSGEN_IMM=1
J:/WINCE500>if "" == "1" set SYSGEN_CORELOC=1
J:/WINCE500>if "" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if "" == "1" set SYSGEN_STRSAFE=1

J:/WINCE500>if "" == "1" set SYSGEN_COMMCTRL=1
J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if "" == "1" set SYSGEN_CPP_EH_AND_RTTI=1
J:/WINCE500>REM // CAC Japanese ______________________________________________________________________________

J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk cacjpn
J:/WINCE500>if "" == "1" set SYSGEN_HWX=1
J:/WINCE500>REM // MULTIBOX __________________________________________________________________________________
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk multibox

J:/WINCE500>if "" == "1" set SYSGEN_HWX=1
J:/WINCE500>REM // JupiterJ's IMs ____________________________________________________________________________
J:/WINCE500>set __SYSGEN_IM_RADSTRK=0
J:/WINCE500>if "" == "1" set __SYSGEN_IM_RADSTRK=1
J:/WINCE500>if "" == "1" set __SYSGEN_IM_RADSTRK=1

J:/WINCE500>if "0" == "1" set CE_MODULES=coredll nk stansdk imeskdic
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk msstrklist
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk msradlist
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk msallchar
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk mskana
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk msroma
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM CMD - Command Shell for Telnet and Console
J:/WINCE500>REM

J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM // Console support
J:/WINCE500>if not "1" == "1" goto noConsole
J:/WINCE500>set CE_MODULES=coredll nk stansdk console
J:/WINCE500>set SYSGEN_COMMCTRL=1
J:/WINCE500>set SYSGEN_CMD=1
J:/WINCE500>set __SYSGEN_FONTS_ANY_COUR=1

J:/WINCE500>set __SYSGEN_FULLGWES=1
J:/WINCE500>REM CMD shell for telnet
J:/WINCE500>if not "1" == "1" goto SkipCmd
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd
J:/WINCE500>set SYSGEN_STDIO=1

J:/WINCE500>set SYSGEN_FMTMSG=1
J:/WINCE500>set __SYSGEN_FILESYS=1
J:/WINCE500>set SYSGEN_FULL_CRT=1
J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1

J:/WINCE500>set __SYSGEN_GWE_CONTROLS=OS
J:/WINCE500>if "" == "1" set __SYSGEN_GWE_CONTROLS=PPC
J:/WINCE500>if "" == "1" set __SYSGEN_GWE_CONTROLS=TPC
J:/WINCE500>REM // If you select an IM pull in the SIP

J:/WINCE500>if not "" == "1" goto nomsim
J:/WINCE500>if not "" == "1" goto noTchTest
J:/WINCE500>REM

J:/WINCE500>if not "1" == "1" goto noCommCtrl
J:/WINCE500>REM // Commctrl Logic
J:/WINCE500>set COMMCTRLLIB_RES=commctrl_hpc
J:/WINCE500>if "" == "1" set COMMCTRLLIB_RES=commctrl_ppc

J:/WINCE500>if "" == "1" set COMMCTRLLIB_RES=commctrl_tpc
J:/WINCE500>REM //XP or 9X UI
J:/WINCE500>set COMMCTRL_SKIN=commctrlview
J:/WINCE500>if "" == "1" set COMMCTRL_SKIN=commctrlviewxp

J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl
J:/WINCE500>set __SYSGEN_FULLGWES=1
J:/WINCE500>set __SYSGEN_SHELL_APIS=1
J:/WINCE500>set SYSGEN_GRADFILL=1
J:/WINCE500>set __SYSGEN_DSA=1
J:/WINCE500>set SYSGEN_STRSAFE=1
J:/WINCE500>REM // Commctrl components

J:/WINCE500>set COMMCTRL_COMPONENTS=toolbar updown status propsheet listview treeview date tab progress
J:/WINCE500>set COMMCTRL_COMPONENTS=toolbar updown status propsheet listview treeview date tab progress trackbar capedit rebar cmdbar dsa tooltips fe
J:/WINCE500>if "" == "1" set COMMCTRL_COMPONENTS=toolbar updown status propsheet listview treeview date tab progress trackbar capedit rebar cmdbar dsa tooltips fe animate
J:/WINCE500>if "" == "1" set COMMCTRL_COMPONENTS=toolbar updown status propsheet listview treeview date tab progress trackbar capedit rebar cmdbar dsa tooltips fe labeledit
J:/WINCE500>if "" == "1" set COMMCTRL_COMPONENTS=toolbar updown status propsheet listview treeview date tab progress trackbar capedit rebar cmdbar dsa tooltips fe boxselect

J:/WINCE500>if "" == "1" set COMMCTRL_COMPONENTS=toolbar updown status propsheet listview treeview date tab progress trackbar capedit rebar cmdbar dsa tooltips fe shapis
J:/WINCE500>if not "1" == "1" goto noCommDlg
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg
J:/WINCE500>set __SYSGEN_FULLGWES=1

J:/WINCE500>REM =========================================================================================
J:/WINCE500>REM
J:/WINCE500>REM Debug Components (these should be removed by OEM prior to shipping)
J:/WINCE500>REM
J:/WINCE500>REM =========================================================================================
J:/WINCE500>REM Sample persistent registry and password
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg oemfs
J:/WINCE500>if "" == "1" set SYSGEN_SHELL=1
J:/WINCE500>REM Debug console, can also be run in cmd with "shell -c"
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog

J:/WINCE500>if "1" == "1" set SYSGEN_STOREMGR=1
J:/WINCE500>if "1" == "1" set SYSGEN_FULL_CRT=1
J:/WINCE500>if "1" == "1" set SYSGEN_TOOLHELP=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog lmemdebug
J:/WINCE500>if "" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set SYSGEN_TOOLHELP=1

J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog cerdisp
J:/WINCE500>if "" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if not "" == "1" goto noUsrExeptDmp

J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM WCETK - Test Kit components
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 wcetk
J:/WINCE500>REM Bluetooth
J:/WINCE500>if "" == "1" set __SYSGEN_HID_KEYBOARD=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH_HID=1
J:/WINCE500>if "" == "1" set __SYSGEN_HID_MOUSE=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH_HID=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set SYSGEN_USB=1

J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set SYSGEN_SDBUS=1
J:/WINCE500>if "" == "1" set SYSGEN_NDIS=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set SYSGEN_BTH_AVDTP=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set SYSGEN_BTH_AVCTP=1

J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "" == "1" set SYSGEN_TAPI=1

J:/WINCE500>if "1" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1
J:/WINCE500>if "" == "1" set __SYSGEN_BTH=1

J:/WINCE500>if "1" == "1" set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>if "1" == "1" set SYSGEN_STDIO=1
J:/WINCE500>if "1" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if "1" == "1" set SYSGEN_DEVICE=1

J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 lpcd lpcrt
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>REM // SCARD (Smart Card Resource Manager APIs) & Smartcard reader drivers
J:/WINCE500>REM SCM Microsystems PCMCIA reader
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 pscr
J:/WINCE500>if "" == "1" set SYSGEN_SMARTCARD=1
J:/WINCE500>REM // BULL Systems SmarTLP3 Serial reader
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 bulltlp3
J:/WINCE500>if "" == "1" set SYSGEN_SMARTCARD=1

J:/WINCE500>if "" == "1" set SYSGEN_USB=1
J:/WINCE500>if "" == "1" set SYSGEN_SMARTCARD=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 scard winscard
J:/WINCE500>if "" == "1" set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>if "" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "" == "1" set SYSGEN_PPP=1

J:/WINCE500>if "" == "1" set SYSGEN_IPSEC=1
J:/WINCE500>if not "" == "1" goto noipsec
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM

J:/WINCE500>REM Optional Security Components (CAPI, SSPI, NTLM, Kerberos)
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM PPP Server uses NTLMSSP support for auth

J:/WINCE500>if "" == "1" set SYSGEN_AUTH_NTLM=1
J:/WINCE500>REM Secure Dynamic DNS uses kerberos based authentication
J:/WINCE500>if "" == "1" set SYSGEN_DNSAPI=1
J:/WINCE500>if "" == "1" set SYSGEN_AUTH_KERBEROS=1
J:/WINCE500>REM // SSPI

J:/WINCE500>if "1" == "1" set SYSGEN_AUTH=1
J:/WINCE500>if "" == "1" set SYSGEN_AUTH=1
J:/WINCE500>if "1" == "1" set SYSGEN_AUTH=1
J:/WINCE500>REM Required for credential manager
J:/WINCE500>if "1" == "1" set SYSGEN_AUTH=1

J:/WINCE500>if "" == "1" goto no_spnego
J:/WINCE500>if "1" == "1" if "1" == "1" set __SYSGEN_AUTH_SPNEGO=1
J:/WINCE500>REM If both redir and cmd are specified then include net.exe
J:/WINCE500>if "1" == "1" if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net
J:/WINCE500>if not "1" == "1" goto skipauth

J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32
J:/WINCE500>set SYSGEN_CREDMAN=1
J:/WINCE500>set __SYSGEN_FILESYS=1
J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1

J:/WINCE500>REM // Secure components: SSPI, ntlm SSP, kerberos SSP;
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp
J:/WINCE500>if "" == "1" set __SYSGEN_AUTH_SPNEGO=1
J:/WINCE500>if "" == "1" set __SYSGEN_MSASN1=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp kerberos cryptdll
J:/WINCE500>if "1" == "1" set __SYSGEN_MSASN1=1
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego

J:/WINCE500>if "" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "" == "1" set SYSGEN_FULL_CRT=1
J:/WINCE500>if not "1" == "1" goto skipschannel
J:/WINCE500>REM // Secure channel SSL provider (now depends on crypt32)
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel
J:/WINCE500>set SYSGEN_CRYPTO=1

J:/WINCE500>set SYSGEN_CERTS=1
J:/WINCE500>set SYSGEN_TCPIP=1
J:/WINCE500>set WINSOCK_COMPONENTS=sslsock
J:/WINCE500>REM // CAPI

J:/WINCE500>if "" == "1" set SYSGEN_CERTS=1
J:/WINCE500>if "" == "1" set SYSGEN_CERTS=1
J:/WINCE500>if "1" == "1" set SYSGEN_CRYPTO=1
J:/WINCE500>if "" == "1" set SYSGEN_CRYPTO=1
J:/WINCE500>if "" == "1" set SYSGEN_CRYPTO=1

J:/WINCE500>if "" == "1" set SYSGEN_CRYPTO=1
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set SYSGEN_CRYPTO=1
J:/WINCE500>if not "1" == "1" goto skipcrypto
J:/WINCE500>REM // do not set __SYSGEN_BUILDCSPS after CAPI signature verification is on
J:/WINCE500>REM set __SYSGEN_BUILDCSPS=1
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi 
J:/WINCE500>set __SYSGEN_FILESYS=1
J:/WINCE500>REM // RSAENH crypto service provider is included by default

J:/WINCE500>if "" == "1" goto no_rsaenh
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh
J:/WINCE500>if "" == "1" if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh  scwapi scwcsp scwcspgui
J:/WINCE500>REM // Diffie-Hellman CSP
J:/WINCE500>if "" == "1" goto no_dssdh
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh dssdh

J:/WINCE500>REM // CAPI2
J:/WINCE500>if "1" == "1" set __SYSGEN_MSASN1=1
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32
J:/WINCE500>if "" == "1" set CRYPT32_COMPONENTS= wincrmsg

J:/WINCE500>if "" == "1" set CRYPT32_COMPONENTS= pfx
J:/WINCE500>if "1" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 enroll
J:/WINCE500>if "" == "1" set SYSGEN_STDIOA=1

J:/WINCE500>REM //ASN.1 dll used by crypto/auth modules
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1
J:/WINCE500>if "1" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>REM Credential Manager

J:/WINCE500>if not "1" == "1" goto skipCredman
J:/WINCE500>set __SYSGEN_FILESYS=1
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman
J:/WINCE500>REM Password Local Authentication Plugin.

J:/WINCE500>REM (Needs LASS to Load, Check/SetPassword and UI Functionality.
J:/WINCE500>if "" == "1" set SYSGEN_LASS=1
J:/WINCE500>if "" == "1" set SYSGEN_FSPASSWORD=1
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>REM Local Authentication Sub System Needs to read the registry
J:/WINCE500>if "" == "1" set  __SYSGEN_FILESYS=1

J:/WINCE500>REM // SD client driver dependencies (Note: Bluetooth client located elsewhere)
J:/WINCE500>if "" == "1" set SYSGEN_SDBUS=1
J:/WINCE500>if "" == "1" set SYSGEN_FATFS=1
J:/WINCE500>if "" == "1" set SYSGEN_STOREMGR=1
J:/WINCE500>if "" == "1" set SYSGEN_CORESTRA=1

J:/WINCE500>REM // SD dependencies
J:/WINCE500>if "" == "1" set SYSGEN_SDBUS=1
J:/WINCE500>if "1" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>REM // USB dependencies

J:/WINCE500>if "" == "1" set SYSGEN_USB_HID_KEYBOARD=1
J:/WINCE500>if "" == "1" set SYSGEN_USB_HID_MOUSE=1
J:/WINCE500>if "" == "1" set SYSGEN_USB_HID=1
J:/WINCE500>if "" == "1" set __SYSGEN_HID_KEYBOARD=1
J:/WINCE500>if "" == "1" set SYSGEN_USB_HID=1
J:/WINCE500>if "" == "1" set __SYSGEN_HID_MOUSE=1

J:/WINCE500>if "" == "1" set SYSGEN_USB=1
J:/WINCE500>if "" == "1" set __SYSGEN_HID_PARSER=1
J:/WINCE500>if "" == "1" set __SYSGEN_NEED_PMSTUBS=1
J:/WINCE500>if "" == "1" set SYSGEN_USB=1
J:/WINCE500>if "" == "1" set SYSGEN_USB=1
J:/WINCE500>if "" == "1" set SYSGEN_STOREMGR=1
J:/WINCE500>if "" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>if "" == "1" set SYSGEN_USB=1
J:/WINCE500>if "" == "1" set SYSGEN_ETHERNET=1
J:/WINCE500>REM // HID dependencies
J:/WINCE500>if "" == "1" set __SYSGEN_HID_PARSER=1
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set __SYSGEN_HID_PARSER=1

J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>REM // USB Function dependencies
J:/WINCE500>if "" == "1" set SYSGEN_USBFN=1
J:/WINCE500>if "" == "1" set SYSGEN_USBFN=1
J:/WINCE500>if "" == "1" set SYSGEN_STOREMGR=1

J:/WINCE500>if "" == "1" set SYSGEN_USBFN=1
J:/WINCE500>if "" == "1" set SYSGEN_ETHERNET=1
J:/WINCE500>if "" == "1" set SYSGEN_USBFN=1
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>REM // Parallel support

J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman parallel
J:/WINCE500>REM // Printing support
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman pcl
J:/WINCE500>if "" == "1" set SYSGEN_PRINTING=1

J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr
J:/WINCE500>if "1" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM Uniscribe module to enable Complex scripting support

J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if not "" == "1" goto no_uniscribe
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM Optional Notification Components

J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if "1" == "1" if not "1" == "1" set SYSGEN_MINNOTIFY=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINNOTIFY=

J:/WINCE500>if "" == "1" set SYSGEN_FSDBASE=1
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify
J:/WINCE500>if "" == "1" set NOTIFY_COMPONENTS=notifmin notifnoui
J:/WINCE500>if "" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify

J:/WINCE500>if "1" == "1" set SYSGEN_FSDBASE=1
J:/WINCE500>if "1" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if "" == "1" goto no_notify_module

J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify
J:/WINCE500>if "1" == "1" set NOTIFY_COMPONENTS=notifpub notifui
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify
J:/WINCE500>if "notifpub notifui" == "" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify snotify

J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM Optional Networking Components
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM If both redirector and standard shell are specified then include netui
J:/WINCE500>if "1" == "1" if "1" == "1" set __SYSGEN_NETUI=1
J:/WINCE500>REM Network connections UI
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify rnaapp connmc ndispwr
J:/WINCE500>if "" == "1" set __SYSGEN_NETUI=1

J:/WINCE500>REM Sample UI for networking/driver modules
J:/WINCE500>if not "1" == "1" goto noNetUI
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui
J:/WINCE500>set __SYSGEN_FILESYS=1
J:/WINCE500>set SYSGEN_WINSOCK=1
J:/WINCE500>set SYSGEN_MINWMGR=1

J:/WINCE500>set SYSGEN_FMTMSG=1
J:/WINCE500>set SYSGEN_IPHLPAPI=1
J:/WINCE500>set __SYSGEN_SHELL_APIS=1
J:/WINCE500>if not "" == "1" goto noNetApi32

J:/WINCE500>REM // LDAP
J:/WINCE500>if "1" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32

J:/WINCE500>REM // HTTP Lite
J:/WINCE500>if "1" == "1" if not "1" == "1" set __SYSGEN_HTTPLITE=1
J:/WINCE500>if "" == "1" if not "1" == "1" set __SYSGEN_HTTPLITE_FTP=1
J:/WINCE500>if "" == "1" set __SYSGEN_HTTPLITE=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 httplite

J:/WINCE500>if "" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>if "" == "1" set SYSGEN_FULL_CRT=1
J:/WINCE500>if "" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "" == "1" set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>if "" == "1" set HTTPLITE_COMPONENTS=httpftp

J:/WINCE500>REM Standard modem support for dial up networking and DCC.  Minimal

J:/WINCE500>REM configs with built in modem can remove asyncmac and/or unimodem.
J:/WINCE500>if "1" == "1" set SYSGEN_ASYNCMAC=1
J:/WINCE500>if "1" == "1" set SYSGEN_UNIMODEM=1

J:/WINCE500>if "1" == "1" set SYSGEN_PPP=1
J:/WINCE500>if "1" == "1" set SYSGEN_TAPI=1
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac
J:/WINCE500>if "1" == "1" set SYSGEN_TAPI=1
J:/WINCE500>if "1" == "1" set __SYSGEN_NEED_LOCUSA=1

J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
J:/WINCE500>if "" == "1" set SYSGEN_ETHERNET=1
J:/WINCE500>if "" == "1" set SYSGEN_ETHERNET=1
J:/WINCE500>if "" == "1" set SYSGEN_ETHERNET=1
J:/WINCE500>if "1" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "1" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "" == "1" set SYSGEN_PPP=1
J:/WINCE500>if "1" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "1" == "1" set SYSGEN_PPP=1
J:/WINCE500>if "" == "1" set SYSGEN_PPP=1
J:/WINCE500>if "" == "1" set SYSGEN_PPP=1
J:/WINCE500>if "1" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>REM Most net components require TCP/IP, winsock, NDIS

J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "" == "1" set SYSGEN_TCPIP=1

J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1

J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>if "1" == "1" set SYSGEN_IPHLPAPI=1
J:/WINCE500>if "1" == "1" set SYSGEN_TCPIP=1
J:/WINCE500>REM Base TCP/IP support
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk

J:/WINCE500>if "1" == "1" set SYSGEN_NDIS=1
J:/WINCE500>if "1" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "1" == "1" set __SYSGEN_CXPORT=1
J:/WINCE500>if "1" == "1" set SYSGEN_FMTMSG=1

J:/WINCE500>if "1" == "1" set SYSGEN_FULL_CRT=1
J:/WINCE500>if "1" == "1" set __SYSGEN_DHCP=1
J:/WINCE500>REM IPv6 support
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk tcpip6 ipv6hlp dhcpv6l

J:/WINCE500>if "" == "1" set SYSGEN_NDIS=1
J:/WINCE500>if "" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "" == "1" set __SYSGEN_CXPORT=1
J:/WINCE500>if "" == "1" set SYSGEN_FMTMSG=1
J:/WINCE500>if "" == "1" set SYSGEN_FULL_CRT=1

J:/WINCE500>REM IPv6 firewall
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi
J:/WINCE500>if "1" == "1" set SYSGEN_WINSOCK=1

J:/WINCE500>REM Infrared (IrDA) support
J:/WINCE500>if "" == "1" set SYSGEN_NDIS=1
J:/WINCE500>if "" == "1" set SYSGEN_WINSOCK=1
J:/WINCE500>if "" == "1" set __SYSGEN_CXPORT=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi irdastk
J:/WINCE500>REM NDIS Logging Support.
J:/WINCE500>if "" == "1" set SYSGEN_NDIS=1
J:/WINCE500>REM DnsApi support.  Brings in dnsapi.dll and component to support it in AFD.
J:/WINCE500>if not "" == "1" goto noDnsapi

J:/WINCE500>REM Winsock API support.  Winsock1.1 is now a stub that calls into WS2.
J:/WINCE500>if not "1" == "1" goto noWinsock
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm
J:/WINCE500>REM SSL winsock layered service provider
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp
J:/WINCE500>set SYSGEN_DEVICE=1
J:/WINCE500>set __SYSGEN_CXPORT=1
J:/WINCE500>set SYSGEN_CORESTRA=1
J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>REM Built in (e.g. PCI only) NIC drivers. Include these always, will be filtered out by BSP_NIC_xxx settings
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815
J:/WINCE500>REM NE2000 can be either installable (PCMCIA) or built in.  Include by default.

J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp
J:/WINCE500>if "1" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "1" == "1" set SYSGEN_FMTMSG=1
J:/WINCE500>REM System tray icon for network status
J:/WINCE500>if "" == "1" if "1" == "1" set __SYSGEN_ETHMAN=1

J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp ethman
J:/WINCE500>if "" == "1" set SYSGEN_NDISUIO=1
J:/WINCE500>if "1" == "1" if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 async
mac unimodem tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp pegassdn
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp wzcsvc wzcsapi pcx500 islp2nds wlclient wzctool ar6k_ndis_cf
J:/WINCE500>if "" == "1" set __SYSGEN_EAPOL=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp eapol
J:/WINCE500>if "" == "1" set SYSGEN_EAP=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp eap eapchap
J:/WINCE500>if "" == "1" set __SYSGEN_CXPORT=1
J:/WINCE500>if "" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>if "" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if "" == "1" set SYSGEN_STRSAFE=1
J:/WINCE500>if "" == "1" if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 async
mac unimodem tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp eaptls
J:/WINCE500>if "" == "1" set SYSGEN_NDISUIO=1
J:/WINCE500>REM Nativewifi AP/STA.
J:/WINCE500>if "" == "1" set NWIFI_COMPONENTS= ap    & set __SYSGEN_WIFI=1
J:/WINCE500>if "" == "1" set NWIFI_COMPONENTS= sta   & set __SYSGEN_WIFI=1
J:/WINCE500>IF "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp wlclient wlsvc oneex nwifi rtl8180wf wzcsapi
J:/WINCE500>REM PCMCIA NDIS miniport drivers
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui
J:/WINCE500>REM NDIS interface module
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio
J:/WINCE500>if "1" == "1" set SYSGEN_NDIS=1
J:/WINCE500>REM NDIS driver support
J:/WINCE500>if "1" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "1" == "1" set SYSGEN_MSGQUEUE=1
J:/WINCE500>if "1" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>if "1" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if "1" == "1" set SYSGEN_STRSAFE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_CXPORT=1
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis
J:/WINCE500>REM Internet Connection Sharing

J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat
J:/WINCE500>if "1" == "1" set AFD_COMPONENTS= afddnsproxy
J:/WINCE500>REM MAC Bridge
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat mbridge
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat mbridge2
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat autoras
J:/WINCE500>if not "1" == "1" goto no_ppp
J:/WINCE500>REM PPP (Point-to-Point Protocol)
J:/WINCE500>set SYSGEN_MSGQUEUE=1
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp
J:/WINCE500>REM Optional features that are only interesting when PPP is present
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial ircomm
J:/WINCE500>set SYSGEN_MINGWES=1
J:/WINCE500>if "" == "1" set PPP_COMPONENTS= ppp2srv
J:/WINCE500>if not "" == "1" set PPP_COMPONENTS= ppp2srvstub
J:/WINCE500>REM //Communications apps
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial pegterm
J:/WINCE500>if "" == "1" set __SYSGEN_TERMCTRL=1
J:/WINCE500>if "" == "1" set SYSGEN_TAPI=1
J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>REM Terminal Control needs a fixed point font.
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial termctrl
J:/WINCE500>if "" == "1" set __SYSGEN_FONTS_ANY_COUR=1
J:/WINCE500>REM TAPI dialing support.
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi
J:/WINCE500>if "1" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGWES=1
J:/WINCE500>if "1" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp l2tp
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp pppoe
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp ipsec ipsecsvc ipseccfg
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib
J:/WINCE500>REM HostMIB requires toolhelp
J:/WINCE500>if "1" == "1" set SYSGEN_TOOLHELP=1
J:/WINCE500>if "1" == "1" set SYSGEN_STRSAFE=1
J:/WINCE500>if "1" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>REM // Redirector
J:/WINCE500>if "1" == "1" set __SYSGEN_NETBIOS=1
J:/WINCE500>if "1" == "1" set SYSGEN_STRSAFE=1
J:/WINCE500>if "1" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios
J:/WINCE500>REM // Event logging
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios eventlog eventlogmsgs
J:/WINCE500>REM // Bluetooth
J:/WINCE500>if not "1" == "1" goto endbluetooth
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btgw btdun
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btloader
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btmodem
J:/WINCE500>if "1" == "1" if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyn
cmac unimodem tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc
J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt
J:/WINCE500>set BTD_COMPONENTS=hci l2cap sdp rfcomm portemu sys
J:/WINCE500>set BTDRT_COMPONENTS=sdpuser
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore
J:/WINCE500>if "1" == "1" set BTDRT_COMPONENTS=sdpuser bthns
J:/WINCE500>if "1" == "1" set BTD_COMPONENTS=hci l2cap sdp rfcomm portemu sys tdi
J:/WINCE500>if "" == "1" set BTD_COMPONENTS=hci l2cap sdp rfcomm portemu sys tdi btpan
J:/WINCE500>if "" == "1" set BTD_COMPONENTS=hci l2cap sdp rfcomm portemu sys tdi avdtp
J:/WINCE500>if "" == "1" set BTD_COMPONENTS=hci l2cap sdp rfcomm portemu sys tdi avctp
J:/WINCE500>if "" == "1" set BTD_COMPONENTS=hci l2cap sdp rfcomm portemu sys tdi avrcp
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt bthhid
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt bta2dp sbc
J:/WINCE500>if not "" == "1" goto endbtag
J:/WINCE500>if not "1" == "1" goto nobtaudio
J:/WINCE500>set SYSGEN_AUDIO=1
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd
J:/WINCE500>REM Delivered PCMCIA driver samples do not notify the stack
J:/WINCE500>REM of the insertion events. They are best used with universal
J:/WINCE500>REM driver only.
J:/WINCE500>if "" == "1" goto :bth_uart_only
J:/WINCE500>if "" == "1" goto :bth_usb_only
J:/WINCE500>if "" == "1" goto :bth_csr_only
J:/WINCE500>if "" == "1" goto :bth_sdio_only
J:/WINCE500>REM Include all of the BTH Drivers.
J:/WINCE500>set BTD_COMPONENTS=hci l2cap sdp rfcomm portemu sys tdi univ
J:/WINCE500>set BTD_DRIVERS=bthuart bthamb bthsc bthcsr bthuniv wendyser wcestreambt sio950
J:/WINCE500>if "" == "1" set BTD_DRIVERS=bthuart bthamb bthsc bthcsr bthuniv wendyser wcestreambt sio950 bthusb
J:/WINCE500>if "1" == "1" set BTD_DRIVERS=bthuart bthamb bthsc bthcsr bthuniv wendyser wcestreambt sio950 bthsdio
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio
J:/WINCE500>goto endbluetooth
J:/WINCE500>REM Network utilities
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig
J:/WINCE500>if "1" == "1" if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 async
mac unimodem tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb
 bthsc bthcsr bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig ipv6 ipv6tun
J:/WINCE500>REM IPv6.exe requires stdio
J:/WINCE500>if "1" == "1" if "" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi
J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi netlog netlogctl
J:/WINCE500>REM // ACM Codecs/MSFilter - sample ACM codec w/ Echo,Volume effects
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi msfilter
J:/WINCE500>if "" == "1" set SYSGEN_AUDIO_ACM=1
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if not "" == "1" goto noKeybdTest
J:/WINCE500>if not "" == "1" goto nolargekb
J:/WINCE500>REM // Multimon components
J:/WINCE500>if not "" == "1" goto noMultiMon
J:/WINCE500>REM // Pull in the SIP for these locales
J:/WINCE500>set __SYSGEN_CHINESE_SIMPLIFIED=
J:/WINCE500>set __SYSGEN_CHINESE_TRADITIONAL=
J:/WINCE500>REM // These are ignored if no GWES components are selected
J:/WINCE500>if "0409" == "0804" set __SYSGEN_CHINESE_SIMPLIFIED=1
J:/WINCE500>if "0409" == "1004" set __SYSGEN_CHINESE_SIMPLIFIED=1
J:/WINCE500>if "0409" == "0404" set __SYSGEN_CHINESE_TRADITIONAL=1
J:/WINCE500>if "0409" == "0C04" set __SYSGEN_CHINESE_TRADITIONAL=1
J:/WINCE500>if "0409" == "1404" set __SYSGEN_CHINESE_TRADITIONAL=1
J:/WINCE500>REM // Pull in the SIP for Korean IMs
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>REM // Pull in the SIP for Chinese IMs
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>REM // Pull in the SIP for Japanese IMs
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>if "" == "1" set SYSGEN_SOFTKB=1
J:/WINCE500>REM // Korean & Chinese IMEs need coresip
J:/WINCE500>if "" == "1" set __SYSGEN_CORESIP=1

J:/WINCE500>if "" == "1" set __SYSGEN_CORESIP=1
J:/WINCE500>if "" == "1" set __SYSGEN_CORESIP=1
J:/WINCE500>if "" == "1" set __SYSGEN_CORESIP=1
J:/WINCE500>REM // MSPY3 needs this module
J:/WINCE500>if "" == "1" set SYSGEN_CPP_EH_AND_RTTI=1
J:/WINCE500>REM // If you select the SIP pull in the default IM and the SIP control panel applet

J:/WINCE500>if not "" == "1" goto nosoftkb
J:/WINCE500>if not "" == "1" goto no_coresip
J:/WINCE500>REM // Keyboard layouts
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbda1
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1

J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdheb
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdth0
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdinhin
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdinmar
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdinpun
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdintel
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdinguj
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdinkan
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdintam
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbddv
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdus
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdjpn kbdjpn1
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi kbdkor
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM Optional components from GWES.  Certain components require basic window message handling
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM Accessib requires full gwes support
J:/WINCE500>if "" == "1" set __SYSGEN_FULLGWES=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>REM Full GWES corresponds to support in IABase
J:/WINCE500>if "1" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "1" == "1" set SYSGEN_DISPLAY=1
J:/WINCE500>if "1" == "1" set SYSGEN_MININPUT=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "1" == "1" set __SYSGEN_SHELL_APIS=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "" == "1" set SYSGEN_MINWMGR=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGDI=1
J:/WINCE500>if "1" == "1" set SYSGEN_MININPUT=1
J:/WINCE500>if "1" == "1" set SYSGEN_MININPUT=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGWES=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGWES=1
J:/WINCE500>if "1" == "1" set SYSGEN_MINGWES=1
J:/WINCE500>if not "1" == "1" goto noMinGWES
J:/WINCE500>REM // Minimal message only gwe + required client libraries for coredll
J:/WINCE500>set __SYSGEN_FILESYS=1
J:/WINCE500>set SYSGEN_DEVICE=1
J:/WINCE500>REM If a customer needs to replace a GWES component they should
J:/WINCE500>REM set REPLACE_SYSGEN_GWES
J:/WINCE500>if not "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimod
em tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bth
csr bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes
J:/WINCE500>if "" == "1" set REPLACE_MODULES= gwes
J:/WINCE500>set GWE1_COMPONENTS=wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr
J:/WINCE500>set GWES_COMPONENTS=gwe1
J:/WINCE500>set GWE4_COMPONENTS=
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c
J:/WINCE500>set __SYSGEN_NEED_PMSTUBS=1
J:/WINCE500>if not "1" == "1" goto noMinInput
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer
J:/WINCE500>set GWE1_COMPONENTS=wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr foregnd idle kbdui uibase
J:/WINCE500>set SYSGEN_FSPASSWORD=1
J:/WINCE500>if not "1" == "1" goto noMinGDI
J:/WINCE500>set GWE1_COMPONENTS=wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr foregnd idle kbdui uibase msgbeep
J:/WINCE500>set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr
J:/WINCE500>REM // Can also have calibration UI now that we have a display
J:/WINCE500>set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c
J:/WINCE500>REM Include TrueType engine
J:/WINCE500>if "1" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill
J:/WINCE500>if not "1" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mggradfillstub
J:/WINCE500>if "" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablend
J:/WINCE500>if not "" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub
J:/WINCE500>if not "" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt
J:/WINCE500>if "" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgrast mgrast2
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= arial_raster
J:/WINCE500>if "" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt decompdrv
J:/WINCE500>if "" == "1" set __SYSGEN_MGFE=1
J:/WINCE500>if "" == "1" set __SYSGEN_MGFE=1
J:/WINCE500>if "0409" == "0411" set __SYSGEN_MGFE=1
J:/WINCE500>if "0409" == "0412" set __SYSGEN_MGFE=1
J:/WINCE500>if "" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgfe
J:/WINCE500>if "" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgfntfix
J:/WINCE500>REM Include DrawText API
J:/WINCE500>set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgdrwtxt
J:/WINCE500>REM Include a font as well
J:/WINCE500>if "" == "1" goto noTrueTypeFonts
J:/WINCE500>REM By default we include Tahoma font.  Here are all of the other possible fonts
J:/WINCE500>set FONTS_COMPONENTS=
J:/WINCE500>if not "" == "1" set SYSGEN_FONTS_TAHOMA_1_07=1
J:/WINCE500>REM We require one version of Tahoma
J:/WINCE500>if not "" == "1" goto End_Tahoma_1_08
J:/WINCE500>if "1" == "1" set FONTS_COMPONENTS= tahoma_1_07
J:/WINCE500>REM We require one version of Tahomabd
J:/WINCE500>if not "" == "1" goto End_Tahomabd_1_08
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 tahomabd
J:/WINCE500>REM Some components (console, TermCtrl, really want a fixed point font.  If Cour hadn't been specified
J:/WINCE500>REM then include Cour_1_30 (the reduced version) automatically.
J:/WINCE500>if "1" == "1" set SYSGEN_FONTS_COUR_1_30=1
J:/WINCE500>REM We require one version of Cour
J:/WINCE500>if not "" == "1" goto End_Cour_1_08
J:/WINCE500>if "1" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30
J:/WINCE500>REM Only include one of the following two
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 times_1_30
J:/WINCE500>REM We require one version of Arial
J:/WINCE500>if not "" == "1" goto End_Arial_1_08
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 arial_1_30
J:/WINCE500>REM We require one version of Arialbd
J:/WINCE500>if not "" == "1" goto End_Arialbd_1_08
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 arialbd
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 symbol
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 timesbd
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 impact
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 trebucbd
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 courbd
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 kino
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 trebucbi
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 courbi
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 trebucit
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 arialbi
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 couri
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 mslogo
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 verdana
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 ariali
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 georgia
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 mangal
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 latha
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 gautami
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 raavi
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 shruti
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 tunga
J:/WINCE500>REM Only include one of the following
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 msming  && goto End_MSMING
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 verdanab
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 arialk
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 georgiab
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 sunfon
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 verdanai
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 comic
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 georgiai
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 timesbi
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 verdanaz

J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 comicbd
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 georgiaz
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 timesi
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 webdings
J:/WINCE500>REM Only include one of the following
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 gl_ce  && goto End_GL_CE
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 trebuc
J:/WINCE500>if "1" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 wingding
J:/WINCE500>REM Only select one of the following eight

J:/WINCE500>if not "" == "1" goto End_MSGOTHIC30
J:/WINCE500>if not "" == "1" goto End_MSGOTHIC30_1_19
J:/WINCE500>if not "" == "1" goto End_MSGOTHIC_1_50
J:/WINCE500>if not "" == "1" goto End_MSGOTHIC_1_60

J:/WINCE500>if not "" == "1" goto End_MSGOTHIC_1_70
J:/WINCE500>if not "" == "1" goto End_MSGOTHIC_1_80
J:/WINCE500>if not "" == "1" goto End_MSGOTHIC_1_90
J:/WINCE500>REM By default if LOCALE == 0411 (Japan) we want to include the full MSGothic font.
J:/WINCE500>if "" == "1" goto no_msgothic

J:/WINCE500>if "0409" == "0411" set SYSGEN_FONTS_MSGOTHIC=1
J:/WINCE500>if not "" == "1" goto End_MSGothic
J:/WINCE500>if "" == "1" set FONTS_COMPONENTS= tahoma_1_07 cour_1_30 wingding msmincho

J:/WINCE500>REM Only select one of the following seven
J:/WINCE500>if not "" == "1" goto End_SIMSUN_2_20
J:/WINCE500>if not "" == "1" goto End_SIMSUN_2_50

J:/WINCE500>if not "" == "1" goto End_SIMSUN_2_60
J:/WINCE500>if not "" == "1" goto End_SIMSUN_2_70

J:/WINCE500>if not "" == "1" goto End_SIMSUN_2_80

J:/WINCE500>if not "" == "1" goto End_SIMSUN_2_90
J:/WINCE500>REM If simplified Chinese we want to include SimSun_2_60 by default
J:/WINCE500>if "" == "1" goto no_simsun
J:/WINCE500>if "" == "1" set SYSGEN_FONTS_SIMSUN=1
J:/WINCE500>if not "" == "1" goto End_SimSun
J:/WINCE500>REM Only select one of the following four
J:/WINCE500>if not "" == "1" goto End_MINGLIU_2_70
J:/WINCE500>if not "" == "1" goto End_MINGLIU_2_80

J:/WINCE500>if not "" == "1" goto End_MINGLIU_2_90
J:/WINCE500>REM If traditional Chinese we want to include Mingliu by default
J:/WINCE500>if "" == "1" goto no_mingliu
J:/WINCE500>if "" == "1" set SYSGEN_FONTS_MINGLIU=1

J:/WINCE500>if not "" == "1" goto End_Mingliu
J:/WINCE500>REM Only select one of the following four

J:/WINCE500>if not "" == "1" goto End_GULIM_1_30
J:/WINCE500>if not "" == "1" goto End_GULIM_1_40
J:/WINCE500>if not "" == "1" goto End_GULIM_1_50

J:/WINCE500>REM By default if LOCALE == 0412 (KOREA) we want to include Gulim_1_60
J:/WINCE500>if "" == "1" goto no_gulim
J:/WINCE500>if "0409" == "0412" set SYSGEN_FONTS_GULIM_1_60=1

J:/WINCE500>if not "" == "1" goto End_Gulim
J:/WINCE500>if "1" == "1" set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgdrwtxt mgprint
J:/WINCE500>REM Include palette support
J:/WINCE500>set GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgdrwtxt mgprint mgpal mgpalnat
J:/WINCE500>set GWES_COMPONENTS=gwe1 gwe2
J:/WINCE500>REM Add the display driver support as well
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts
J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>if not "1" == "1" goto noMinWMgr
J:/WINCE500>if "" == "1" goto no_startui
J:/WINCE500>set __SYSGEN_GWES_STARTUI=1
J:/WINCE500>if "" == "1" goto no_oomui
J:/WINCE500>set __SYSGEN_GWES_OOMUI=1

J:/WINCE500>set GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl
J:/WINCE500>set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr
J:/WINCE500>set GWES_COMPONENTS=gwe1 gwe2 gwe3
J:/WINCE500>if "1" == "1" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui
J:/WINCE500>if "1" == "1" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui

J:/WINCE500>REM // SYSGEN_REPLACESKIN should not be set unless OEM has defined the replacement skinning components
J:/WINCE500>if not "" == "" goto noGwesReplace
J:/WINCE500>if not "" == "" goto noGwesReplace
J:/WINCE500>set SYSGEN_REPLACESKIN=
J:/WINCE500>REM //XP or 9X UI
J:/WINCE500>if "" == "1" goto ReplaceSkin
J:/WINCE500>if "" == "1" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnviewxp nclientviewxp gcacheviewxp btnctlviewxp stcctlviewxp cmbctlviewxp lbctlviewxp
J:/WINCE500>if not "" == "1" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview
J:/WINCE500>if not "" == "1" goto NoEdImeFeTpc

J:/WINCE500>if "0409" == "0411" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview edimefe
J:/WINCE500>if "0409" == "0412" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview edimefe
J:/WINCE500>if "" == "1" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview edimefe
J:/WINCE500>if "" == "1" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview edimefe
J:/WINCE500>if "" == "1" set GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mOverlap

J:/WINCE500>if not "" == "1" set GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver
J:/WINCE500>set __SYSGEN_TOUCH_CURSOR=1
J:/WINCE500>set __SYSGEN_MOUSE_CURSOR=1
J:/WINCE500>REM __SYSGEN_MOUSE_AND_TOUCH_CURSOR sets both cursors
J:/WINCE500>if not "" == "1" goto NotDualCursor

J:/WINCE500>REM bsp settings override other cursor settings
J:/WINCE500>if "" == "1" set __SYSGEN_MOUSE_CURSOR=
J:/WINCE500>if "" == "1" set __SYSGEN_TOUCH_CURSOR=
J:/WINCE500>REM If still no mouse or touch, select mouse

J:/WINCE500>if "1" == "1" goto GotCursor
J:/WINCE500>REM Figure out which cursor routing component to use.
J:/WINCE500>if "1" == "1" goto MouseCursor

J:/WINCE500>if "1" == "1" set GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver MouseAndTouchCursor
J:/WINCE500>if not "1" == "1" set GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver MouseAndTouchCursor MouseCursorOnly
J:/WINCE500>goto DoneCursorRouting
J:/WINCE500>if "1" == "1" set GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver MouseAndTouchCursor iconcurs mcursor mcursor
8

J:/WINCE500>if "1" == "1" set GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver MouseAndTouchCursor iconcurs mcursor mcursor
8 cursor cursor8
J:/WINCE500>if "OS" == "OS" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs
J:/WINCE500>if "OS" == "PPC" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs msgbox msgb
ox_ppc lbctl_ppc dlgmgr_ppc menu_ppc EditControlPpc
J:/WINCE500>if "OS" == "TPC" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs msgbox msgb
ox_tpc btnctl_tpc lbctl_tpc dlgmgr_tpc menu_tpc EditControlTpc
J:/WINCE500>if "OS" == "OS" goto doneOsGwesControls
J:/WINCE500>if "" == "1" goto tap_ui_menu
J:/WINCE500>set GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver MouseAndTouchCursor iconcurs mcursor mcursor8 cursor curso
r8 mNoTapUI
J:/WINCE500>goto done_tap_ui
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c

J:/WINCE500>set __SYSGEN_AUDIO_API=1
J:/WINCE500>set __SYSGEN_GWE_TIMER=1
J:/WINCE500>if not "1" == "1" set __SYSGEN_MSGDLGBOXCUSTOMIZE=1
J:/WINCE500>if not "1" == "1" goto noGweTimer
J:/WINCE500>set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs timer
J:/WINCE500>set GWES_COMPONENTS=gwe1 gwe2 gwe3 gwe4
J:/WINCE500>if not "1" == "1" goto noFullGwes
J:/WINCE500>REM //Accessibility
J:/WINCE500>if "" == "1" set GWE1_COMPONENTS=wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr foregnd idle kbdui uibase msgbeep accessib
J:/WINCE500>if "" == "1" set GWE1_COMPONENTS=wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr foregnd idle kbdui uibase msgbeep pixeldouble

J:/WINCE500>set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs timer column atom drawmbar h
otkey syscolor mgdx mgalias journal
J:/WINCE500>set SYSGEN_FSDBASE=1
J:/WINCE500>set __SYSGEN_GWE_MGTCI=1
J:/WINCE500>if not "" == "1" goto noD3D

J:/WINCE500>if "1" == "1" set GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs timer column a
tom drawmbar hotkey syscolor mgdx mgalias journal mgtci
J:/WINCE500>REM If no GWES components then add the stubs
J:/WINCE500>if "gwe1 gwe2 gwe3 gwe4" == "" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c coregwestub

J:/WINCE500>if "gwe1 gwe2 gwe3 gwe4" == "" set __SYSGEN_MSGDLGBOXCUSTOMIZE=1

J:/WINCE500>if "" == "1" set COREDLL_MESSAGEDIALOGBOXCUSTOMIZE_COMPONENT=messagedialogboxcustomize
J:/WINCE500>if not "" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk
J:/WINCE500>if not "1" == "1" goto noShellAPIS

J:/WINCE500>REM Shell API components: SHMISC, SHEXEC, SHORTCUT, FILEOPEN
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa

J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes

J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM

J:/WINCE500>REM Optional audio components
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM // WaveAPI - Waveform Audio, Hardware Mixer and Audio Compression Manager

J:/WINCE500>REM // ACM Codecs/GSM610 - handy for wireless
J:/WINCE500>if not "" == "1" goto nogsm610
J:/WINCE500>REM // ACM (Audio Compression Manager)
J:/WINCE500>if not "" == "1" goto noacm
J:/WINCE500>if not "1" == "1" goto noaudio
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples
J:/WINCE500>if "1" == "1" set GWE1_COMPONENTS=wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr foregnd idle kbdui uibase msgbeep audio
J:/WINCE500>set WAVEAPI_COMPONENTS= wapiwave wapimap
J:/WINCE500>REM Audio stack needs DeviceIoControl, MsgQueues & Registry
J:/WINCE500>set __SYSGEN_FILESYS=1
J:/WINCE500>set SYSGEN_MSGQUEUE=1
J:/WINCE500>REM Also used GetDeviceKey - serdev.
J:/WINCE500>set SYSGEN_DEVICE=1
J:/WINCE500>set SYSGEN_SERDEV=1
J:/WINCE500>set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>set __SYSGEN_AUDIO_API=1
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM Optional Driver Components
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if "" == "1" set SYSGEN_STOREMGR=1
J:/WINCE500>REM // ++ Componentized ATA/ATAPI driver _________________________________________________________
J:/WINCE500>REM // atapi_common_lib is added to ATAPI_COMPONENTS implicitly
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1

J:/WINCE500>if "" == "1" set SYSGEN_FATFS=1
J:/WINCE500>if "" == "1" set SYSGEN_UDFS=1
J:/WINCE500>if "" == "1" set SYSGEN_ATAPI_PCMCIA=1
J:/WINCE500>if "" == "1" set SYSGEN_ATAPI_PCIO=1
J:/WINCE500>if "" == "1" set SYSGEN_ATAPI_PCIO_CD=1
J:/WINCE500>if "" == "1" set SYSGEN_ATAPI_PCIP_PDC20262=1
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set SYSGEN_FATFS=1
J:/WINCE500>if "" == "1" set SYSGEN_UDFS=1
J:/WINCE500>if "" == "1" set SYSGEN_ATAPI_PCIO_CD=1
J:/WINCE500>if "" == "1" set SYSGEN_ATAPI_PCIO=1
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1

J:/WINCE500>if "" == "1" set SYSGEN_FATFS=1
J:/WINCE500>if "" == "1" set SYSGEN_UDFS=1
J:/WINCE500>if "" == "1" set SYSGEN_ATAPI_PCIO=1
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set SYSGEN_FATFS=1

J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set SYSGEN_FATFS=1
J:/WINCE500>if "" == "1" set BSP_PCCARDATADISK=1
J:/WINCE500>REM // build ATAPI component set

J:/WINCE500>if "" == "1" set ATAPI_COMPONENTS= atapi_pcio
J:/WINCE500>if "" == "1" set ATAPI_COMPONENTS= atapi_pcio_cd
J:/WINCE500>if "" == "1" set ATAPI_COMPONENTS= atapi_pcip_pdc20262
J:/WINCE500>if "" == "1" set ATAPI_COMPONENTS= atapi_pcmcia
J:/WINCE500>REM // -- Componentized ATA/ATAPI driver ________________________________________________________
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set SYSGEN_FATFS=1
J:/WINCE500>if "" == "1" set SYSGEN_STOREMGR=1

J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>REM // IEEE-1394
J:/WINCE500>if "" == "1" set SYSGEN_1394_SBP2=1
J:/WINCE500>if "" == "1" set SYSGEN_1394=1

J:/WINCE500>if "" == "1" set SYSGEN_1394_AVC_VIRTUAL=1
J:/WINCE500>if "" == "1" set SYSGEN_1394_AVC_STREAMING=1
J:/WINCE500>if "" == "1" set SYSGEN_1394_AVC_STREAMING=1
J:/WINCE500>if "" == "1" set SYSGEN_1394_AVC=1
J:/WINCE500>if "" == "1" set SYSGEN_1394=1

J:/WINCE500>if "" == "1" set SYSGEN_1394=1
J:/WINCE500>if "" == "1" set SYSGEN_1394=1
J:/WINCE500>if "" == "1" set SYSGEN_1394=1
J:/WINCE500>if "" == "1" set SYSGEN_1394=1
J:/WINCE500>if "" == "1" set SYSGEN_1394=1

J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set SYSGEN_CORESTRA=1
J:/WINCE500>if "" == "1" set __SYSGEN_CXPORT=1
J:/WINCE500>REM Helper library for TCP/IP, winsock, and 1394
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport

J:/WINCE500>if "1" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "1" == "1" set SYSGEN_STDIOA=1
J:/WINCE500>REM // battery driver
J:/WINCE500>if not "" == "1" goto no_battery
J:/WINCE500>REM // notification LED driver

J:/WINCE500>if not "1" == "1" goto no_nled
J:/WINCE500>set SYSGEN_DEVICE=1
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezones mmwave mms
nd mmmix nled
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr
J:/WINCE500>REM Null Camera driver
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr nullcam
J:/WINCE500>REM Bring in the device manager if power management is selected
J:/WINCE500>if "1" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if not "1" == "1" if "1" == "1" set SYSGEN_PMSTUBS=1
J:/WINCE500>REM If SYSGEN_PM then you can't have PMSTUBS
J:/WINCE500>if "1" == "1" set SYSGEN_PMSTUBS=
J:/WINCE500>if "" == "1" set SYSGEN_DEVICE=1
J:/WINCE500>if not "1" == "1" goto no_device
J:/WINCE500>REM Compression is not technically needed at this point but if your image
J:/WINCE500>REM includes device.exe then it starts to be large enough that compression is useful
J:/WINCE500>set SYSGEN_NKCOMPR=1
J:/WINCE500>set SYSGEN_FULL_CRT=1
J:/WINCE500>set SYSGEN_FSADVERTISE=1

J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum
J:/WINCE500>set DEVICE_COMPONENTS= devcore iorm
J:/WINCE500>REM Select power manager components
J:/WINCE500>if not "1" == "1" goto not_full_PM

J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm
J:/WINCE500>if "" == "1" set PM_COMPONENTS= pm_pda_pdd
J:/WINCE500>if not "" == "1" set PM_COMPONENTS= pm_default_pdd
J:/WINCE500>set PM_COMPONENTS= pm_default_pdd pm_mdd pm_pdd_common
J:/WINCE500>set DEVICE_COMPONENTS= devcore iorm pmif
J:/WINCE500>goto pm_done

J:/WINCE500>set SYSGEN_SERDEV=1
J:/WINCE500>set SYSGEN_STDIO=1
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezones mmwave mms
nd mmmix nled devload
J:/WINCE500>REM // Driver DLLs compiled for all platforms.  Some of these are aliases for groups
J:/WINCE500>REM // of drivers that are linked at SYSGEN time -- see
J:/WINCE500>REM // public/common/oak/cesysgen/makefile for a list.
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
J:/WINCE500>REM // Driver DLLs that need some GWEs support
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccar
d 8042keyboard nopkeyboard
J:/WINCE500>REM // Chip Support Package drivers.  The "csp" alias includes a number of sample drivers
J:/WINCE500>REM // that are linked at SYSGEN time -- see public/common/oak/cesysgen/makefile for a list.
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard 8042keyboard
 nopkeyboard csp
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccar
d 8042keyboard nopkeyboard csp csp_mininput
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput atadisk
J:/WINCE500>REM //=== FSD ===
J:/WINCE500>if not "" == "" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimode
m tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthc
sr bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pcc
ard 8042keyboard nopkeyboard csp csp_mininput atapi
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput ramdisk
J:/WINCE500>REM //=== MSFLASH ===
J:/WINCE500>if not "" == "1" goto :NotAllMSFlash
J:/WINCE500>REM // Add msflash drivers for individual flash technologies
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput stratad
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdnpcid
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput fasld enumfaslpci
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput ramfmd
J:/WINCE500>REM // SD modules
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdhc ellencfg
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccar
d 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2
J:/WINCE500>REM // SD client modules
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 sdmemory
J:/WINCE500>REM // USB modules
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 usbhost usbd
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 usbhid
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 usbprn
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 usbmsc usbdisk6
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 rndismp usb8023
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 stcusb
J:/WINCE500>REM // HID modules
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 hidparse
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 kbdhid conshid
J:/WINCE500>if "" == "1" if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncm
ac unimodem tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb
bthsc bthcsr bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv
serial pccard 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 MouHidTrns
J:/WINCE500>if "" == "1" if "" == "" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncma
c unimodem tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb b
thsc bthcsr bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv s
erial pccard 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 MouHid
J:/WINCE500>REM -- TBD make netui load FormatMessage dynamically
J:/WINCE500>if "" == "1" set SYSGEN_FMTMSG=1
J:/WINCE500>REM // USB Function dependencies
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 usbfn
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 net2280
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 usbmsfn
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 rndisfn
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 serialusbfn
J:/WINCE500>REM // IEEE-1394 Components
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 1394diag
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 1394vdev
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 1394dcam
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 virtdcam
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 avc_vvcr
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 avc_unit
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 avc_vcr
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 avc_stream
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 avc 61883
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 scsiblk
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 sbp2
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 topomap
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 setupapi wdmutil wdmlib cewdmmgr 1394bus 1394ohcd
J:/WINCE500>REM // FatFS support
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fatfsd
J:/WINCE500>if "" == "1" set __SYSGEN_FAT_SUPPORT=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 tfat
J:/WINCE500>if "" == "1" set __SYSGEN_FAT_SUPPORT=1
J:/WINCE500>if not "" == "1" goto SkipFatSupport
J:/WINCE500>if "" == "1" set SYSGEN_STOREMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 udfs
J:/WINCE500>if "" == "1" set SYSGEN_STOREMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 binfs
J:/WINCE500>REM // MSPART Partition driver support
J:/WINCE500>if "" == "1" set SYSGEN_STOREMGR=1
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 mspart
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM FSDMGR/STOREMGR
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccar
d 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr
J:/WINCE500>if "1" == "1" set SYSGEN_MSGQUEUE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "1" == "1" set SYSGEN_STDIO=1
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM Optional components from core OS
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM ZLIB APIs for doing decompression, mainly used for PNG files
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccar
d 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber
J:/WINCE500>if "" == "1" set __SYSGEN_FPEMUL=1
J:/WINCE500>if "" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezon
es mmwave mmsnd mmmix nled devload fiber fpemul
J:/WINCE500>if not "1" == "1" goto No_IMM
J:/WINCE500>REM // Traditional Chinese IM's
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib chajeiim
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib phonim
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm
J:/WINCE500>if not "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa ti
mezones mmwave mmsnd mmmix nled devload fiber coreimm coreimmstub
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib gb18030
J:/WINCE500>if "" == "1" set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>REM // Handwriting recognition
J:/WINCE500>if "" == "1" set SYSGEN_HWX=1
J:/WINCE500>if "" == "1" set SYSGEN_HWX=1
J:/WINCE500>if not "" == "1" goto nohwx
J:/WINCE500>if "" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezon
es mmwave mmsnd mmmix nled devload fiber coreimm fmtres
J:/WINCE500>if "" == "1" set SYSGEN_FMTMSG=1
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa
J:/WINCE500>if "1" == "1" set SYSGEN_SERDEV=1
J:/WINCE500>if "1" == "1" set SYSGEN_SERDEV=1
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev
J:/WINCE500>if "" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set SYSGEN_FSROMONLY=
J:/WINCE500>if "" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set SYSGEN_FSREGHIVE=
J:/WINCE500>if "" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set SYSGEN_FSREPLCOUNT=
J:/WINCE500>if "" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set SYSGEN_ACCOUNTDB=1
J:/WINCE500>if "" == "1" set SYSGEN_FSDBASE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "1" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "1" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "1" == "1" set SYSGEN_MSGQUEUE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set __SYSGEN_FILESYS=1
J:/WINCE500>if "" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezon
es mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev acl
J:/WINCE500>if not "1" == "1" goto noFileSys
J:/WINCE500>set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwa
pi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendy
ser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard 8042keyboard
 nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys
J:/WINCE500>set FILESYS_COMPONENTS=fsheap fsmain
J:/WINCE500>set SYSGEN_FULL_CRT=1
J:/WINCE500>set SYSGEN_NKMAPFILE=1
J:/WINCE500>set SYSGEN_NKCOMPR=1
J:/WINCE500>set SYSGEN_STRSAFE=1
J:/WINCE500>REM Choice of registry: cannot choose both, fsregram is default and wins ties
J:/WINCE500>if not "" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg
J:/WINCE500>if "" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsreghive
J:/WINCE500>REM Choice of internal file system: cannot choose both, fsramrom is default and wins ties
J:/WINCE500>if not "" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram
J:/WINCE500>if "" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsysrom
J:/WINCE500>REM Choice of replication: cannot choose both, fsreplbit wins ties
J:/WINCE500>if "" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsreplcount
J:/WINCE500>if "" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsreplbit
J:/WINCE500>REM Other components: database, password, advertise interface, msgqueue are independent
J:/WINCE500>if "1" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsdbase
J:/WINCE500>if "1" == "1" set __SYSGEN_NEED_LOCUSA=1
J:/WINCE500>if "1" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsdbase fspass
J:/WINCE500>if "1" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsdbase fspass fsadvertise
J:/WINCE500>if "1" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsdbase fspass fsadvertise msgqueue
J:/WINCE500>if "" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsdbase fspass fsadvertise msgqueue adb
J:/WINCE500>if "" == "1" set FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsdbase fspass fsadvertise msgqueue fsacl
J:/WINCE500>REM Kernel components
J:/WINCE500>if "1" == "1" set NK_COMPONENTS= nkcompr
J:/WINCE500>if not "1" == "1" set NK_COMPONENTS= nkcompr nknocomp
J:/WINCE500>if "1" == "1" set NK_COMPONENTS= nkcompr nkmapfile
J:/WINCE500>if not "1" == "1" set NK_COMPONENTS= nkcompr nkmapfile nknomapfile
J:/WINCE500>REM If FileSys is not selected then they can include TKTest
J:/WINCE500>if not "1" == "1" if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 a
syncmac unimodem tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bt
hamb bthsc bthcsr bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcm
conv serial pccard 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys tktest
J:/WINCE500>REM By default the config get's LocMini support
J:/WINCE500>REM Optionally you can add LOCUSA (US only code page support) or CORELOC (full multi-codepage support)
J:/WINCE500>rem Did someone need at least LOCUSA support?
J:/WINCE500>if not "0409" == "0409" set SYSGEN_CORELOC=1
J:/WINCE500>if "1" == "1" set SYSGEN_LOCUSA=
J:/WINCE500>if "1" == "1" if not "1" == "1" set SYSGEN_LOCUSA=1
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc
J:/WINCE500>if not "1" == "1" if "" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo she
llapis dsa timezones mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc locusa
J:/WINCE500>if not "1" == "1" if not "" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo
 shellapis dsa timezones mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc locmini
J:/WINCE500>REM MUI APIs are part of coredll all the time, but MUI will get enabled ony if SYSGEN_MULTIUI is set
J:/WINCE500>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezones mmwave mms
nd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui
J:/WINCE500>REM Include CPP EH and runtime type information (RTTI) support
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui crt_cpp_eh_and_rtti
J:/WINCE500>REM This will include the STRSAFE component
J:/WINCE500>if not "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa ti
mezones mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui crt_cpp_eh_and_rtti nostrsafe
J:/WINCE500>REM Toolhelp api's for getting system information
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccar
d 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys toolhelp
J:/WINCE500>REM VMINI driver allows product TCP/IP to work over debug Ethernet
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccar
d 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys toolhelp vmini
J:/WINCE500>REM LASS is the local authentication Subsystem.
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys toolhelp vmini lassd
J:/WINCE500>if "" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem t
cpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard
 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys toolhelp vmini lap_pw
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>REM
J:/WINCE500>REM More extensive C-Runtime support.  Needed by some components and potentially customer apps
J:/WINCE500>REM
J:/WINCE500>REM ==============================================================================================
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui crt_cpp_eh_and_rtti full_crt
J:/WINCE500>if "1" == "1" set __SYSGEN_CRYPTHASH=1
J:/WINCE500>if "1" == "1" set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezo
nes mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui crt_cpp_eh_and_rtti full_crt crypthash rsa32
J:/WINCE500>REM These test programs require FileSys
J:/WINCE500>if "1" == "1" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem
tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr
 bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccar
d 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys toolhelp vmini rt_tests
J:/WINCE500>if not "" == "" set CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimode
m tcpstk fw6 fwapi winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthc
sr bthuniv wendyser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pcc
ard 8042keyboard nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys toolhelp vmini rt_tests 
J:/WINCE500>REM Fix things in other trees as necessary
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF


//*********************************************************************************************************************

//*********************************************************************************************************************
J:/WINCE500>if /I not "common" == "common" set SYSGEN  1>J:/WINCE500/__pass1.txt

J:/WINCE500>call :CallPlatFile pass2
J:/WINCE500>REM echo CallPlatFile pass2         
J:/WINCE500>if not exist J:/WINCE500/platform/mini2440/cebasecesysgen.bat goto CPLatFileUnknown
J:/WINCE500>goto :EOF
J:/WINCE500>for %f in (J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat) do call :CallUserProjFile %f pass2
J:/WINCE500>call :CallUserProjFile J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat pass2
J:/WINCE500>if not exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat goto :CUPF_NotFullPath
J:/WINCE500>call J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat pass2       
J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>for %f in (MyMini2440 SQLMOBILE SQLCOMPACT NETCFV35 NETCFV2 speech ostest SQLCE netcf datasync voip directx viewers wceappsfe wceshellfe rdp shell shellsdk servers script ie gdiex dcom winceos) do call :CallProjFile %f pass2
J:/WINCE500>call :CallProjFile MyMini2440 pass2
J:/WINCE500>REM echo CallProjFile MyMini2440 pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//MyMini2440.bat goto :CPF_NotCE
J:/WINCE500>if not exist J:/WINCE500/public/cebase/oak/misc/MyMini2440.bat goto :CPF_NotCE2
J:/WINCE500>if not exist J:/WINCE500/public/MyMini2440/cebasecesysgen.bat goto :CPF_Unknown
J:/WINCE500>if /I "common" == "common" if "1" == "1" echo WARNING: Unable to find project file MyMini2440, args pass2       
WARNING: Unable to find project file MyMini2440, args pass2      
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLMOBILE pass2
J:/WINCE500>REM echo CallProjFile SQLMOBILE pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLMOBILE.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLMOBILE.bat pass2       
J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLCOMPACT pass2
J:/WINCE500>REM echo CallProjFile SQLCOMPACT pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCOMPACT.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCOMPACT.bat pass2       
J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile NETCFV35 pass2
J:/WINCE500>REM echo CallProjFile NETCFV35 pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV35.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV35.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile NETCFV2 pass2
J:/WINCE500>REM echo CallProjFile NETCFV2 pass2       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV2.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV2.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile speech pass2
J:/WINCE500>REM echo CallProjFile speech pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//speech.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//speech.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile ostest pass2
J:/WINCE500>REM echo CallProjFile ostest pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ostest.bat goto :CPF_NotCE

J:/WINCE500>if not exist J:/WINCE500/public/cebase/oak/misc/ostest.bat goto :CPF_NotCE2
J:/WINCE500>if not exist J:/WINCE500/public/ostest/cebasecesysgen.bat goto :CPF_Unknown
J:/WINCE500>call J:/WINCE500/public/ostest/cebasecesysgen.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLCE pass2

J:/WINCE500>REM echo CallProjFile SQLCE pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCE.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCE.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile netcf pass2

J:/WINCE500>REM echo CallProjFile netcf pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//netcf.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//netcf.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile datasync pass2
J:/WINCE500>REM echo CallProjFile datasync pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//datasync.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//datasync.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile voip pass2

J:/WINCE500>REM echo CallProjFile voip pass2       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//voip.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//voip.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile directx pass2
J:/WINCE500>REM echo CallProjFile directx pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//directx.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//directx.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>if "" == "1" if "" == "1" set __SYSGEN_ACMDWRAP=1
J:/WINCE500>REM // allows DirectShow ACM audio codecs to be used as CE ACM drivers
J:/WINCE500>if "" == "1" set DIRECTX_MODULES= acmdwrap

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile viewers pass2
J:/WINCE500>REM echo CallProjFile viewers pass2       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//viewers.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//viewers.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile wceappsfe pass2
J:/WINCE500>REM echo CallProjFile wceappsfe pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceappsfe.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceappsfe.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile wceshellfe pass2

J:/WINCE500>REM echo CallProjFile wceshellfe pass2       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceshellfe.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceshellfe.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>REM Handle tree order failures

J:/WINCE500>if not "1" == "1" goto noCtlPnl2
J:/WINCE500>REM Turn on Sounds control panel if Audio turned on
J:/WINCE500>if "1" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse backlight colorscheme sounds
J:/WINCE500>REM Turn on Modem control panel if Modem selected

J:/WINCE500>if "1" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse backlight colorscheme sounds dialing
J:/WINCE500>if "" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse backlight colorscheme sounds dialing sip
J:/WINCE500>if "1" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse backlight colorscheme sounds dialing stylus

J:/WINCE500>if "1" == "1" set CPLMAIN_COMPONENTS= network datetime keyboard password owner system display pointercmn mouse backlight colorscheme sounds dialing stylus certs
J:/WINCE500>if "" == "1" goto havePairSvc
J:/WINCE500>if "1" == "1" set WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll Dw DwCtlPnl DwXfer bthpnl
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile rdp pass2
J:/WINCE500>REM echo CallProjFile rdp pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//rdp.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//rdp.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile shell pass2
J:/WINCE500>REM echo CallProjFile shell pass2       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shell.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shell.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile shellsdk pass2

J:/WINCE500>REM echo CallProjFile shellsdk pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shellsdk.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shellsdk.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile servers pass2

J:/WINCE500>REM echo CallProjFile servers pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//servers.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//servers.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2

J:/WINCE500>REM Handle tree order failures
J:/WINCE500>if NOT "1" == "1" goto :noRemoteUI

J:/WINCE500>set __SYSGEN_HEADLESSUI_HOSTNAMEMOD=1
J:/WINCE500>set __SYSGEN_HEADLESSUI_NETWORK=1
J:/WINCE500>set __SYSGEN_HEADLESSUI_PASSWORD=1
J:/WINCE500>set __SYSGEN_HEADLESSUI_VERSION=1
J:/WINCE500>if "1" == "1" set __SYSGEN_HEADLESSUI_PORTFORWARD=1
J:/WINCE500>if "1" == "1" set __SYSGEN_HEADLESSUI_NATMOD=1
J:/WINCE500>if "1" == "1" set __SYSGEN_HEADLESSUI_USERMANAGER=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_ROOTDIRS=1

J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_SMBFILE=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_SMBPRINT=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_USERMANAGER=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_SMBPRINT=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_USERMANAGER=1

J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_TIMESERVICE=1
J:/WINCE500>if "1" == "1" set __SYSGEN_HEADLESSUI_RAS=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_WIFI_AP=1
J:/WINCE500>if "1" == "1" set __SYSGEN_HEADLESSUI_FIREWALLMOD=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_NETLOG=1
J:/WINCE500>if "1" == "1" if "1" == "1" set __SYSGEN_HEADLESSUI_WATSON=1
J:/WINCE500>if "" == "1" set __SYSGEN_HEADLESSUI_EVENTLOG=1
J:/WINCE500>if "1" == "1" set __SYSGEN_HEADLESSUI_PC=1
J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREU
I

J:/WINCE500>if "1" == "1" set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREU
I RUI_GATEWAYUI
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME        & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteA
dmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK         & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pc
logdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD        & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm t
elnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION            & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 msso
apr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD     & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexs
rvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT             & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost u
pnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD R
UI_NAT
J:/WINCE500>if "" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_ROOTDIRS        & set SERVERS_MODULES= upnpsvc upnpca
pi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VER
SION RUI_PORTFORWARD RUI_NAT RUI_ROOTDIRS   & set WEBUI_LINK=storeapi.lib
J:/WINCE500>if "" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_SMBFILE         & set SERVERS_MODULES= upnpsvc upnpca
pi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VER
SION RUI_PORTFORWARD RUI_NAT RUI_SMBFILE
J:/WINCE500>if "" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_SMBPRINT        & set SERVERS_MODULES= upnpsvc upnpca
pi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VER
SION RUI_PORTFORWARD RUI_NAT RUI_SMBPRINT
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER     & set SERVERS_MODULES= upnpsvc upnpc
api upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VE
RSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER
J:/WINCE500>if "" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER    RGUIMOD_TIMESERVICE     & set SERVERS_
MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWO
RK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_TIMESERVICE
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER    RGUIMOD_RAS             & set SERVERS
_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETW
ORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS
J:/WINCE500>if "" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER    RGUIMOD_RAS            RGUIMOD_NATIVEW
IFI      & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI
 RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS RUI_NATIVEWIFI
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER    RGUIMOD_RAS            RGUIMOD_FIREWA
LL        & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYU
I RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS RUI_FIREWALL
J:/WINCE500>if "1" == "1" set WEBUI_TARGET_COMPONENTS=RGUI_FIREWALL
J:/WINCE500>if "" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER    RGUIMOD_RAS            RGUIMOD_FIREWAL
L       RGUIMOD_NETLOG          & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services R
UI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS RUI_FIREWALL RUI_NETLOG
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER    RGUIMOD_RAS            RGUIMOD_FIREWA
LL       RGUIMOD_WATSON          & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services
RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS RUI_FIREWALL RUI_WATSON
J:/WINCE500>if "" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER    RGUIMOD_RAS            RGUIMOD_FIREWAL
L       RGUIMOD_WATSON         RGUIMOD_EVENTLOG
J:/WINCE500>if "1" == "1" set WEBUI_COMPONENTS= RGUIMOD_HOSTNAME       RGUIMOD_NETWORK        RGUIMOD_PASSWORD       RGUIMOD_VERSION           RGUIMOD_PORTFORWARD    RGUIMOD_NAT            RGUIMOD_USERMANAGER    RGUIMOD_RAS            RGUIMOD_FIREWA
LL       RGUIMOD_WATSON         RGUIMOD_PC              & set SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext
httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS RUI_FIREWALL RUI_WATSON RUI_PC
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile script pass2
J:/WINCE500>REM echo CallProjFile script pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//script.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//script.bat pass2       
J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile ie pass2
J:/WINCE500>REM echo CallProjFile ie pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ie.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ie.bat pass2       
J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile gdiex pass2
J:/WINCE500>REM echo CallProjFile gdiex pass2       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//gdiex.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//gdiex.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile dcom pass2
J:/WINCE500>REM echo CallProjFile dcom pass2       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//dcom.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//dcom.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile winceos pass2
J:/WINCE500>REM echo CallProjFile winceos pass2       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//winceos.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//winceos.bat pass2       

J:/WINCE500>if /I not "pass2" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "pass2" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "pass2" == "pass2" goto :Not_Pass2
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>if /I not "common" == "common" set SYSGEN  1>J:/WINCE500/__pass2.txt
J:/WINCE500>REM Report some info and exit
J:/WINCE500>if /I not "common" == "common" goto Exit

J:/WINCE500>echo Report:
Report:
J:/WINCE500>set SYSGEN
SYSGEN_ASYNCMAC=1
SYSGEN_ATL=1
SYSGEN_AUDIO=1
SYSGEN_AYGSHELL=1
SYSGEN_COMMCTRL=1
SYSGEN_COMMDLG=1
SYSGEN_CORELOC=1
SYSGEN_CORESTRA=1
SYSGEN_CPP_EH_AND_RTTI=1
SYSGEN_CREDMAN=1
SYSGEN_CTLPNL=1
SYSGEN_DEVICE=1
SYSGEN_DISPLAY=1
SYSGEN_FIBER=1
SYSGEN_FIREWALL=1
SYSGEN_FMTMSG=1
SYSGEN_FONTS_COUR_1_30=1
SYSGEN_FONTS_TAHOMA_1_07=1
SYSGEN_FONTS_WINGDING=1
SYSGEN_FSDBASE=1
SYSGEN_FSPASSWORD=1
SYSGEN_FULL_CRT=1
SYSGEN_GATEWAY=1
SYSGEN_GATEWAY_UI=1
SYSGEN_GRADFILL=1
SYSGEN_HTTP_PROXY=1
SYSGEN_IMAGING=1
SYSGEN_IMAGING_BMP_DECODE=1
SYSGEN_IMAGING_GIF_DECODE=1
SYSGEN_IMAGING_JPG_DECODE=1
SYSGEN_IMAGING_PNG_DECODE=1
SYSGEN_IMM=1
SYSGEN_INETCPL=1
SYSGEN_IPHLPAPI=1
SYSGEN_LDAP=1
SYSGEN_MINGDI=1
SYSGEN_MINGWES=1
SYSGEN_MININPUT=1
SYSGEN_MINWMGR=1
SYSGEN_MLANG=1
SYSGEN_MSGQUEUE=1
SYSGEN_MSHTML=1
SYSGEN_MSXML_MINI=1
SYSGEN_MSXML_SAX=1
SYSGEN_MSXML_XQL=1
SYSGEN_NDIS=1
SYSGEN_NDISUIO=1
SYSGEN_NKCOMPR=1
SYSGEN_NKMAPFILE=1
SYSGEN_NLED=1
SYSGEN_OBEX_CLIENT=1
SYSGEN_OLE=1
SYSGEN_PRINTING=1
SYSGEN_SERDEV=1
SYSGEN_SERVICES=1
SYSGEN_SHDOCVW=1
SYSGEN_SOAPTK_CLIENT=1
SYSGEN_STDIO=1
SYSGEN_STDIOA=1
SYSGEN_STOREMGR=1
SYSGEN_STRSAFE=1
SYSGEN_TAPI=1
SYSGEN_TCPIP=1
SYSGEN_TIMESVC_API=1
SYSGEN_TIMESVC_DST=1
SYSGEN_TOOLHELP=1
SYSGEN_UNIMODEM=1
SYSGEN_URLMON=1
SYSGEN_WINSOCK=1
sysgen_auth=1
sysgen_auth_ntlm=1
sysgen_auth_schannel=1
sysgen_bth_audio=1
sysgen_certs=1
sysgen_cmd=1
sysgen_console=1
sysgen_crypto=1
sysgen_cursor=1
sysgen_dotnet=1
sysgen_dotnet_support=1
sysgen_ethernet=1
sysgen_fsadvertise=1
sysgen_ftpd=1
sysgen_httpd=1
sysgen_iabase=1
sysgen_ie_jscript=1
sysgen_iesample=1
sysgen_modem=1
sysgen_msmq=1
sysgen_msxml_dom=1
sysgen_netutils=1
sysgen_notify=1
sysgen_obex_server=1
sysgen_parental_control=1
sysgen_pm=1
sysgen_ppp=1
sysgen_pptp=1
sysgen_redir=1
sysgen_sdbus=1
sysgen_shell=1
sysgen_snmp=1
sysgen_standardshell=1
sysgen_telnetd=1
sysgen_touch=1
sysgen_upnp_ctrl=1
sysgen_upnp_device=1
sysgen_usdk=1
sysgen_watson_client=1
sysgen_watson_ctlpnl=1
sysgen_watson_dmpgen=1
sysgen_watson_xfer=1
sysgen_wininet=1
J:/WINCE500>if "" == "1" set SYSGEN  1>J:/WINCE500/__BLD_RECURS_DEP.txt
J:/WINCE500>set SYSGEN  1>J:/WINCE500/public/MyMini2440/__CEBASE_FEATURES.txt
系统找不到指定的路径。
J:/WINCE500>call :CallPlatFile report
J:/WINCE500>REM echo CallPlatFile report         
J:/WINCE500>if not exist J:/WINCE500/platform/mini2440/cebasecesysgen.bat goto CPLatFileUnknown
J:/WINCE500>goto :EOF
J:/WINCE500>for %f in (winceos dcom gdiex ie script servers shellsdk shell rdp wceshellfe wceappsfe viewers directx voip datasync netcf SQLCE ostest speech NETCFV2 NETCFV35 SQLCOMPACT SQLMOBILE MyMini2440) do call :CallProjFile %f report
J:/WINCE500>call :CallProjFile winceos report
J:/WINCE500>REM echo CallProjFile winceos report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//winceos.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//winceos.bat report       
J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>echo CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fw
api winsock afd ws2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wend
yser wcestreambt sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard 8042keyboar
d nopkeyboard csp csp_mininput sdbus sdbus2 fsdmgr zlib filesys toolhelp vmini rt_tests
CE_MODULES=coredll nk stansdk console cmd commctrl commdlg shell relfsd loaddbg shellcelog osaxst0 net secur32 ntlmssp spnego schannel rsaenh crypt32 msasn1 credman prnport prnerr notify netui wldap32 asyncmac unimodem tcpstk fw6 fwapi winsock afd w
s2 ws2instl wspm nspm ssllsp rtl8139 e100bex smsc100fd dp83815 ne2000 dhcp netmui ndisuio ndis ipnat ppp autodial tapi pptp snmp snmp_mibii snmp_hostmib redir netbios btsvc btd btdrt btscosnd bthuart bthamb bthsc bthcsr bthuniv wendyser wcestreambt
sio950 bthsdio ping ipconfig tracert route netstat ndisconfig iphlpapi gwes keybd pointer display fonts waveapi audiodrv wavesamples cxport nleddrvr device regenum busenum pm ceddk giisr mmtimer pci pcmconv serial pccard 8042keyboard nopkeyboard csp
 csp_mininput sdbus sdbus2 fsdmgr zlib filesys toolhelp vmini rt_tests
J:/WINCE500>echo COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezones mmwave mm
snd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui crt_cpp_eh_and_rtti full_crt crypthash rsa32
COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis dsa timezones mmwave mmsnd mmmix nled de
vload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui crt_cpp_eh_and_rtti full_crt crypthash rsa32
J:/WINCE500>echo NK_COMPONENTS= nkcompr nkmapfile
NK_COMPONENTS= nkcompr nkmapfile
J:/WINCE500>if not "fsheap fsmain fsreg fsysram fsdbase fspass fsadvertise msgqueue" == "" echo FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsdbase fspass fsadvertise msgqueue
FILESYS_COMPONENTS=fsheap fsmain fsreg fsysram fsdbase fspass fsadvertise msgqueue
J:/WINCE500>if not " devcore iorm pmif" == "" echo DEVICE_COMPONENTS= devcore iorm pmif
DEVICE_COMPONENTS= devcore iorm pmif
J:/WINCE500>if not " pm_default_pdd pm_mdd pm_pdd_common" == "" echo PM_COMPONENTS= pm_default_pdd pm_mdd pm_pdd_common
PM_COMPONENTS= pm_default_pdd pm_mdd pm_pdd_common
J:/WINCE500>if not "" == "" echo FATUTIL_COMPONENTS=
J:/WINCE500>if not "wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr foregnd idle kbdui uibase msgbeep audio" == "" echo GWE1_COMPONENTS=wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr foregnd idle kbdui uibase msgbeep audio
GWE1_COMPONENTS=wmbase gweshare gwesmain immthunk msgque GSetWinLong CePtr foregnd idle kbdui uibase msgbeep audio
J:/WINCE500>if not "mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgdrwtxt mgprint mgpal mgpalnat" == "" echo GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn
mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgdrwtxt mgprint mgpal mgpalnat
GWE2_COMPONENTS=mgbase mgbitmap mgblt mgblt2 mgdc mgdibsec mgdraw mgrgn mgwinmgr tchui calibrui mggradfill mgalphablendstub mgtt mgdrwtxt mgprint mgpal mgpalnat
J:/WINCE500>if not "accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver MouseAndTouchCursor iconcurs mcursor mcursor8 cursor cursor8 mNoTapUI"
 == "" echo GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver MouseAndTouchCursor iconcurs mcursor mcursor8 cursor cursor8 m
NoTapUI
GWE3_COMPONENTS=accel btnctl caret cascade imectl clipbd cmbctl defwndproc dlgmgr dlgmnem edctl gcache gwectrl icon iconcmn imgctl lbctl loadbmp loadimg menu menuscrl mNoOver MouseAndTouchCursor iconcurs mcursor mcursor8 cursor cursor8 mNoTapUI
J:/WINCE500>if not "nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs timer column atom drawmbar hotkey syscol
or mgdx mgalias journal mgtci" == "" echo GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs ti
mer column atom drawmbar hotkey syscolor mgdx mgalias journal mgtci
GWE4_COMPONENTS=nclient oom sbcmn scbctl startup stcctl winmgr startui oomui sbcmnview nclientview gcacheview btnctlview stcctlview cmbctlview lbctlview msgbox msgbox_hpc dlgmgr_hpc menu_hpc EditControlOs timer column atom drawmbar hotkey syscolor m
gdx mgalias journal mgtci
J:/WINCE500>if not "" == "" echo ATAPI_COMPONENTS=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile dcom report
J:/WINCE500>REM echo CallProjFile dcom report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//dcom.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//dcom.bat report       
J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not " atl ole32 oleaut32 uuid" == "" echo DCOM_MODULES= atl ole32 oleaut32 uuid
DCOM_MODULES= atl ole32 oleaut32 uuid
J:/WINCE500>if not "mcombase mcommem mcomstr mcommon mcomlib ole232 docfile msf exp mcomguid mcomstm" == "" echo OLE32_COMPONENTS=mcombase mcommem mcomstr mcommon mcomlib ole232 docfile msf exp mcomguid mcomstm
OLE32_COMPONENTS=mcombase mcommem mcomstr mcommon mcomlib ole232 docfile msf exp mcomguid mcomstm

J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile gdiex report
J:/WINCE500>REM echo CallProjFile gdiex report       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//gdiex.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//gdiex.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not " imaging" == "" echo GDIEX_MODULES= imaging
GDIEX_MODULES= imaging
J:/WINCE500>if not " img_png img_libpng  img_pngdecoder img_gif img_liblzw  img_gifdecoder img_jpeg img_jpegfull img_jpegmem  img_jpegdecoder img_bmp  img_bmpdecoder" == "" echo IMAGING_COMPONENTS= img_png img_libpng  img_pngdecoder img_gif img_libl
zw  img_gifdecoder img_jpeg img_jpegfull img_jpegmem  img_jpegdecoder img_bmp  img_bmpdecoder
IMAGING_COMPONENTS= img_png img_libpng  img_pngdecoder img_gif img_liblzw  img_gifdecoder img_jpeg img_jpegfull img_jpegmem  img_jpegdecoder img_bmp  img_bmpdecoder
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile ie report

J:/WINCE500>REM echo CallProjFile ie report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ie.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ie.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report

J:/WINCE500>if not " iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon wininet shlwapi uuid ieceext mlang" == "" echo IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon wininet shlwapi uui
d ieceext mlang
IE_MODULES= iepeers iesample iectl msls31 mshtml shdoclc shdocvw inetcpl msxml3 urlmon wininet shlwapi uuid ieceext mlang
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile script report
J:/WINCE500>REM echo CallProjFile script report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//script.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//script.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not " jscript" == "" echo SCRIPT_MODULES= jscript
SCRIPT_MODULES= jscript
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile servers report
J:/WINCE500>REM echo CallProjFile servers report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//servers.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//servers.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not " upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNA
ME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS RUI_FIREWALL RUI_WATSON RUI_PC" == "" echo SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt ms
mqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME RUI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS RUI_FIREWALL RUI_WATSON RUI_PC
SERVERS_MODULES= upnpsvc upnpcapi upnpctrl upnphost upnploader obexapi obexsrvr mssoap1 wisc10 mssoapr msmqd msmqrt msmqadm telnetd ftpd pcfilter pclogdll webproxy RemoteAdmin msmqadmext httpd timesvc services RUI_COREUI RUI_GATEWAYUI RUI_HOSTNAME R
UI_NETWORK RUI_PASSWORD RUI_VERSION RUI_PORTFORWARD RUI_NAT RUI_USERMANAGER RUI_RAS RUI_FIREWALL RUI_WATSON RUI_PC
J:/WINCE500>if not "" == "" echo GATEWAY_CONFIG_COMPONENTS=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile shellsdk report

J:/WINCE500>REM echo CallProjFile shellsdk report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shellsdk.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shellsdk.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2

J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not " aygshell" == "" echo SHELLSDK_MODULES= aygshell
SHELLSDK_MODULES= aygshell
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile shell report

J:/WINCE500>REM echo CallProjFile shell report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shell.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//shell.bat report       
J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not " explorer shcore ceshell vgal" == "" echo SHELL_MODULES= explorer shcore ceshell vgal
SHELL_MODULES= explorer shcore ceshell vgal
J:/WINCE500>if not " ceshapi ceshui taskbarlist" == "" echo CESHELL_COMPONENTS= ceshapi ceshui taskbarlist
CESHELL_COMPONENTS= ceshapi ceshui taskbarlist
J:/WINCE500>if not " shcore path" == "" echo SHCORE_COMPONENTS= shcore path
SHCORE_COMPONENTS= shcore path
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile rdp report

J:/WINCE500>REM echo CallProjFile rdp report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//rdp.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//rdp.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo RDP_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile wceshellfe report

J:/WINCE500>REM echo CallProjFile wceshellfe report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceshellfe.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceshellfe.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not " control ctlpnl cplmain AdvBacklight intll Dw DwCtlPnl DwXfer bthpnl" == "" echo WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll Dw DwCtlPnl DwXfer bthpnl
WCESHELLFE_MODULES= control ctlpnl cplmain AdvBacklight intll Dw DwCtlPnl DwXfer bthpnl
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile wceappsfe report

J:/WINCE500>REM echo CallProjFile wceappsfe report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceappsfe.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//wceappsfe.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo WCEAPPSFE_MODULES=

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile viewers report

J:/WINCE500>REM echo CallProjFile viewers report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//viewers.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//viewers.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo VIEWERS_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile directx report

J:/WINCE500>REM echo CallProjFile directx report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//directx.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//directx.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo DIRECTX_MODULES=

J:/WINCE500>if not "" == "" echo QUARTZ_COMPONENTS=
J:/WINCE500>if not "" == "" echo QUARTZ0_COMPONENTS=
J:/WINCE500>if not "" == "" echo QUARTZ1_COMPONENTS=
J:/WINCE500>if not "" == "" echo QUARTZ2_COMPONENTS=

J:/WINCE500>if not "" == "" echo QUARTZ3_COMPONENTS=
J:/WINCE500>if not "" == "" echo DDCORE_COMPONENTS=
J:/WINCE500>if not "" == "" echo MSDXM_COMPONENTS=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile voip report

J:/WINCE500>REM echo CallProjFile voip report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//voip.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//voip.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo VOIP_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile datasync report
J:/WINCE500>REM echo CallProjFile datasync report       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//datasync.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//datasync.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2

J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo DATASYNC_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile netcf report
J:/WINCE500>REM echo CallProjFile netcf report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//netcf.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//netcf.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2

J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not " dotnet" == "" echo NETCF_MODULES= dotnet
NETCF_MODULES= dotnet
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLCE report
J:/WINCE500>REM echo CallProjFile SQLCE report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCE.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCE.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2

J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo SQLCE_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile ostest report

J:/WINCE500>REM echo CallProjFile ostest report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//ostest.bat goto :CPF_NotCE

J:/WINCE500>if not exist J:/WINCE500/public/cebase/oak/misc/ostest.bat goto :CPF_NotCE2
J:/WINCE500>if not exist J:/WINCE500/public/ostest/cebasecesysgen.bat goto :CPF_Unknown
J:/WINCE500>call J:/WINCE500/public/ostest/cebasecesysgen.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo OSTEST_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile speech report
J:/WINCE500>REM echo CallProjFile speech report       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//speech.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//speech.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo SPEECH_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile NETCFV2 report

J:/WINCE500>REM echo CallProjFile NETCFV2 report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV2.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV2.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo NETCFV2_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile NETCFV35 report

J:/WINCE500>REM echo CallProjFile NETCFV35 report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV35.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//NETCFV35.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1

J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo NETCFV35_MODULES=

J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLCOMPACT report

J:/WINCE500>REM echo CallProjFile SQLCOMPACT report       
J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCOMPACT.bat goto :CPF_NotCE

J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLCOMPACT.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>if not "" == "" echo SQLCOMPACT_MODULES=
J:/WINCE500>goto :EOF

J:/WINCE500>goto :EOF
J:/WINCE500>call :CallProjFile SQLMOBILE report
J:/WINCE500>REM echo CallProjFile SQLMOBILE report       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLMOBILE.bat goto :CPF_NotCE
J:/WINCE500>call J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//SQLMOBILE.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc

J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2
J:/WINCE500>if /I not "report" == "report" goto :Not_Report

J:/WINCE500>if not "" == "" echo SQLMOBILE_MODULES=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CallProjFile MyMini2440 report
J:/WINCE500>REM echo CallProjFile MyMini2440 report       

J:/WINCE500>if not exist J:/WINCE500/PUBLIC/CEBASE/OAK/MISC//MyMini2440.bat goto :CPF_NotCE
J:/WINCE500>if not exist J:/WINCE500/public/cebase/oak/misc/MyMini2440.bat goto :CPF_NotCE2
J:/WINCE500>if not exist J:/WINCE500/public/MyMini2440/cebasecesysgen.bat goto :CPF_Unknown

J:/WINCE500>if /I "common" == "common" if "1" == "1" echo WARNING: Unable to find project file MyMini2440, args report       
WARNING: Unable to find project file MyMini2440, args report      
J:/WINCE500>goto :EOF
J:/WINCE500>for %f in (J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat) do call :CallUserProjFile %f report
J:/WINCE500>call :CallUserProjFile J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat report

J:/WINCE500>if not exist J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat goto :CUPF_NotFullPath
J:/WINCE500>call J:/WINCE500/PBWorkspaces/MyMini2440/WINCE500/mini2440_ARMV4I/OAK/MISC/MyMini2440.bat report       

J:/WINCE500>if /I not "report" == "preproc" goto :Not_Preproc
J:/WINCE500>if /I not "report" == "pass1" goto :Not_Pass1
J:/WINCE500>if /I not "report" == "pass2" goto :Not_Pass2

J:/WINCE500>if /I not "report" == "report" goto :Not_Report
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF

J:/WINCE500>call :CheckEnv

J:/WINCE500>REM Check for bad environment vars
J:/WINCE500>set SYSGEN_  2>nul 1>J:/DOCUME~1/dongyong/LOCALS~1/Temp/cebasetst.out

J:/WINCE500>for /F "tokens=1,2 delims==" %f in (J:/DOCUME~1/dongyong/LOCALS~1/Temp/cebasetst.out) do if not "%g" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : %f='%g', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_ASYNCMAC='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_ATL='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_AUDIO='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_AYGSHELL='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_COMMCTRL='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_COMMDLG='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_CORELOC='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_CORESTRA='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_CPP_EH_AND_RTTI='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_CREDMAN='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_CTLPNL='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_DEVICE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_DISPLAY='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FIBER='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FIREWALL='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FMTMSG='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FONTS_COUR_1_30='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FONTS_TAHOMA_1_07='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FONTS_WINGDING='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FSDBASE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FSPASSWORD='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_FULL_CRT='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_GATEWAY='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_GATEWAY_UI='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_GRADFILL='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_HTTP_PROXY='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_IMAGING='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_IMAGING_BMP_DECODE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_IMAGING_GIF_DECODE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_IMAGING_JPG_DECODE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_IMAGING_PNG_DECODE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_IMM='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_INETCPL='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_IPHLPAPI='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_LDAP='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MINGDI='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MINGWES='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MININPUT='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MINWMGR='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MLANG='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MSGQUEUE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MSHTML='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MSXML_MINI='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MSXML_SAX='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_MSXML_XQL='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_NDIS='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_NDISUIO='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_NKCOMPR='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_NKMAPFILE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_NLED='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_OBEX_CLIENT='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_OLE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_PRINTING='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_SERDEV='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_SERVICES='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_SHDOCVW='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_SOAPTK_CLIENT='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_STDIO='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_STDIOA='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_STOREMGR='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_STRSAFE='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_TAPI='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_TCPIP='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_TIMESVC_API='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_TIMESVC_DST='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_TOOLHELP='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_UNIMODEM='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_URLMON='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : SYSGEN_WINSOCK='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_auth='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_auth_ntlm='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_auth_schannel='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_bth_audio='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_certs='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_cmd='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_console='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_crypto='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_cursor='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_dotnet='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_dotnet_support='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_ethernet='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_fsadvertise='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_ftpd='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_httpd='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_iabase='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_ie_jscript='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_iesample='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_modem='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_msmq='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_msxml_dom='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_netutils='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_notify='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_obex_server='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_parental_control='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_pm='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_ppp='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_pptp='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_redir='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_sdbus='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_shell='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_snmp='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_standardshell='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_telnetd='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_touch='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_upnp_ctrl='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_upnp_device='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_usdk='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_watson_client='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_watson_ctlpnl='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_watson_dmpgen='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_watson_xfer='1', should be '1'
J:/WINCE500>if not "1" == "1" echo J:/WINCE500/PUBLIC/CEBASE/OAK/MISC/cesysgen.bat : ERROR : sysgen_wininet='1', should be '1'
J:/WINCE500>del J:/DOCUME~1/dongyong/LOCALS~1/Temp/cebasetst.out  1>nul 2>&1
J:/WINCE500>goto :EOF
J:/WINCE500>REM Clear any variables set
J:/WINCE500>set __CESYSGEN_PATH=
J:/WINCE500>set __CESYSGEN_REPORT=
J:/WINCE500>set __CESYSGEN_VERIFY=
J:/WINCE500>set _REV_DEPTREES=
J:/WINCE500>set _CONCAT_LIST=
J:/WINCE500>goto :EOF
J:/WINCE500>goto :EOF
J:/WINCE500>set _LANGIDLIST=
J:/WINCE500>if not "" == "" goto skip_findlangs
J:/WINCE500>set _CPUINDPATH=ARMV4I/retail
J:/WINCE500>set SG_OAKSRCLIB=J:/WINCE500/public/common/oak/lib/ARMV4I/retail
J:/WINCE500>set _TESTRES=coreres.res
J:/WINCE500>for / %i in (J:/WINCE500/public/common/oak/lib/ARMV4I/retail/*) do if exist %i/coreres.res call bldlist %~ni
J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0404/coreres.res call bldlist 0404
J:/WINCE500>set _LANGIDLIST= 0404
J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0407/coreres.res call bldlist 0407
J:/WINCE500>set _LANGIDLIST= 0404 0407
J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0409/coreres.res call bldlist 0409
J:/WINCE500>set _LANGIDLIST= 0404 0407 0409
J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/040C/coreres.res call bldlist 040C

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C

J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0410/coreres.res call bldlist 0410

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C 0410

J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0411/coreres.res call bldlist 0411

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C 0410 0411

J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0412/coreres.res call bldlist 0412

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C 0410 0411 0412

J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0413/coreres.res call bldlist 0413

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C 0410 0411 0412 0413
J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0416/coreres.res call bldlist 0416

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C 0410 0411 0412 0413 0416
J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/041D/coreres.res call bldlist 041D

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C 0410 0411 0412 0413 0416 041D
J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0804/coreres.res call bldlist 0804

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C 0410 0411 0412 0413 0416 041D 0804
J:/WINCE500>if exist J:/WINCE500/public/common/oak/lib/ARMV4I/retail/0C0A/coreres.res call bldlist 0C0A

J:/WINCE500>set _LANGIDLIST= 0404 0407 0409 040C 0410 0411 0412 0413 0416 041D 0804 0C0A

J:/WINCE500>cd J:/WINCE500/public/common/cesysgen
J:/WINCE500/PUBLIC/COMMON/CESYSGEN>if not "" == "1" goto endif_43

J:/WINCE500/PUBLIC/COMMON/CESYSGEN>set ___NMKTARGET=sysgen
J:/WINCE500/PUBLIC/COMMON/CESYSGEN>if not "preproc" == "" set ___NMKTARGET=preproc
J:/WINCE500/PUBLIC/COMMON/CESYSGEN>if not "preproc" == "preproc" goto endif_44
J:/WINCE500/PUBLIC/COMMON/CESYSGEN>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis d
sa timezones mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui crt_cpp_eh_and_rtti full_crt crypthash rsa32 
J:/WINCE500/PUBLIC/COMMON/CESYSGEN>set COREDLL_COMPONENTS=coremain lmem showerr thunks corecrt corestrw cryptapi  tnotify tapilib tbtcore rectapi wmgr_c mgdi_c accel_c messagedialogboxthunk shcore shortcut shexec shmisc fileopen fileinfo shellapis d
sa timezones mmwave mmsnd mmmix nled devload fiber coreimm fmtmsg corestra coresiow coresioa serdev coreloc multiui crt_cpp_eh_and_rtti full_crt crypthash rsa32  
J:/WINCE500/PUBLIC/COMMON/CESYSGEN>set COREDLL_REPLACE_COMPONENTS=
J:/WINCE500/PUBLIC/COMMON/CESYSGEN>set COREDLL_REPLACE=
J:/WINCE500/PUBLIC/COMMON/CESYSGEN>nmake preproc  1>>J:/WINCE500/build.log 2>&1

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值