UIMA-2314 modified to specify MSVC 2005

git-svn-id: https://svn.apache.org/repos/asf/uima/uimacpp/trunk@1237953 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/README.4bin b/README.4bin
index dc5d75d..4c5bff4 100644
--- a/README.4bin
+++ b/README.4bin
@@ -55,6 +55,7 @@
     * LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`
 
 On Windows:
+From a MSVC Command Prompt:
     * devenv DaveDetector.vcproj /build release
     * PATH=%PATH%;%CD%
 
diff --git a/README.4src b/README.4src
index 43f3690..b5ab9f6 100644
--- a/README.4src
+++ b/README.4src
@@ -19,7 +19,7 @@
 environmental parameters APR_HOME, ICU_HOME, XERCES_HOME and
 ACTIVEMQ_HOME.  For now, the ActiveMQ CPP dependency is optional; if not
 specified the UIMA-AS compatible service wrapper deployCppService will
-fail to build.
+fail to build.  
 
 On Linux, system install of dependencies - APR, ICU, XERCES, ACTIVEMQ 
 will be used if minimum version requirements are met.  They may also
@@ -90,6 +90,10 @@
 Set up your environment as described above. The following instructions
 assume you have unpacked the source into \uimacpp-2.X.Y.
 
+The following commands assume you are running from a Microsoft Visual Studio 2005 Command Prompt.
+
+If using MSVC Express Edition, replace the devenv command with vcexpress.  
+
 1 Build the UIMA C++ framework in both release and debug:
   cd \uimacpp-2.X.Y\src
   winmake /build release