!include <ntwin32.mak>

all: b4dmsg.dll main.exe 

b4dmsg.dll:
	nmake -f b4dmsg.mak

main.exe:
	nmake -f main.mak

