diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 02:34:20 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-22 02:34:20 +0200 |
commit | de39738bbdb0cb6fac7d4f9ee15cdd94d8ca24b4 (patch) | |
tree | 159ba2a667932402d8c5a6b8d1c64d32e5f73cb3 /win32/copy | |
parent | cdae8fecdd2e108919e1238b6bbe6d80ddacfe73 (diff) |
Add README for people who still can't use Google
Diffstat (limited to 'win32/copy')
-rw-r--r-- | win32/copy/copy-xp.vcxproj | 1 | ||||
-rw-r--r-- | win32/copy/copy-xp.vcxproj.filters | 3 | ||||
-rw-r--r-- | win32/copy/copy.vcxproj | 1 | ||||
-rw-r--r-- | win32/copy/copy.vcxproj.filters | 3 | ||||
-rw-r--r-- | win32/copy/readme.url | 4 |
5 files changed, 12 insertions, 0 deletions
diff --git a/win32/copy/copy-xp.vcxproj b/win32/copy/copy-xp.vcxproj index 59ee458c..40c06faa 100644 --- a/win32/copy/copy-xp.vcxproj +++ b/win32/copy/copy-xp.vcxproj @@ -92,6 +92,7 @@ copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatRel)"</Command> <None Include="etc\gtkpref.png" /> <None Include="etc\music.png" /> <None Include="etc\system.png" /> + <None Include="readme.url" /> <None Include="share\xml\iso-codes\iso_3166.xml" /> <None Include="share\xml\iso-codes\iso_639.xml" /> </ItemGroup> diff --git a/win32/copy/copy-xp.vcxproj.filters b/win32/copy/copy-xp.vcxproj.filters index f832474d..1f9d0cf4 100644 --- a/win32/copy/copy-xp.vcxproj.filters +++ b/win32/copy/copy-xp.vcxproj.filters @@ -42,5 +42,8 @@ <None Include="share\xml\iso-codes\iso_3166.xml"> <Filter>Resource Files\share\xml\iso-codes</Filter> </None> + <None Include="readme.url"> + <Filter>Resource Files</Filter> + </None> </ItemGroup> </Project> \ No newline at end of file diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj index eb9d1752..e36f96cf 100644 --- a/win32/copy/copy.vcxproj +++ b/win32/copy/copy.vcxproj @@ -85,6 +85,7 @@ copy "..\installer\watercolorlite-blue.cjstyles" "$(HexChatRel)"</Command> <None Include="etc\gtkpref.png" /> <None Include="etc\music.png" /> <None Include="etc\system.png" /> + <None Include="readme.url" /> <None Include="share\xml\iso-codes\iso_3166.xml" /> <None Include="share\xml\iso-codes\iso_639.xml" /> </ItemGroup> diff --git a/win32/copy/copy.vcxproj.filters b/win32/copy/copy.vcxproj.filters index f832474d..1f9d0cf4 100644 --- a/win32/copy/copy.vcxproj.filters +++ b/win32/copy/copy.vcxproj.filters @@ -42,5 +42,8 @@ <None Include="share\xml\iso-codes\iso_3166.xml"> <Filter>Resource Files\share\xml\iso-codes</Filter> </None> + <None Include="readme.url"> + <Filter>Resource Files</Filter> + </None> </ItemGroup> </Project> \ No newline at end of file diff --git a/win32/copy/readme.url b/win32/copy/readme.url new file mode 100644 index 00000000..77f065e3 --- /dev/null +++ b/win32/copy/readme.url @@ -0,0 +1,4 @@ +[InternetShortcut] +URL=https://raw.github.com/hexchat/hexchat/master/README +IconFile=%systemroot%\notepad.exe +IconIndex=0 |