!INCLUDE build\win32\make.msc

SUBDIRS=librr profiles tests examples

ALL: dirs

dirs:
	for %d in ($(SUBDIRS)) do nmake -nologo -f makefile.msc sub-one THIS=%d TARGET=all

sub-one:
	cd $(THIS)
	@nmake -nologo -f makefile.msc $(TARGET)
	@cd ..


syntax highlighted by Code2HTML, v. 0.9.1