r10576: Add testprog for named pipes. Also add GNUmakefile's for cross-compilation
[ira/wip.git] / testprogs / win32 / testmailslot / NMakefile
diff --git a/testprogs/win32/testmailslot/NMakefile b/testprogs/win32/testmailslot/NMakefile
new file mode 100644 (file)
index 0000000..e307654
--- /dev/null
@@ -0,0 +1,10 @@
+INCLUDES=-I 
+CFLAGS=$(INCLUDES) -Zi -nologo
+
+all: testmailslot.exe
+
+clean:
+       del *~ *.obj testmailslot.exe 
+
+testmailslot.exe: testmailslot.obj 
+       $(CC) $(CFLAGS) -o testmailslot.exe testmailslot.obj $(LIBS)