Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change the way translations are done. | Přemysl Janouch | 2011-02-12 | 1 | -2/+4 |
| | | | | | * Require gettext-tools to build. * Depend on libintl on Win32. | ||||
* | Fix Win32Depends.cmake. | Přemysl Janouch | 2011-02-07 | 1 | -1/+2 |
| | | | | I've known about this all the time, hoping it's not a problem. | ||||
* | Use MD5 checksums in Win32Depends.cmake. | Přemysl Janouch | 2011-02-04 | 1 | -5/+36 |
| | |||||
* | Update package links in Win32Depends.cmake. | Přemysl Janouch | 2011-01-27 | 1 | -2/+2 |
| | |||||
* | Integrate support for MinGW Win32 builds. | Přemysl Janouch | 2011-01-22 | 1 | -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. |