summaryrefslogtreecommitdiff
path: root/testprogs/win32
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-05-19 11:51:07 +0200
committerStefan Metzmacher <metze@samba.org>2010-05-19 13:56:54 +0200
commitd133ef997d0e64e25ab7f34ff67af8ffd09e366b (patch)
tree06e4cb483cf5c2e8d9ece3f2d0134ab91d81ba98 /testprogs/win32
parent64fa63c3e93e254466196b04b128b9057769b405 (diff)
downloadsamba-d133ef997d0e64e25ab7f34ff67af8ffd09e366b.tar.gz
samba-d133ef997d0e64e25ab7f34ff67af8ffd09e366b.tar.bz2
samba-d133ef997d0e64e25ab7f34ff67af8ffd09e366b.zip
testprogs/win32: explain how to use nmake with NMakefile
metze
Diffstat (limited to 'testprogs/win32')
-rwxr-xr-xtestprogs/win32/npecho/NMakefile3
-rw-r--r--testprogs/win32/spoolss/NMakefile3
-rw-r--r--testprogs/win32/testmailslot/NMakefile3
3 files changed, 9 insertions, 0 deletions
diff --git a/testprogs/win32/npecho/NMakefile b/testprogs/win32/npecho/NMakefile
index a0951b0f88..a0e61d733d 100755
--- a/testprogs/win32/npecho/NMakefile
+++ b/testprogs/win32/npecho/NMakefile
@@ -1,3 +1,6 @@
+#
+# use nmake /f NMakefile [<target>]
+#
INCLUDES=-I
CFLAGS=$(INCLUDES) -Zi -nologo
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 [<target>]
+#
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
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 [<target>]
+#
INCLUDES=-I
CFLAGS=$(INCLUDES) -Zi -nologo