summaryrefslogtreecommitdiff
path: root/win32/vs10/soup-install.vcxproj
Commit message (Collapse)AuthorAgeFilesLines
* Visual Studio builds: Generate .pc files upon "install"Chun-wei Fan2017-03-091-1/+11
| | | | | This generates the .pc files for libsoup upon completion of the build process, so that one will have ready-to-use .pc files for the package.
* Visual Studio builds: Move projects to win32/Chun-wei Fan2017-02-231-0/+111
This enables one to go down one less level into the tree to access the Visual Studio build files, and was belated as this was suggested by Dan as we move the projects in the GLib/GTK+ stack into win32/ from build/win32/. This also enables syncing the Makefile-newvs.am, Makefile.msvcproj and Makefile.msvc-introspection autotools modules, as well as the common NMake Makefile bits from GLib and G-I masters, so that we are more consistent accross the board.