DIRLIST = acmapp  \
        comm      \
		console   \
		congui    \
		cdtest    \
		deb       \
		ddeml     \
		dyndlg    \
		filer     \
		floppy    \
		gridfont  \
		fontview  \
		gdidemo   \
		generic   \
		globchat  \
		input     \
		ipxchat   \
		largeint  \
		mandel    \
		mapi      \
		mazelord  \
		mcitest   \
		memory    \
		mfedit    \
		mltithrd  \
		multipad  \
		mypal     \
		namepipe  \
		nwlink    \
		rasberry  \
		regmpad   \
		rnr       \
		ttfonts   \
		pdc       \
		playsnd   \
		plgblt    \
		printer   \
		registry  \
		select    \
		service   \
		showdib   \
		sidcln    \
		simple    \
		simplex   \
		snmp      \
		sockets   \
		spincube  \
		takeown   \
		wdbgexts  \
		wincap32  \
		wsock     \
		wxform    

all: $(DIRLIST)

$(DIRLIST):
	cd $@
	@echo *** win32\$@ *** >>$(MSTOOLS)\samples\win32.tmp
	@nmake -a -i 1>>$(MSTOOLS)\samples\win32.tmp 2>&1
	cd ..
	
