NT4/private/makefile

21 lines
282 B
Makefile
Raw Normal View History

2001-01-01 00:00:00 +01:00
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