Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/rarfilesource.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOctaneSnail <os@v12pwr.com>2011-02-20 00:10:17 +0300
committerOctaneSnail <os@v12pwr.com>2011-02-20 00:10:17 +0300
commit217964abf9a6e3f9b43c961ba8643839d90c8e2c (patch)
tree1ee9a1af3f72ca7a5ebadd1f0b5e0dc6c8559148
parentd4b350d149f44e7bd722c4b12b9dfd7c275e4bcc (diff)
Update readme file.
-rw-r--r--RARFileSource.vcxproj2
-rw-r--r--RARFileSource.vcxproj.filters6
-rw-r--r--README.txt4
3 files changed, 10 insertions, 2 deletions
diff --git a/RARFileSource.vcxproj b/RARFileSource.vcxproj
index 2e102f5..679590f 100644
--- a/RARFileSource.vcxproj
+++ b/RARFileSource.vcxproj
@@ -226,6 +226,8 @@
<ClInclude Include="Utils.h" />
</ItemGroup>
<ItemGroup>
+ <None Include="COPYING.txt" />
+ <None Include="README.txt" />
<None Include="RFS.def" />
<None Include="RFS.nsi" />
</ItemGroup>
diff --git a/RARFileSource.vcxproj.filters b/RARFileSource.vcxproj.filters
index ed24021..bf90225 100644
--- a/RARFileSource.vcxproj.filters
+++ b/RARFileSource.vcxproj.filters
@@ -76,6 +76,12 @@
<None Include="RFS.nsi">
<Filter>Resource Files</Filter>
</None>
+ <None Include="COPYING.txt">
+ <Filter>Resource Files</Filter>
+ </None>
+ <None Include="README.txt">
+ <Filter>Resource Files</Filter>
+ </None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="RFS.rc">
diff --git a/README.txt b/README.txt
index 1607998..743964a 100644
--- a/README.txt
+++ b/README.txt
@@ -2,11 +2,11 @@
Building from source
--------------------
-Building RARFileSource requires Visual Studio 2008, the DirectShow SDK and the
+Building RARFileSource requires Visual Studio 2010, the DirectShow SDK and the
DirectShow Base Classes.
The DirectShow SDK and Base Classes are part of the Windows SDK, which can be
-found here: http://msdn.microsoft.com/en-us/windowsvista/bb980924.aspx
+found here: http://msdn.microsoft.com/en-us/windows/bb980924.aspx
Instructions on how to build and use the Base Classes can be found here:
http://msdn.microsoft.com/en-us/library/ms783325(VS.85).aspx