summaryrefslogtreecommitdiff
path: root/testprogs/win32/testmailslot/NMakefile
diff options
context:
space:
mode:
Diffstat (limited to 'testprogs/win32/testmailslot/NMakefile')
-rw-r--r--testprogs/win32/testmailslot/NMakefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/testprogs/win32/testmailslot/NMakefile b/testprogs/win32/testmailslot/NMakefile
new file mode 100644
index 0000000000..e307654fcb
--- /dev/null
+++ b/testprogs/win32/testmailslot/NMakefile
@@ -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)