summaryrefslogtreecommitdiff
path: root/Makefile-msvcproj.am
Commit message (Collapse)AuthorAgeFilesLines
* build: prevent warnings during dist/distcheckDieter Verfaillie2013-10-091-13/+13
| | | | | | Make transforms tr '/' '\\' into tr '/' '\', leading to tr: warning: an unescaped backslash at end of string is not portable so double escape to make the warnings go away...
* MSVC Builds: Fix "Installation" Process againChun-wei Fan2013-07-191-3/+31
| | | | | | | My previous commit on this (d2613dd9) didn't quite get it right then and some items were missed from that commit. Get that corrected, and ensure also the scripts/templates in collections/ and doctemplates are "installed" accordingly.
* Visual Studio Builds: Fix "Installation" ProcessChun-wei Fan2013-06-211-2/+3
| | | | | Install the Python scripts under collections/ and doctemplates/, especially the scripts under collections are required during the run of g-ir-scanner.
* Update autotools for Visual C++ projects creationChun-wei Fan2012-10-271-0/+176
-Add Makefile-msvcproj.am to fill in the cmph, girepository and g-ir-compiler projects -Add various Makefile.am's under build/ to distribute the Visual C++-related files. https://bugzilla.gnome.org/show_bug.cgi?id=681820