aboutsummaryrefslogtreecommitdiff
path: root/Win32Depends.cmake
Commit message (Collapse)AuthorAgeFilesLines
* Update links in Win32Depends.cmake.Přemysl Janouch2011-02-201-4/+4
|
* Update json-glib checksums.Přemysl Janouch2011-02-121-2/+2
| | | | The files have been rebuilt or repacked.
* Change the way translations are done.Přemysl Janouch2011-02-121-2/+4
| | | | | * Require gettext-tools to build. * Depend on libintl on Win32.
* Fix Win32Depends.cmake.Přemysl Janouch2011-02-071-1/+2
| | | | I've known about this all the time, hoping it's not a problem.
* Use MD5 checksums in Win32Depends.cmake.Přemysl Janouch2011-02-041-5/+36
|
* Update package links in Win32Depends.cmake.Přemysl Janouch2011-01-271-2/+2
|
* Integrate support for MinGW Win32 builds.Přemysl Janouch2011-01-221-0/+137
* Add Win32Depends.cmake, which retrieves all dependencies from the Internet. Other ways of building the application on Win32 are not supported. * Install the application correctly on Win32. * Make FindGTK2.cmake search for GIO. * Make the project a C-only project, so g++ is not needed. * Remove obsolete checks for strtok(). * Set WIN32_EXECUTABLE on the application.