|
摘自:C:\WINCE500\PUBLIC\SHELL\CESYSGEN\makefile
==============================================================
#
# explorer resources
#
explorer:: 0409_base_resources
!if "$(SYSGEN_QVGAP)" == "1"
res2res $(SG_INPUT_LIB)\$@_qvgap.res $(SG_INPUT_LIB)\$@base.res -fo $(SG_INPUT_LIB)\$@.res
!else
res2res $(SG_INPUT_LIB)\$@_vgal.res $(SG_INPUT_LIB)\$@base.res -fo $(SG_INPUT_LIB)\$@.res
!endif
0409 $(_LANGIDLIST)::
-@mkdir $(SG_OUTPUT_OAKTGT)\$@ > nul $(SG_XCOPYREDIRECT)
!if "$(SYSGEN_QVGAP)" == "1"
res2res $(SG_INPUT_LIB)\$@\explorer_qvgap.res $(SG_INPUT_LIB)\$@\explorerbase.res -fo $(SG_OUTPUT_OAKTGT)\$@\explorer.res
!else
res2res $(SG_INPUT_LIB)\$@\explorer_vgal.res $(SG_INPUT_LIB)\$@\explorerbase.res -fo $(SG_OUTPUT_OAKTGT)\$@\explorer.res
!endif
==============================================================
explorer:: 0409_base_resources
0409 $(_LANGIDLIST)::
这两行该如何理解?
要生成0804资源文件explorer.res该怎么处理?
|
|