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.

27 lines
565 B

  1. # We want to do this so that our rule for createing the bsc file
  2. # will win over the makefile.def rule. We do much funkier things
  3. NO_BROWSER_FILE=1
  4. !ifdef MSHTML_BROWSER_INFO
  5. ! if "$(NOLINK)" == ""
  6. # this is a wild nmake hack to always run a command
  7. # I picked this up from makefile.def where the do a
  8. # build -O to make _objects.mac.
  9. !if [-perl gensbrlists.pl .. $O]
  10. !endif
  11. !include $O\sbrlist.inc
  12. ..\$O\mshtml.bsc: $(SBRLIST)
  13. -bscmake -nologo -o $@ @<<
  14. $(SBRLIST: =
  15. )
  16. <<NOKEEP
  17. ! else
  18. ..\$O\mshtml.bsc:
  19. ! endif
  20. !endif