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/spoolss/NMakefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testprogs/win32/spoolss/NMakefile') diff --git a/testprogs/win32/spoolss/NMakefile b/testprogs/win32/spoolss/NMakefile index 5e984d43b1..949104e6ac 100644 --- a/testprogs/win32/spoolss/NMakefile +++ b/testprogs/win32/spoolss/NMakefile @@ -1,3 +1,6 @@ +# +# use nmake /f NMakefile [] +# CFLAGS = /nologo /Zi /MT /Gm- /W4 /FR /D_CRT_SECURE_NO_WARNINGS LIBS = kernel32.lib gdi32.lib user32.lib shell32.lib \ advapi32.lib ole32.lib ws2_32.lib rpcrt4.lib -- cgit