2025-04-27 07:49:33 -04:00

28 lines
565 B
PHP

# We want to do this so that our rule for createing the bsc file
# will win over the makefile.def rule. We do much funkier things
NO_BROWSER_FILE=1
!ifdef MSHTML_BROWSER_INFO
! if "$(NOLINK)" == ""
# this is a wild nmake hack to always run a command
# I picked this up from makefile.def where the do a
# build -O to make _objects.mac.
!if [-perl gensbrlists.pl .. $O]
!endif
!include $O\sbrlist.inc
..\$O\mshtml.bsc: $(SBRLIST)
-bscmake -nologo -o $@ @<<
$(SBRLIST: =
)
<<NOKEEP
! else
..\$O\mshtml.bsc:
! endif
!endif