summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Update libgail-util Visual C++ projectsChun-wei Fan2012-04-062-8/+8
| | | | | Make the output .lib name more consistent with the GDK/GTK+ output .lib naming.
* Update gdk-win32 Visual C++ projectsChun-wei Fan2012-04-063-0/+5
| | | | | A new source file gdkdevice-virtual.c was added in commit 24f9ca92 for the Win32 GDK backend, so add that file to the list of source files to compile.
* Fix "install" paths in VS property sheetsChun-wei Fan2012-03-152-2/+2
|
* Update VS property sheetsChun-wei Fan2012-03-082-0/+6
| | | | "Install" the newly-introduced headers.
* Update Visual C++ property sheetsChun-wei Fan2012-02-212-62/+104
| | | | | | The file "installation" part needed a long-overdue update, especially as some headers were simply moved into gtk/deprecated and some new headers were introduced, and a new .gschema.xml file needed to be processed.
* Update gtk3-demo Visual C++ projectsChun-wei Fan2012-02-213-0/+5
| | | | Make up for the missed source file application.c
* Update Visual C++ property sheetsChun-wei Fan2012-01-072-2/+5
| | | | | "Install" (and hence compile with glib-compile-schemas.exe) the new org.gtk.WindowState.gschema.xml gschema file.
* Update Visual C++ projectsChun-wei Fan2011-12-305-8/+13
| | | | | | -Update include paths for the GTK+ main projects to be consistent across the board -Update demo projects to add a new demo source file, transparent.c
* Update VS property sheetsChun-wei Fan2011-10-172-2/+2
| | | | | | Bid farewell to G_DISABLE_DEPRECATED and the build errors it causes as warnings are now used to deter people from using deprecated GLib items in a more subtle manner
* Update README.win32 and Visual C++ Readme.txt'sChun-wei Fan2011-08-312-2/+16
| | | | | | | | | | -Tell people about the GNOME Live! page which gives a more detailed outline on building the GTK+ stack with Visual C++ -Update README.win32 as GAIL is now a standard part built into GTK+ for its a11y functions, and GAIL-Util is now built with the project files too. -Tell people about the VS2010 support that has been available for a while
* Update VS property sheetsChun-wei Fan2011-08-162-0/+26
| | | | | | | | Copy the Win32-specific GDK backend headers during the "install" stage as well, as they were missed in the install, causing trouble when building other projects like WebKitGTK+. Thanks to greg.hellings for pointing this out in Bug 653964.
* Update Visual Studio Project FilesChun-wei Fan2011-07-208-56/+35
| | | | | | | | -Change ATK dependency back to atk-1.0.lib, and the corresponding include folder back to atk-1.0 for all projects as ATK-2.x will still retain the 1.0 suffixes. (ATK Commit 01cec72) -Update corresponding description in the VS README.txt files -Also fix up the VS2010 README.txt file a bit.
* Dist the VS 2008 a11y/libgail-util projectsChun-wei Fan2011-07-141-0/+3
| | | | Accidently left out this item in my last commit...
* Added VS projects for a11y and libgail-utilChun-wei Fan2011-07-1413-0/+746
| | | | | | | | | | | | | -Added projects to compile the a11y portion of GTK+. This is now necessary as a11y/GAIL is now integrated into the main GTK+ library, and it must be built before compiling/linking GTK+. This project is done like the GDK/GTK+ projects, where the source file listings for the VS2008/2010 projects are fed into templates (.vcprojin, .vcxprojin and .vcxproj.filtersin) during 'make dist' -Added projects to compile the libgail-util DLL (no templates for this as this does not have source files added/removed often) -Added the new projects into distribution, and headers, DLLs and .LIB files into the "install" stage
* Update VS 2010 property sheetChun-wei Fan2011-07-131-1/+1
| | | | The output folder of the .def files needs to be updated as well
* Update VS2010 READNE.txtChun-wei Fan2011-06-291-90/+90
| | | | This file should have Windows CRLF EOL as well
* Re-attempt to correct EOL on VS2010 solutionChun-wei Fan2011-06-291-65/+65
| | | | | | | | 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 :|
* Update VS projects distributionChun-wei Fan2011-06-252-3/+3
| | | | | Change the EXTRA_DIST to distribute the gtk3-demo projects (instead of gtk-demo)
* Update VS project filesChun-wei Fan2011-06-247-217/+294
| | | | | | | | | | | | -Reinstate build/win32/vs10/gtk+.sln with the correct EOL (DOS/Windows), so that it will be correctly recognized by Windows instead of having the annoying "Unrecognized Visual Studio Version". -Update property sheets to reflect on new headers added -Change the demo program to be gtk3-demo.exe, to be consistent with the names on other platforms, and updated/renamed related project/solution files, and added overlay.c to the list of demo sources.
* Temporarily remove build/win32/vs10/gtk+.slnChun-wei Fan2011-06-241-65/+0
| | | | The line endings need to be DOS/Windows...
* Update VS property sheetsChun-wei Fan2011-06-202-2/+2
| | | | | | | As Cairo and Cairo-GObject are often built as two seperate DLLs/modules, set the property sheets to link to both libraries, instead of using the previous approach where a monolithic Cairo DLL which contains GObject support is used.
* Refine Visual C++ 2010 projectsChun-wei Fan2011-06-206-7/+1
| | | | | | | -Remove unneeded tags from projects -Seperate intermediate directories for projects to avoid rebuilding/ linking on every rebuild and MSBuild errors (et al.) for not being able to write into build log files as they are in use.
* Update Visual C++ projectsChun-wei Fan2011-06-168-16/+16
| | | | Use G_ENABLE_DEBUG for all debug builds
* Update Visual C++ README.txtChun-wei Fan2011-05-182-26/+52
| | | | | | -Make the build preparation instructions a bit more clear. -Tell people about the (now optional) use of fontconfig in the Visual C++ builds.
* VS2010 support-update property sheetChun-wei Fan2011-04-271-1/+1
| | | | | Update the Gdk-Pixbuf 2.0 include path to be consistent with autotools-based builds
* VS2008/2010 support: Update README.txtChun-wei Fan2011-04-272-7/+19
| | | | | -Make the GDK-Pixbuf requirements more clear -Tell people about the usage of ATK-2.x
* Bug 643270: VS2010 Project Files (autotools)Chun-wei Fan2011-04-272-1/+21
| | | | | | | | | -Update to distribute the VS2010 files. -Added rules in Makefile.am's of GDK and GTK to fill in the project/filter files templates with up-to-date source file listings to simplify maintenace. Any comments on the usage of the VS2010 files are welcome!
* Bug 643270: VS 2010 Project FilesChun-wei Fan2011-04-2712-0/+1926
| | | | | | | | | | | | These are the VS2010 Project files to compile GDK and GTK+, using the Win32 backend, along with a brief README.txt explaining the process. The GDK and GTK project/filter files are templates that are filled in during "make dist" with up-to-date source file listings as far as possible, to simplify maintenance. Comments on their usage are most welcome.
* VS2008 support: Process filechooser gsettings xmlChun-wei Fan2011-04-251-0/+5
| | | | | This will copy the xml file and compile it so that the GTK+3 filechooser can be used on Windows, especially the MSVC-compiled versions.
* Update build/win32/vs9/README.txtChun-wei Fan2011-04-181-4/+15
| | | | | Update again due to the usage of ATK-2.x to avoid confusion about its usage in compilation...
* Update VS 2008 support to use ATK-2.0Chun-wei Fan2011-04-183-6/+6
| | | | | -Update GTK+ project and property sheet to use ATK-2.0. -Tell people about this in the README.txt file
* Update build/win32/vs9/README.txtChun-wei Fan2011-04-181-5/+47
| | | | | | | | Make the VS 2008 build instructions and information more up-to-date and clearer to people. Please let me know if I have missed any needed details... Thanks
* Update VS property sheetChun-wei Fan2011-03-261-1/+1
| | | | Make GDK-Pixbuf include path more consitent with autofiscated builds
* Win32 Visual C++ Support: Some more clean-upsChun-wei Fan2011-02-111-1/+0
| | | | | | | Update gtk+.vsprops... Since gdkconfig.h should now reside in gdk/, there is no longer need to create a lib/gtk-3.0/include folder.
* Visual C++ support: Fix the gdk-win32 ProjectChun-wei Fan2011-02-111-1/+1
| | | | | | Apparently I previously had one of the source files wrong here... Update this to reflect the correct file. My fault for not seeing this earlier-sorry. DOH.
* Update Visual C++ 2008 Project Files StuffChun-wei Fan2011-01-243-7/+9
| | | | | | -Updated README.txt file in build/win32/vs9. -Fix the gdk.vcprojin and gtk+.vsprops regarding include paths and copying of headers (missed header etc.)
* Update MSVC 2008 Project FilesChun-wei Fan2011-01-124-17/+17
| | | | | | | | | | | | | | | | | | -Update the project files to simplify them a bit after the seperation of GDK-Pixbuf (move GDK-Pixbuf includes into the property sheet, move the linking of Cairo/Pango/PangoCairo into the property sheet)--this is for all DLL/EXE Projects (GDK/GTK/gtk-demo) -Update the GDK-Win32 project as the source files have changed significantly (especially as GDK3 was not compilable on Windows for a while--thanks to Hans Breuer for the help in the process-Bug 639127) -Made up for missed headers in the "install" stage and removed the removed headers in the property sheet -Updated GTK+ .def file generation as an extra macro is needed for that -Updated gdk/Makefile.am for the generation of gdk.vcproj from gdk.vcprojin
* Update MSVC 2008 Project FilesChun-wei Fan2011-01-125-37/+42
| | | | | | | | | | | | | | | | | | -Update the project files to simplify them a bit after the seperation of GDK-Pixbuf (move GDK-Pixbuf includes into the property sheet, move the linking of Cairo/Pango/PangoCairo into the property sheet)--this is for all DLL/EXE Projects (GDK/GTK/gtk-demo) -Update the GDK-Win32 project as the source files have changed significantly (especially as GDK3 was not compilable on Windows for a while--thanks to Hans Breuer for the help in the process-Bug 639127) -Made up for missed headers in the "install" stage and removed the removed headers in the property sheet -Updated GTK+ .def file generation as an extra macro is needed for that -Updated gdk/Makefile.am for the generation of gdk.vcproj from gdk.vcprojin
* Remove no longer existing filesMatthias Clasen2010-11-131-3/+0
| | | | | The gdk-pixbuf VC project files are gone, so don't reference them from Makefile.am anymore.
* gtk.vcprojin: include .rc fileChun-wei Fan2010-11-131-0/+1
|
* gtk+.sln: Remove GDK-Pixbuf compilation stuffChun-wei Fan2010-11-134-632/+0
| | | | GDK-Pixbuf is in a package of its own, so remove the project files from here
* gtk+.vsprops: Update for GTK-3.0Chun-wei Fan2010-11-131-49/+26
| | | | | | | -removed headers that ceased to exist -bump API version -made up for new headers that is to be installed -gtk-demo program and related sources/data copied to bin/gtk3-demo
* gdk.vcprojin: Include .rc file and fixed linker settingsChun-wei Fan2010-11-091-3/+4
| | | | | -Added the missed gdk.rc file -Made up for missed libraries required for link for configs other than Debug|win32
* gtk-demo.vcproj: set linker settings to be consistentChun-wei Fan2010-11-091-3/+6
| | | | | -Made up for the additional dependencies for setups other than Debug|Win32 (the correct setting) -Made Subsystem="1" for all setups like Debug|Win32 (the correct setting)
* gtk+.vsprops: Removed GdkPixbuf stuff and made up for missed headersChun-wei Fan2010-11-091-33/+20
| | | | | | -Removed the GdkPixbuf stuff as it is now in a package of its own and added it as a dependent library here -Made up for the headers missed in the installation stage for GTK+/GDK
* API: remove GdkImageBenjamin Otte2010-08-102-2/+0
| | | | It was unused and buggy.
* Avoid a 'EXTRA_DIST multiply defined' warningMatthias Clasen2010-06-031-1/+1
|
* Update GtkApiVersionTor Lillqvist2010-05-101-1/+1
|
* Need to include Makefile.decl in the new Makefile.am filesTor Lillqvist2010-04-123-0/+6
| | | | Otherwise make check breaks.
* Add Visual Studio 2008 project filesTor Lillqvist2010-04-1214-0/+2037
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.