15 Commits

Author SHA1 Message Date
Chun-wei Fan
79c759756f Update Windows READMEs
Tell people not to compile GLib in paths containing spaces.
2011-07-25 11:47:27 +08:00
Chun-wei Fan
eb78d63ffe Update VS2010 README.txt
This file should have Windows CRLF EOL as well...
2011-06-29 13:57:47 +08:00
Chun-wei Fan
225280e959 Re-attempt to correct EOL on VS2010 solution
This time I realized that I needed to set autocrlf=false on my Windows side
... ugh...

This is one of those files that must have CRLF line endings to work
correctly :|
2011-06-29 12:38:57 +08:00
Chun-wei Fan
0588b6ff2c Refine Visual Studio projects
-Reinstate the temporarily removed glib.sln file for VS10--make its EOL
 in the DOS/Windows format so that it will not end up with "Unrecognized
 Visual Studio Version" in Windows.

-Updated GLib projects to set the GLib DLL/LIB files to be output to
 <Debug or Release>\<Win32 or x64>\bin for all configurations

-Updated property sheets to copy the GLib DLL/LIB for all configurations

-Update VS9 property sheet to seperate Intermediate directories for all
 projects as well to reduce warnings/errors of being unable to write the
 PDB and related files as they are in use
2011-06-24 10:54:31 +08:00
Chun-wei Fan
ad8e8c22da Temporarily remove build/win32/vs10/glib.sln
-To fix the line endings here...
2011-06-24 10:43:46 +08:00
Chun-wei Fan
393e128801 Visual C++ 2010 projects updates
Consolidate my previous commit into the property file... should have
realized sooner.
2011-06-20 11:46:33 +08:00
Chun-wei Fan
9b275498f1 Update Visual C++ 2010 Projects
-Seperate intermediate directories for each project to avoid intermittent
 MSBuild errors that a build log cannot be written while in use, and
 update the property sheet as necessary.
-Minor cleanups of uneeded tags in the projects/properties
2011-06-20 11:26:44 +08:00
Chun-wei Fan
e2074a6342 Update gsettings/glib-compile-schemas VS Projects
These tools require the use of GModule headers also, so update the include
directories so that the correct gmodule.h will be included instead of the
system-installed version.
2011-06-18 17:58:57 +08:00
Chun-wei Fan
33922ffbf5 Update Visual C++ projects for glib-compile-schemas
Update include path so that gmodule.h can be found.
2011-05-25 12:50:20 +08:00
Chun-wei Fan
3500474619 Update Visual C++ README.txt
Correct the unpacking path of GLib sources...
2011-05-18 11:15:56 +08:00
Chun-wei Fan
09f7c3307e Update VS 2010 "install" project
The dependencies on gsettings and glib-compile-schemas were missed.
Made up for them here.
2011-05-05 15:11:18 +08:00
Chun-wei Fan
cb8143163d Update VS2008/2010 README.txt
Tell people about the usage of ZLib to avoid the problem
such as the one mentioned in Bug 633977
2011-05-01 09:50:29 +08:00
Chun-wei Fan
a0b9585b50 Add VS 2010 compilation support for some utilities
-Added projects to compile the glib-compile-schemas and gsettings utilities
-Update .vsprops to install these in "install" phase
-Distribute these projects also
2011-04-25 13:16:28 +08:00
Chun-wei Fan
2aa3098933 Bug 643161: VS2010 Projects (autotools part)
These files are changed to enable distribution of VS2010
project files..
2011-04-22 19:06:09 +08:00
Chun-wei Fan
57278be01c Bug 643161: Visual C++ 2010 Project Files
These are the VS 2010 project files to compile GLib.

Like the VS2008 files, the GLib, GIO and GObject
projects and filters are expanded from templates
during "make dist"
2011-04-22 19:04:16 +08:00