From 962e2bf45e91d45f9bac6f4da36303465fbd6804 Mon Sep 17 00:00:00 2001 From: Jerome St-Louis Date: Mon, 5 Nov 2012 03:36:53 -0500 Subject: [PATCH 1/1] ear/extract: Put back missing gdi32 library link --- ear/extract/Makefile | 3 ++- ear/extract/extract.epj | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ear/extract/Makefile b/ear/extract/Makefile index 741cf35..db351be 100755 --- a/ear/extract/Makefile +++ b/ear/extract/Makefile @@ -132,7 +132,8 @@ ifndef STATIC_LIBRARY_TARGET LIBS += \ $(call _L,mpr) \ $(call _L,winmm) \ - $(call _L,imm32) + $(call _L,imm32) \ + $(call _L,gdi32) endif else diff --git a/ear/extract/extract.epj b/ear/extract/extract.epj index 2579bdb..97d488a 100644 --- a/ear/extract/extract.epj +++ b/ear/extract/extract.epj @@ -66,7 +66,8 @@ "Libraries" : [ "mpr", "winmm", - "imm32" + "imm32", + "gdi32" ] } } @@ -124,7 +125,8 @@ "Libraries" : [ "mpr", "winmm", - "imm32" + "imm32", + "gdi32" ] } }, -- 1.8.3.1