diff options
author | Chun-wei Fan <fanchunwei@src.gnome.org> | 2020-04-15 18:23:27 +0800 |
---|---|---|
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | 2020-05-05 14:34:31 +0800 |
commit | ed67f1d13bec3f95656bf7c504c32b1eec930398 (patch) | |
tree | 89451245c154ca4f404278823777fa4f70ec433a | |
parent | 233aa6383cd6ae5398b543b574a5909f596ed148 (diff) |
MSVC_NMake/README: Use Windows line endings
This file is used for Visual Studio builds, so use Windows-friendly line
endings
-rw-r--r-- | MSVC_NMake/README | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/MSVC_NMake/README b/MSVC_NMake/README index dec864e..944642e 100644 --- a/MSVC_NMake/README +++ b/MSVC_NMake/README @@ -1,20 +1,20 @@ -Building cairomm with Visual Studio .NET 2015 or later - -* You will need Visual Studio 2015 (MSVC 14.0) or later. Building with Visual Studio 2015 or earlier is no longer - supported. -* Install the latest Win32 GTK+ Development files from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/ and add - the paths to headers and import libraries to Visual Studio, if they are not already in - $(srcroot)/../vs$(VSVER)/$(Platform). -* In a Visual Studio command prompt, go to $(srcroot)\MSVC_NMake -* Build using nmake /f Makefile.vc CFG=[release|debug] -* Run the tests - -Cedric Gustin -08/18/2006 - -Armin Burgmeier -09/29/2010 - -Chun-wei Fan -09/10/2015 -10/26/2018 +Building cairomm with Visual Studio .NET 2015 or later
+
+* You will need Visual Studio 2015 (MSVC 14.0) or later. Building with Visual Studio 2015 or earlier is no longer
+ supported.
+* Install the latest Win32 GTK+ Development files from ftp://ftp.gnome.org/pub/GNOME/binaries/win32/gtk+/ and add
+ the paths to headers and import libraries to Visual Studio, if they are not already in
+ $(srcroot)/../vs$(VSVER)/$(Platform).
+* In a Visual Studio command prompt, go to $(srcroot)\MSVC_NMake
+* Build using nmake /f Makefile.vc CFG=[release|debug]
+* Run the tests
+
+Cedric Gustin
+08/18/2006
+
+Armin Burgmeier
+09/29/2010
+
+Chun-wei Fan
+09/10/2015
+10/26/2018
|