Author: sebb Date: Tue Sep 14 15:08:01 2010 New Revision: 996938 URL: http://svn.apache.org/viewvc?rev=996938&view=rev Log: Typos
Modified: commons/proper/daemon/trunk/src/native/windows/procrun/README.dev Modified: commons/proper/daemon/trunk/src/native/windows/procrun/README.dev URL: http://svn.apache.org/viewvc/commons/proper/daemon/trunk/src/native/windows/procrun/README.dev?rev=996938&r1=996937&r2=996938&view=diff ============================================================================== --- commons/proper/daemon/trunk/src/native/windows/procrun/README.dev (original) +++ commons/proper/daemon/trunk/src/native/windows/procrun/README.dev Tue Sep 14 15:08:01 2010 @@ -6,7 +6,7 @@ Configuring and Building Commons Daemon ================================================== Using Visual Studio, you can build the Commons Daemon. -The Makefile make file has a bunch of documentation about it's +The Makefile make file has a bunch of documentation about its options, but a trivial build is simply; nmake CPU=X86 @@ -18,7 +18,7 @@ Needed Tools Commons Daemon needs the Microsoft Visual C 6/SP5 to build the x86 binaries. This is because this compiler -doesn't create MSVCRTnn.DLL dependecies which will +doesn't create MSVCRTnn.DLL dependencies which will be loaded inside running JVM if used. For building AMD64/EMT64 binaries use the Platform SDK for Windows Server 2003R2.