makefile.inc
资源名称:shell.rar [点击查看]
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:2k
源码类别:
系统编程
开发平台:
Visual C++
- # This is the list of html and related files packaged in the resource
- HTM_FILES =
- ..htmlobjarp.css
- ..htmlobjdefault.hta
- ..htmlobjaccel.htc
- ..htmlobjlistbox.htc
- ..htmlobjplaces.htc
- ..htmlobjdef_freq.htm
- ..htmlobjdef_size.htm
- ..htmlobjsupport.htm
- ..htmlobjadd.js
- ..htmlobjbplate.js
- ..htmlobjconfig.js
- ..htmlobjdlg.js
- ..htmlobjpreload.js
- ..htmlobjremove.js
- ..htmlobjutil.js
- OTHER_FILES =
- ..selfreg_appwiz.inf
- ..adcctl.rgs
- ..carpctl.rgs
- $(SDK_LIB_PATH)shappmgr.tlb
- ..appwiz.rc : $(OTHER_FILES) $(HTM_FILES)
- #
- # Inference rules
- #
- .SUFFIXES:.js .htc .htm .hta .css
- {..html}.hta{..htmlobj}.hta:
- @if not exist ..htmlobjnul md ..htmlobj
- cleaninf -w $** $@
- {..html}.htm{..htmlobj}.htm:
- @if not exist ..htmlobjnul md ..htmlobj
- cleaninf -w $** $@
- {..html}.htc{..htmlobj}.htc:
- @if not exist ..htmlobjnul md ..htmlobj
- cleaninf -w $** $@
- {..html}.css{..htmlobj}.css:
- @if not exist ..htmlobjnul md ..htmlobj
- cleaninf -w -htc $** $@
- {..html}.js{..htmlobj}.js:
- @if not exist ..htmlobjnul md ..htmlobj
- cleaninf -w $** $@
- !include $(CCSHELL_DIR)makefile.inc
English
