r10576: Add testprog for named pipes. Also add GNUmakefile's for cross-compilation
[ira/wip.git] / testprogs / win32 / testmailslot / NMakefile
1 INCLUDES=-I 
2 CFLAGS=$(INCLUDES) -Zi -nologo
3
4 all: testmailslot.exe
5
6 clean:
7         del *~ *.obj testmailslot.exe 
8
9 testmailslot.exe: testmailslot.obj 
10         $(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)