Revision: 4314
http://svn.sourceforge.net/winmerge/?rev=4314&view=rev
Author: kimmov
Date: 2007-06-02 01:03:50 -0700 (Sat, 02 Jun 2007)
Log Message:
-----------
In build instructions, use pcre.dsw instead of pcre.dsp
Modified Paths:
--------------
trunk/Docs/Developers/Changes.txt
trunk/Docs/Developers/readme-developers.html
Modified: trunk/Docs/Developers/Changes.txt
===================================================================
--- trunk/Docs/Developers/Changes.txt 2007-06-01 23:40:08 UTC (rev 4313)
+++ trunk/Docs/Developers/Changes.txt 2007-06-02 08:03:50 UTC (rev 4314)
@@ -1,3 +1,7 @@
+2007-06-02 Kimmo
+ In build instructions, use pcre.dsw instead of pcre.dsp
+ Developers: readme-developers.html
+
2007-04-22 Tim
PATCH: [ 1703303 ] Improve translations instructions
Developers: Translations.html
Modified: trunk/Docs/Developers/readme-developers.html
===================================================================
--- trunk/Docs/Developers/readme-developers.html 2007-06-01 23:40:08 UTC (rev 4313)
+++ trunk/Docs/Developers/readme-developers.html 2007-06-02 08:03:50 UTC (rev 4314)
@@ -184,7 +184,7 @@
<h4>Compiling PCRE</h4>
<p>PCRE is in <code>/Externals/pcre</code> folder in source tree. To compile PCRE:</p>
<ul>
- <li>Open Visual Studio workspace file <code>/Externals/pcre/pcre.dsp</code> If you are
+ <li>Open Visual Studio workspace file <code>/Externals/pcre/pcre.dsw</code> If you are
using Visual Studio 2003.Net or later you need to convert the file to new format when
Visual Studio opens the file.</li>
<li>Select from Visual Studio menu Build / Batch Build</li>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|