Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

20 lines
282 B

all: nt.bsc
!IF "$(BUILDMSG)" != ""
echo $(BUILDMSG)
!ENDIF
nt.bsc:
!IF "$(BROWSER_INFO)" == "yes"
where /r . *.sbr >sbrfiles
pwbrmake -o nt.bsc @sbrfiles
del sbrfiles
!ENDIF
clean: cleanbsc all
cleanbsc:
!IF "$(BROWSER_INFO)" == "yes"
-erase nt.bsc
!ENDIF