summaryrefslogtreecommitdiff
path: root/build/win32/vs9/gtk-install-headers-data.vsprops
Commit message (Collapse)AuthorAgeFilesLines
* Rework the Visual Studio 2008 Projects a bitChun-wei Fan2013-12-301-378/+0
| | | | | | | | | | | | | | Add a utility project to get config.h and gdkconfig.h from their *.h.win32 (or win32_broadway, if applicable) counterparts, using custom build rules, so that these "generated" files can also be removed on clean and "regenerated" upon update. This also enables the removal of configs in certain projects that isn't really needed as a result. Also update and merge the projects and property sheets to include a single property sheet that it needs, which will then in turn include the other property sheets that is needed, so that things are cleaner. Updates to the Visual Studio 2010 projects will follow later.
* MSVC Projects: Use UNIX Line endingsChun-wei Fan2013-12-041-378/+378
| | | | | | ...for all files except the README.txt and the .sln files, which have to have DOS/Windows line endings. This makes application of patches, when applicable, easier.
* Update Visual Studio Property SheetsChun-wei Fan2013-10-071-0/+3
| | | | "Install" the GtkFlowBox headers
* MSVC Builds: "Install" gtklistboxrowaccessible.hChun-wei Fan2013-09-221-0/+1
| | | | ...which is an a11y header introduced in commit c22e27f9.
* MSVC Builds: Update "installation" of headersChun-wei Fan2013-08-141-0/+1
| | | | "Install" the newly-introduced public header gdkwin32misc.h.
* Add Visual Studio Build Support for BroadwayChun-wei Fan2013-08-021-0/+373
-Add Visual Studio 2008 projects and pre-configured gdkconfig.h for Broadway builds -Decouple the Visual Studio property sheets, to simplify maintenance and enhance flexibility for different builds Visual Studio 2010 projects updates will follow later.