From 6dad63b93608bfd938fd3326bdddee6a230055fa Mon Sep 17 00:00:00 2001 From: simonmar Date: Mon, 15 Jul 2002 12:25:24 +0000 Subject: [PATCH] [project @ 2002-07-15 12:25:24 by simonmar] Remove duplication in the extra_libraries list for mingw32 --- base.conf.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/base.conf.in b/base.conf.in index 46d92fc..c490b41 100644 --- a/base.conf.in +++ b/base.conf.in @@ -28,9 +28,6 @@ Package { #ifdef mingw32_TARGET_OS , "wsock32", "msvcrt", "kernel32", "user32" #endif -#ifdef mingw32_TARGET_OS - , "kernel32", "user32" -#endif ], #ifdef INSTALLING include_dirs = [], -- 1.7.10.4