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.
18 lines
268 B
18 lines
268 B
$(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
|