aboutsummaryrefslogtreecommitdiff
path: root/Win32Depends.cmake
Commit message (Collapse)AuthorAgeFilesLines
* 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.