r6611: Add mailslot test program
[ira/wip.git] / testprogs / win32 / testmailslot / Makefile
diff --git a/testprogs/win32/testmailslot/Makefile b/testprogs/win32/testmailslot/Makefile
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)