Update VS README.txt's
authorChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 29 Jun 2011 06:12:56 +0000 (14:12 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Wed, 29 Jun 2011 06:12:56 +0000 (14:12 +0800)
These files should also have Windows CRLF EOL...

build/win32/vs10/README.txt
build/win32/vs9/README.txt

index 37d5a92..9e5a3b7 100644 (file)
@@ -1,83 +1,83 @@
-Note that all this is rather experimental.
-
-This VS10 solution and the projects it includes are intented to be used
-in a ATK 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.
-You will also need to expand atk.vcprojin here into
-atk.vcproj.
-
-The dependencies for this package are gettext-runtime (libintl), GLib*
-and ZLib.
-
-a) look for all of the dependencies (except GLib*) under
-
-   http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32-bit) -OR-
-   http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)
-
-   Please use the latest versions of these libraries that are available there,
-   these are packaged by Tor Lillqvist, which are built with MinGW/GCC.
-   Please see b) below regarding the build of  GLib*
-
--OR-
-
-b) Build them yourself with VS10 (but you may most probably wish to get
-   gettext-runtime from the URL(s) mentioned in a)).  Use the latest
-   stable versions for them (you may need to get the latest unstable version of
-   GLib if you are using an unstable version of ATK):
-
-   GLib*:   Grab the latest sources from http://www.gtk.org under "Download"
-            (stable only-please make a search for the latest unstable versions)
-   ZLib:   http://www.zlib.net
-
-   The above 2 packages all have supported mechanisms (Makefiles and/or Project
-   Files) for building under VS10 (upgrade the Project Files from earlier VS
-   versions will do for these, when applicable)
-
-* This GLib refers to a build that is built by VS10
-
-Set up the source tree as follows under some arbitrary top
-folder <root>:
-
-<root>\atk\<this-atk-source-tree>
-<root>\vs10\<PlatformName>
-
-*this* file you are now reading is thus located at
-<root>\atk\<this-atk-source-tree>\build\win32\vs10\README.
-
-<PlatformName> is either Win32 or x64, as in VS10 project files.
-
-You should unpack the <dependent-package>-dev and <dependent-packge> (runtime)
-into <root>\vs10\<PlatformName>, if you download any of the packages from
-
-http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32-bit) -OR-
-http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)
-
-so that for instance libintl.h end up at 
-<root>\vs10\<PlatformName>\include\libintl.h.
-
-If you build any of the dependencies yourselves, copy the: 
--DLLs and EXEs into <root>\vs10\<PlatformName>\bin
--headers into <root>\vs10\<PlatformName>\include\
--LIBs into <root>\vs10\<PlatformName>\lib
-
-If you have not built GLib with VS10 and placed the LIBs and headers in a
-place where VS10 can find them automatically, you should also uncompress
-your GLib sources in <root>\ and build it from there, following the
-instructions in <root>\glib<-version>\build\win32\vs10, so that the required
-headers, EXEs, DLLs and LIBs will end up in
-<root>\vs10\<PlatformName>\include\glib-2.0 (headers)
-<root>\vs10\<PlatformName>\lib (LIBs, also glib-2.0/include/glibocnfig.h)
-<root>\vs10\<PlatformName>\bin (EXEs/DLLs)
-respectively.
-
-After the build of ATK, the "install" project will copy build results
-and headers into their appropriate location under <root>\vs10\<PlatformName>.
-For instance, built DLLs go into <root>\vs10\<PlatformName>\bin, built LIBs into
-<root>\vs10\<PlatformName>\lib and atk headers into
-<root>\vs10\<PlatformName>\include\atk-2.0. This is then from where
-project files higher in the stack are supposed to look for them, not
-from a specific ATK source tree.
-
---Chun-wei Fan <fanc999@yahoo.com.tw>
---(adapted from the GLib VS9 README.txt file originally written by Tor Lillqvist)
+Note that all this is rather experimental.\r
+\r
+This VS10 solution and the projects it includes are intented to be used\r
+in a ATK 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.\r
+You will also need to expand atk.vcprojin here into\r
+atk.vcproj.\r
+\r
+The dependencies for this package are gettext-runtime (libintl), GLib*\r
+and ZLib.\r
+\r
+a) look for all of the dependencies (except GLib*) under\r
+\r
+   http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32-bit) -OR-\r
+   http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)\r
+\r
+   Please use the latest versions of these libraries that are available there,\r
+   these are packaged by Tor Lillqvist, which are built with MinGW/GCC.\r
+   Please see b) below regarding the build of  GLib*\r
+\r
+-OR-\r
+\r
+b) Build them yourself with VS10 (but you may most probably wish to get\r
+   gettext-runtime from the URL(s) mentioned in a)).  Use the latest\r
+   stable versions for them (you may need to get the latest unstable version of\r
+   GLib if you are using an unstable version of ATK):\r
+\r
+   GLib*:   Grab the latest sources from http://www.gtk.org under "Download"\r
+            (stable only-please make a search for the latest unstable versions)\r
+   ZLib:   http://www.zlib.net\r
+\r
+   The above 2 packages all have supported mechanisms (Makefiles and/or Project\r
+   Files) for building under VS10 (upgrade the Project Files from earlier VS\r
+   versions will do for these, when applicable)\r
+\r
+* This GLib refers to a build that is built by VS10\r
+\r
+Set up the source tree as follows under some arbitrary top\r
+folder <root>:\r
+\r
+<root>\atk\<this-atk-source-tree>\r
+<root>\vs10\<PlatformName>\r
+\r
+*this* file you are now reading is thus located at\r
+<root>\atk\<this-atk-source-tree>\build\win32\vs10\README.\r
+\r
+<PlatformName> is either Win32 or x64, as in VS10 project files.\r
+\r
+You should unpack the <dependent-package>-dev and <dependent-packge> (runtime)\r
+into <root>\vs10\<PlatformName>, if you download any of the packages from\r
+\r
+http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32-bit) -OR-\r
+http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)\r
+\r
+so that for instance libintl.h end up at \r
+<root>\vs10\<PlatformName>\include\libintl.h.\r
+\r
+If you build any of the dependencies yourselves, copy the: \r
+-DLLs and EXEs into <root>\vs10\<PlatformName>\bin\r
+-headers into <root>\vs10\<PlatformName>\include\\r
+-LIBs into <root>\vs10\<PlatformName>\lib\r
+\r
+If you have not built GLib with VS10 and placed the LIBs and headers in a\r
+place where VS10 can find them automatically, you should also uncompress\r
+your GLib sources in <root>\ and build it from there, following the\r
+instructions in <root>\glib<-version>\build\win32\vs10, so that the required\r
+headers, EXEs, DLLs and LIBs will end up in\r
+<root>\vs10\<PlatformName>\include\glib-2.0 (headers)\r
+<root>\vs10\<PlatformName>\lib (LIBs, also glib-2.0/include/glibocnfig.h)\r
+<root>\vs10\<PlatformName>\bin (EXEs/DLLs)\r
+respectively.\r
+\r
+After the build of ATK, the "install" project will copy build results\r
+and headers into their appropriate location under <root>\vs10\<PlatformName>.\r
+For instance, built DLLs go into <root>\vs10\<PlatformName>\bin, built LIBs into\r
+<root>\vs10\<PlatformName>\lib and atk headers into\r
+<root>\vs10\<PlatformName>\include\atk-2.0. This is then from where\r
+project files higher in the stack are supposed to look for them, not\r
+from a specific ATK source tree.\r
+\r
+--Chun-wei Fan <fanc999@yahoo.com.tw>\r
+--(adapted from the GLib VS9 README.txt file originally written by Tor Lillqvist)\r
index f0a4c71..c3ddcb4 100644 (file)
@@ -1,83 +1,83 @@
-Note that all this is rather experimental.
-
-This VS9 solution and the projects it includes are intented to be used
-in a ATK 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.
-You will also need to expand atk.vcprojin here into
-atk.vcproj.
-
-The dependencies for this package are gettext-runtime (libintl), GLib*
-and ZLib.
-
-a) look for all of the dependencies (except GLib*) under
-
-   http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32-bit) -OR-
-   http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)
-
-   Please use the latest versions of these libraries that are available there,
-   these are packaged by Tor Lillqvist, which are built with MinGW/GCC.
-   Please see b) below regarding the build of  GLib*
-
--OR-
-
-b) Build them yourself with VS9 (but you may most probably wish to get
-   gettext-runtime from the URL(s) mentioned in a)).  Use the latest
-   stable versions for them (you may need to get the latest unstable version of
-   GLib if you are using an unstable version of ATK):
-
-   GLib*:   Grab the latest sources from http://www.gtk.org under "Download"
-            (stable only-please make a search for the latest unstable versions)
-   ZLib:   http://www.zlib.net
-
-   The above 2 packages all have supported mechanisms (Makefiles and/or Project
-   Files) for building under VS9 (upgrade the Project Files from earlier VS
-   versions will do for these, when applicable)
-
-* This GLib refers to a build that is built by VS9
-
-Set up the source tree as follows under some arbitrary top
-folder <root>:
-
-<root>\atk\<this-atk-source-tree>
-<root>\vs9\<PlatformName>
-
-*this* file you are now reading is thus located at
-<root>\atk\<this-atk-source-tree>\build\win32\vs9\README.
-
-<PlatformName> is either Win32 or x64, as in VS9 project files.
-
-You should unpack the <dependent-package>-dev and <dependent-packge> (runtime)
-into <root>\vs9\<PlatformName>, if you download any of the packages from
-
-http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32-bit) -OR-
-http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)
-
-so that for instance libintl.h end up at 
-<root>\vs9\<PlatformName>\include\libintl.h.
-
-If you build any of the dependencies yourselves, copy the: 
--DLLs and EXEs into <root>\vs9\<PlatformName>\bin
--headers into <root>\vs9\<PlatformName>\include\
--LIBs into <root>\vs9\<PlatformName>\lib
-
-If you have not built GLib with VS9 and placed the LIBs and headers in a
-place where VS9 can find them automatically, you should also uncompress
-your GLib sources in <root>\ and build it from there, following the
-instructions in <root>\glib<-version>\build\win32\vs9, so that the required
-headers, EXEs, DLLs and LIBs will end up in
-<root>\vs9\<PlatformName>\include\glib-2.0 (headers)
-<root>\vs9\<PlatformName>\lib (LIBs, also glib-2.0/include/glibocnfig.h)
-<root>\vs9\<PlatformName>\bin (EXEs/DLLs)
-respectively.
-
-After the build of ATK, the "install" project will copy build results
-and headers into their appropriate location under <root>\vs9\<PlatformName>.
-For instance, built DLLs go into <root>\vs9\<PlatformName>\bin, built LIBs into
-<root>\vs9\<PlatformName>\lib and atk headers into
-<root>\vs9\<PlatformName>\include\atk-2.0. This is then from where
-project files higher in the stack are supposed to look for them, not
-from a specific ATK source tree.
-
---Chun-wei Fan <fanc999@yahoo.com.tw>
---(adapted from the GLib VS9 README.txt file originally written by Tor Lillqvist)
+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 ATK 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.\r
+You will also need to expand atk.vcprojin here into\r
+atk.vcproj.\r
+\r
+The dependencies for this package are gettext-runtime (libintl), GLib*\r
+and ZLib.\r
+\r
+a) look for all of the dependencies (except GLib*) under\r
+\r
+   http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32-bit) -OR-\r
+   http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)\r
+\r
+   Please use the latest versions of these libraries that are available there,\r
+   these are packaged by Tor Lillqvist, which are built with MinGW/GCC.\r
+   Please see b) below regarding the build of  GLib*\r
+\r
+-OR-\r
+\r
+b) Build them yourself with VS9 (but you may most probably wish to get\r
+   gettext-runtime from the URL(s) mentioned in a)).  Use the latest\r
+   stable versions for them (you may need to get the latest unstable version of\r
+   GLib if you are using an unstable version of ATK):\r
+\r
+   GLib*:   Grab the latest sources from http://www.gtk.org under "Download"\r
+            (stable only-please make a search for the latest unstable versions)\r
+   ZLib:   http://www.zlib.net\r
+\r
+   The above 2 packages all have supported mechanisms (Makefiles and/or Project\r
+   Files) for building under VS9 (upgrade the Project Files from earlier VS\r
+   versions will do for these, when applicable)\r
+\r
+* This GLib refers to a build that is built by VS9\r
+\r
+Set up the source tree as follows under some arbitrary top\r
+folder <root>:\r
+\r
+<root>\atk\<this-atk-source-tree>\r
+<root>\vs9\<PlatformName>\r
+\r
+*this* file you are now reading is thus located at\r
+<root>\atk\<this-atk-source-tree>\build\win32\vs9\README.\r
+\r
+<PlatformName> is either Win32 or x64, as in VS9 project files.\r
+\r
+You should unpack the <dependent-package>-dev and <dependent-packge> (runtime)\r
+into <root>\vs9\<PlatformName>, if you download any of the packages from\r
+\r
+http://ftp.gnome.org/pub/GNOME/binaries/win32/dependencies/ (32-bit) -OR-\r
+http://ftp.gnome.org/pub/GNOME/binaries/win64/dependencies/ (64-bit)\r
+\r
+so that for instance libintl.h end up at \r
+<root>\vs9\<PlatformName>\include\libintl.h.\r
+\r
+If you build any of the dependencies yourselves, copy the: \r
+-DLLs and EXEs into <root>\vs9\<PlatformName>\bin\r
+-headers into <root>\vs9\<PlatformName>\include\\r
+-LIBs into <root>\vs9\<PlatformName>\lib\r
+\r
+If you have not built GLib with VS9 and placed the LIBs and headers in a\r
+place where VS9 can find them automatically, you should also uncompress\r
+your GLib sources in <root>\ and build it from there, following the\r
+instructions in <root>\glib<-version>\build\win32\vs9, so that the required\r
+headers, EXEs, DLLs and LIBs will end up in\r
+<root>\vs9\<PlatformName>\include\glib-2.0 (headers)\r
+<root>\vs9\<PlatformName>\lib (LIBs, also glib-2.0/include/glibocnfig.h)\r
+<root>\vs9\<PlatformName>\bin (EXEs/DLLs)\r
+respectively.\r
+\r
+After the build of ATK, the "install" project will copy build results\r
+and headers into their appropriate location under <root>\vs9\<PlatformName>.\r
+For instance, built DLLs go into <root>\vs9\<PlatformName>\bin, built LIBs into\r
+<root>\vs9\<PlatformName>\lib and atk headers into\r
+<root>\vs9\<PlatformName>\include\atk-2.0. This is then from where\r
+project files higher in the stack are supposed to look for them, not\r
+from a specific ATK source tree.\r
+\r
+--Chun-wei Fan <fanc999@yahoo.com.tw>\r
+--(adapted from the GLib VS9 README.txt file originally written by Tor Lillqvist)\r