You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2010/09/27 12:24:53 UTC

svn commit: r1001659 - /commons/proper/daemon/trunk/README

Author: sebb
Date: Mon Sep 27 10:24:53 2010
New Revision: 1001659

URL: http://svn.apache.org/viewvc?rev=1001659&view=rev
Log:
Update Win build details

Modified:
    commons/proper/daemon/trunk/README

Modified: commons/proper/daemon/trunk/README
URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/README?rev=1001659&r1=1001658&r2=1001659&view=diff
==============================================================================
--- commons/proper/daemon/trunk/README (original)
+++ commons/proper/daemon/trunk/README Mon Sep 27 10:24:53 2010
@@ -15,11 +15,13 @@ To build the native parts:
   procrun is only for windows
   cd src\native\windows\apps
   cd prunsrv
-  nmake -f prunsrv.x86 (prunsrv.amd64 | prunsrv.ia64)
+  nmake [CPU=(X86|X64|I64)]
   cd ..\prunmgr
-  nmake -f prunmgs.x86
+  nmake [CPU=(X86|X64|I64)]
   (It is also possible to use the MS development tools).
 
+  See also the README files in src\native\windows
+
 To build the documentation: (See http://commons.apache.org/building.html).
 mvn site:generate
 (Do not forget to get ../commons-build: (cd ..; svn co http://svn.apache.org/repos/asf/commons/proper/commons-build/trunk/ commons-build))