DIRS file has ' @CESYSGEN ' statement that cefilter.exe use and Build.exe
dosen't build the sub Directory if CE_MODULES_<module> is not set. I quess
Build.exe use ' @CESYSGEN ' when it serch the sub Directorys befor it
compiles. Actually It says 'computing dependaces'. then where dose Build.exe
take the CE_MODULES information from?


I changed cesysgen.bat setting 'CE_MODULES = %CE_MODULES% <module> and
deleted build.dat. when i have executed Build.exe, it still skips the sub
directory include the <module>.


this DIRS file is form xsc1bd\drivers

DIRS= \
ethdbg \
drvlib \
# @CESYSGEN IF CE_MODULES_BATTDRVR
battdrvr \
# @CESYSGEN ENDIF CE_MODULES_BATTDRVR
# @CESYSGEN IF CE_MODULES_WAVEAPI
wavedev \
# @CESYSGEN ENDIF CE_MODULES_WAVEAPI


thanks in advance