summaryrefslogtreecommitdiff
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Update VS property sheetsChun-wei Fan2011-09-062-0/+3
| | | | | The newly-introduced atk/atkwindow.h (commit 6101fd44) needs to be "installed" as well...
* Update Win32 and VS Readme filesChun-wei Fan2011-08-312-0/+10
| | | | | Tell people about the GNOME Live! page that outlines building ATK and its dependencies with Visual C++.
* Update VS README.txt'sChun-wei Fan2011-07-252-4/+6
| | | | Tell people that ATK should not be built in paths with spaces in them.
* Update VS Projects and related itemsChun-wei Fan2011-07-206-17/+8
| | | | | | | | | | -Revert output DLL, LIB and header "install" folder to ...atk-1.0... and atk-1-vs?.dll as a result of commit 01cec72, so to stay consistent across the board -Reflect the above changes in the README.txt files in the build/win32/vs? folders -Clean up project files a bit-removed un-needed items, and have intermediate folders seperated for all projects.
* Update Visual Studio property sheetsChun-wei Fan2011-07-132-3/+3
| | | | | Added macros necessary for the build to export variables (which cannot be exported just with the .def file only)
* Update VS README.txt'sChun-wei Fan2011-06-292-166/+166
| | | | These files should also have Windows CRLF EOL...
* Refine Visual Studio ProjectsChun-wei Fan2011-06-294-77/+77
| | | | | | | | | | | -Corrected the VS2008/2010 solution file EOL. This time I realized that I needed to set autocrlf=false on my Windows side... ugh... These are the files that has to have CRLF line endings to work correctly :| -Seperate intermediate directories for each project to avoid various warnings from VS and/or MSBuild where PDBs or logs cannot be updated due to files (mysterically) in use.
* VS 2008/2010 support updateChun-wei Fan2011-04-184-18/+18
| | | | | -Update the property sheets for 2.x release and other refinements -Update README.txt
* Visual C++ 2010 Project FilesChun-wei Fan2011-02-236-0/+632
| | | | | | | | | | | These are the project files themselves... Like the VS9 project files, the main ATK project files (*.vcxproj, *.vcxproj.filters) are expanded from templates during "make dist" so that maintenance is simplified as new source files may be added to ATK from time to time. Suggestions are welcome-please let me know via BugZilla. Thank you!
* VS 2010 Project Files: autotools files updatesChun-wei Fan2011-02-232-1/+11
| | | | | | | | The autotools files are updated to ensure the distribution and the creation of the main ATK project files (*.vcxproj/*.vcxproj.filters) during "make dist". The actual project files will follow shortly
* MSVC 2008 Project Files-Made up for missed itemsChun-wei Fan2011-02-011-0/+3
| | | | Added x64 configuration for the "install" project
* Bug 636190: Updates to the MSVC Project Files StuffChun-wei Fan2011-01-234-0/+95
| | | | | -Added "build" to SUBDIRS in to ensure the files will be distributed -Added README.txt for Visual c++ 2008 compilation
* Bug 636190: Visual C++ 2008 Project FilesChun-wei Fan2011-01-184-0/+440
These are the Visual C++ 2008 Project Files for building ATK, along with a hand-written config.h.win32(.in) that is used for the purpose. This attempts to create the project files in a way that is similar to what is being now done in GLib and GTK+ *The configure.ac and Makefile.am files are updated so that a config.h.win32 can be expanded with the updated version info with each tarball release. *The atk/Makefile.am file is updated to re-enable the distribution of the expanded atk/atk.rc file and also to enable the creation of build/win32/vs9/atk.vcproj from build/win32/vs9/atk.vcprojin with the correct source file entries in the project file with each tarball release. This commit has been confirmed with Li Yuan and Tor Lillqvist (thank you!)