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.

16 lines
328 B

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