makefile.vc |    6 ++++++
 1 file changed, 6 insertions(+)

New commits:
diff-tree f6b0caa88d00381929829bf60aaa521d50e3d1e2 (from 
c06f4c400d970fb73fa5f326fb07eeb64d47b6ce)
Author: Krzysztof Kowalczyk <[EMAIL PROTECTED]>
Date:   Tue Sep 25 03:49:09 2007 -0700

    Add explanation how to use makefile.vc

diff --git a/makefile.vc b/makefile.vc
index 1cacd2f..fecc0ee 100644
--- a/makefile.vc
+++ b/makefile.vc
@@ -1,6 +1,12 @@
 # Makefile for Visual Studio
 # Written by Krzysztof Kowalczyk (http://blog.kowalczyk.info)
 # This code is in public domain.
+# Use it like this from command line:
+# * add Visual Studio tools to your %PATH%
+# * nmake -f makefile.vc TARGET=rel
+#   or
+# * nmake -f makefile.vc TARGET=dbg
+# * the result is perftest.exe in either rel or dbg directory
 CC = cl.exe
 LD = link.exe
 
_______________________________________________
poppler mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/poppler

Reply via email to