Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
375 B

  1. INETRES_RC_DEPENDS = inetcomm.rcv \
  2. ..\res\selfreg.inf \
  3. ..\inc\resource.h
  4. $O\inetdum.res : $(INETRES_RC_DEPENDS)
  5. ..\res\selfreg.inf : ..\res\selfreg.inx
  6. $(CLEANINF) $** $@
  7. .SUFFIXES: .htx
  8. frntpage.htm : dlg.sed
  9. -del *.htm
  10. sed -f dlg.sed $(@:.htm=.htx) >$@
  11. .htx.htm:
  12. sed -f dlg.sed $** >$@