summaryrefslogtreecommitdiff
path: root/build/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* MSVC Build Files: Use Real GTK+ VersionChun-wei Fan2014-08-071-0/+1
| | | | | | | Make the Visual C++-related build files contain the actual GTK+ version, by generating them during the configure stage and dist'ing them in the release tarballs. This is especially important for builds of introspection files, as one may need to look at the release version of GTK+ in those files.
* build/: Rename a Shared MSVC NMake MakefileChun-wei Fan2014-01-131-1/+1
| | | | | | Rename testsrules_msvc.mak to detectenv_msvc.mak and remove some package- specific stuff from it, to reflect on the nature that this NMake Makefile is shared.
* MSVC Builds: Rework Introspection BuildChun-wei Fan2014-01-131-0/+7
| | | | | | | | | | | | | | | | | | | The current approach of building the introspection files for GTK works, but is often cumbersome as one needs to set many environmental variables before launching a solution file, which runs a Windows batch script to generate the .gir/.typelib files. It was also possible to hand-run the batch script from the Visual Studio command prompt, but even more environmental variables need to be set. This changes the approach to build the introspection files using an NMake Makefile (but elimating from the Visual Studio Project Files the part to build the introspection files) to: -Make it clearer to the person building the introspection files what environmental variables are needed, specifically for PKG_CONFIG_PATH and MINGWDIR and CFG (formerly CONF). Setting stuff like VSVER, PLAT and BASEDIR is no longer required, which was a bit clunky. -Allows some more easier flexibility on the build of the intropsection files.
* Add git.mk to more placesJasper St. Pierre2013-01-241-0/+2
|
* Need to include Makefile.decl in the new Makefile.am filesTor Lillqvist2010-04-121-0/+2
| | | | Otherwise make check breaks.
* Add Visual Studio 2008 project filesTor Lillqvist2010-04-121-0/+2
Similar setup as in GLib and Pango. Also here we use a build/win32/vs9 subfolder, even if there is nothing else in build or build/win32.