summaryrefslogtreecommitdiffstats
path: root/private/oleutest/balls/makefil0
blob: 3a5a9ea4a1524c57ade621b6fb8303355477ca7c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
!include $(NTMAKEENV)\makefile.plt
!include dirs

DIR=$(DIRS) $(OPTIONAL_DIRS)
DIRS=$(DIRS:oleprx32=oleprx32\daytona)

all:
!IF "$(BUILDMSG)" != ""
    @ech ; $(BUILDMSG) ;
!ENDIF

clean: cleansrc all

cleansrc:
        for %%i in ($(DIRS)) do cd %i & nmake -nologo BUILDMSG= clean & cd $(MAKEDIR)