From d133ef997d0e64e25ab7f34ff67af8ffd09e366b Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 May 2010 11:51:07 +0200 Subject: testprogs/win32: explain how to use nmake with NMakefile metze --- testprogs/win32/testmailslot/NMakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testprogs/win32/testmailslot') diff --git a/testprogs/win32/testmailslot/NMakefile b/testprogs/win32/testmailslot/NMakefile index e307654fcb..7551d7bc0d 100644 --- a/testprogs/win32/testmailslot/NMakefile +++ b/testprogs/win32/testmailslot/NMakefile @@ -1,3 +1,6 @@ +# +# use nmake /f NMakefile [] +# INCLUDES=-I CFLAGS=$(INCLUDES) -Zi -nologo -- cgit