Use README.txt instead of README for Windows developer friendliness
authorTor Lillqvist <tml@iki.fi>
Thu, 4 Feb 2010 12:51:56 +0000 (14:51 +0200)
committerTor Lillqvist <tml@iki.fi>
Thu, 4 Feb 2010 12:54:28 +0000 (14:54 +0200)
build/win32/vs9/Makefile.am
build/win32/vs9/README.txt [moved from build/win32/vs9/README with 97% similarity]

index d2540d5..88d919a 100644 (file)
@@ -1,5 +1,5 @@
 EXTRA_DIST = \
-       README \
+       README.txt \
        glib.sln \
        glib.vsprops \
        glib.vcproj \
similarity index 97%
rename from build/win32/vs9/README
rename to build/win32/vs9/README.txt
index c443c13..86620ec 100644 (file)
@@ -1,29 +1,29 @@
-Note that all this is rather experimental.
-
-This VS9 solution and the projects it includes are intented to be used
-in a GLib source tree unpacked from a tarball. In a git checkout you
-first need to use some Unix-like environment or manual work to expand
-the .in files needed, mainly config.h.win32.in into config.h.win32 and
-glibconfig.h.win32.in into glibconfig.h.win32.
-
-The only external dependency is proxy-libintl. Fetch the latest
-proxy-libintl-dev zipfile from
-http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ for 32-bit
-builds, and correspondingly
-http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ for 64-bit
-builds. Set up the source tree as follows under some arbitrary top
-folder <root>:
-
-<root>\glib\<this-glib-source-tree>
-<root>\glib\dependencies\<PlatformName>\proxy-libintl
-
-*this* file you are now reading is thus located at
-<root>\glib\<this-glib-source-tree>\build\win32\vs9\README.
-
-<PlatformName> is either Win32 or x64, as in VS9 project files.
-
-<root>\glib\dependencies\<PlatformName>\proxy-libintl contains the
-unpacked proxy-libintl zip file, so that for instance libintl.h is at
-<root>\glib\dependencies\<PlatformName>\proxy-libintl\include\libintl.h.
-
---Tor Lillqvist <tml@iki.fi>
+Note that all this is rather experimental.\r
+\r
+This VS9 solution and the projects it includes are intented to be used\r
+in a GLib source tree unpacked from a tarball. In a git checkout you\r
+first need to use some Unix-like environment or manual work to expand\r
+the .in files needed, mainly config.h.win32.in into config.h.win32 and\r
+glibconfig.h.win32.in into glibconfig.h.win32.\r
+\r
+The only external dependency is proxy-libintl. Fetch the latest\r
+proxy-libintl-dev zipfile from\r
+http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ for 32-bit\r
+builds, and correspondingly\r
+http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ for 64-bit\r
+builds. Set up the source tree as follows under some arbitrary top\r
+folder <root>:\r
+\r
+<root>\glib\<this-glib-source-tree>\r
+<root>\glib\dependencies\<PlatformName>\proxy-libintl\r
+\r
+*this* file you are now reading is thus located at\r
+<root>\glib\<this-glib-source-tree>\build\win32\vs9\README.\r
+\r
+<PlatformName> is either Win32 or x64, as in VS9 project files.\r
+\r
+<root>\glib\dependencies\<PlatformName>\proxy-libintl contains the\r
+unpacked proxy-libintl zip file, so that for instance libintl.h is at\r
+<root>\glib\dependencies\<PlatformName>\proxy-libintl\include\libintl.h.\r
+\r
+--Tor Lillqvist <tml@iki.fi>\r