ALLDIRS =  Win32 OLE OpenGL RPC SDKTools MM

all: $(ALLDIRS)

$(ALLDIRS):
		cd $@
		@nmake -a -i 
		cd ..
		@if exist samples.log copy samples.log+*.tmp samples.log 1>nul 2>&1
		@if not exist samples.log copy *.tmp samples.log 1>nul 2>&1
		@del *.tmp 1>nul 2>&1
