makefile.inc
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 2k
Category:

Windows Kernel

Development Platform:

Visual C++

  1. # This is the list of html and related files packaged in the resource
  2. HTM_FILES = 
  3.             ..htmlobjarp.css         
  4.             ..htmlobjdefault.hta     
  5.             ..htmlobjaccel.htc       
  6.             ..htmlobjlistbox.htc     
  7.             ..htmlobjplaces.htc      
  8.             ..htmlobjdef_freq.htm    
  9.             ..htmlobjdef_size.htm    
  10.             ..htmlobjsupport.htm     
  11.             ..htmlobjadd.js          
  12.             ..htmlobjbplate.js       
  13.             ..htmlobjconfig.js       
  14.             ..htmlobjdlg.js          
  15.             ..htmlobjpreload.js      
  16.             ..htmlobjremove.js       
  17.             ..htmlobjutil.js         
  18. OTHER_FILES = 
  19.             ..selfreg_appwiz.inf   
  20.             ..adcctl.rgs           
  21.             ..carpctl.rgs          
  22.             $(SDK_LIB_PATH)shappmgr.tlb
  23. ..appwiz.rc : $(OTHER_FILES) $(HTM_FILES)
  24. # Inference rules
  25. #
  26. .SUFFIXES:.js .htc .htm .hta .css
  27. {..html}.hta{..htmlobj}.hta:
  28.     @if not exist ..htmlobjnul md ..htmlobj
  29.     cleaninf -w $** $@
  30. {..html}.htm{..htmlobj}.htm:
  31.     @if not exist ..htmlobjnul md ..htmlobj
  32.     cleaninf -w $** $@
  33. {..html}.htc{..htmlobj}.htc:
  34.     @if not exist ..htmlobjnul md ..htmlobj
  35.     cleaninf -w $** $@
  36. {..html}.css{..htmlobj}.css:
  37.     @if not exist ..htmlobjnul md ..htmlobj
  38.     cleaninf -w -htc $** $@
  39. {..html}.js{..htmlobj}.js:
  40.     @if not exist ..htmlobjnul md ..htmlobj
  41.     cleaninf -w $** $@
  42. !include $(CCSHELL_DIR)makefile.inc