mirror of
https://github.com/pbatard/rufus.git
synced 2024-08-14 23:57:05 +00:00
[misc] update Visual Studio references in README
This commit is contained in:
parent
4670cfaf35
commit
eb57d116cc
2 changed files with 8 additions and 10 deletions
|
@ -27,16 +27,14 @@ Features
|
||||||
Compilation
|
Compilation
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
Use either Visual Studio 2015, WDK 7.1 (Windows Driver Kit) or MinGW and then
|
Use either Visual Studio (2015 or later), WDK 7.1 (Windows Driver Kit) or MinGW and then
|
||||||
invoke the `.sln`, `wdk_build.cmd` or `configure`/`make` respectively.
|
invoke the `.sln`, `wdk_build.cmd` or `configure`/`make` respectively.
|
||||||
|
|
||||||
#### Visual Studio
|
#### Visual Studio
|
||||||
Note that, since Rufus is an OSI compliant Open Source project, you are entitled to
|
Note that, since Rufus is an OSI compliant Open Source project, you are entitled to
|
||||||
download and use the *freely available* [Visual Studio 2015 Community Edition]
|
download and use the *freely available* [Visual Studio Community Edition](https://www.visualstudio.com/vs/community/)
|
||||||
(http://www.visualstudio.com/products/visual-studio-community-vs) to
|
to build, run or develop for Rufus. As per the Visual Studio Community Edition license
|
||||||
build, run or develop for Rufus. As per the Visual Studio Community Edition license
|
|
||||||
this applies regardless of whether you are an individual or a corporate user.
|
this applies regardless of whether you are an individual or a corporate user.
|
||||||
For details, see [this](http://pete.akeo.ie/2014/11/visual-studio-2013-has-now-become.html).
|
|
||||||
|
|
||||||
Additional information
|
Additional information
|
||||||
----------------------
|
----------------------
|
||||||
|
|
10
src/rufus.rc
10
src/rufus.rc
|
@ -33,7 +33,7 @@ LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||||
IDD_DIALOG DIALOGEX 12, 12, 242, 376
|
IDD_DIALOG DIALOGEX 12, 12, 242, 376
|
||||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||||
EXSTYLE WS_EX_ACCEPTFILES
|
EXSTYLE WS_EX_ACCEPTFILES
|
||||||
CAPTION "Rufus 2.13.1081"
|
CAPTION "Rufus 2.13.1082"
|
||||||
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
FONT 8, "Segoe UI Symbol", 400, 0, 0x0
|
||||||
BEGIN
|
BEGIN
|
||||||
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
LTEXT "Device",IDS_DEVICE_TXT,9,6,200,8
|
||||||
|
@ -334,8 +334,8 @@ END
|
||||||
//
|
//
|
||||||
|
|
||||||
VS_VERSION_INFO VERSIONINFO
|
VS_VERSION_INFO VERSIONINFO
|
||||||
FILEVERSION 2,13,1081,0
|
FILEVERSION 2,13,1082,0
|
||||||
PRODUCTVERSION 2,13,1081,0
|
PRODUCTVERSION 2,13,1082,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
|
@ -352,13 +352,13 @@ BEGIN
|
||||||
BEGIN
|
BEGIN
|
||||||
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
VALUE "CompanyName", "Akeo Consulting (http://akeo.ie)"
|
||||||
VALUE "FileDescription", "Rufus"
|
VALUE "FileDescription", "Rufus"
|
||||||
VALUE "FileVersion", "2.13.1081"
|
VALUE "FileVersion", "2.13.1082"
|
||||||
VALUE "InternalName", "Rufus"
|
VALUE "InternalName", "Rufus"
|
||||||
VALUE "LegalCopyright", "© 2011-2017 Pete Batard (GPL v3)"
|
VALUE "LegalCopyright", "© 2011-2017 Pete Batard (GPL v3)"
|
||||||
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
VALUE "LegalTrademarks", "http://www.gnu.org/copyleft/gpl.html"
|
||||||
VALUE "OriginalFilename", "rufus.exe"
|
VALUE "OriginalFilename", "rufus.exe"
|
||||||
VALUE "ProductName", "Rufus"
|
VALUE "ProductName", "Rufus"
|
||||||
VALUE "ProductVersion", "2.13.1081"
|
VALUE "ProductVersion", "2.13.1082"
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
BLOCK "VarFileInfo"
|
BLOCK "VarFileInfo"
|
||||||
|
|
Loading…
Reference in a new issue