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

# 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