From 2f5f87119d4f9f3f2ccb177da1c0ac9da55611c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 22 Jan 2011 13:13:05 +0100 Subject: Integrate support for MinGW Win32 builds. * 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. --- config.h.in | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index cf460e8..a51203c 100644 --- a/config.h.in +++ b/config.h.in @@ -22,10 +22,6 @@ #cmakedefine HAVE_SANE___RESTRICT #cmakedefine HAVE_RESTRICT -#cmakedefine HAVE_STRTOK_R -#cmakedefine HAVE_STRTOK_S -#cmakedefine HAVE_THREADSAFE_STRTOK - #cmakedefine HAVE_GETTEXT @@ -52,13 +48,5 @@ #endif #endif /* ! HAVE_SANE___RESTRICT */ -#ifndef HAVE_STRTOK_R - #ifdef HAVE_STRTOK_S - #define strtok_r strtok_s - #elif defined(HAVE_THREADSAFE_STRTOK) - #define strtok_r(a, b, c) strtok(a, b) - #endif -#endif /* ! HAVE_STRTOK_R */ - #endif /* __CONFIG_H__ */ -- cgit v1.2.3