windows-nt/Source/XPSP1/NT/shell/browseinfo/makefile.inc
2020-09-26 16:20:57 +08:00

19 lines
250 B
PHP

$(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