windows-nt/Source/XPSP1/NT/shell/browseinfo/makefile.inc

19 lines
250 B
PHP
Raw Normal View History

2020-09-26 03:20:57 -05:00
$(O)\sbrlist.inc:
perl.exe gensbrlists.pl .. $(O)
!if "$(BUILD_PASS)" == "PASS2"
!include $(O)\sbrlist.inc
$(O)\shell.bsc: $(SBRLIST)
$(MAKEDIR)\tools\x86\bscmake -nologo -o $@ @<<
$(SBRLIST: =
)
<<NOKEEP
!else
$(O)\shell.bsc:
!endif