From 78cb0cd504c27694cdffdf990656943540cca577 Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 7 Nov 2012 22:22:49 +0000 Subject: Prevent mir_core.dll interaction with unneeded programs git-svn-id: http://svn.miranda-ng.org/main/trunk@2241 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SmileyAdd/SmileyAdd_10.vcxproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/SmileyAdd') diff --git a/plugins/SmileyAdd/SmileyAdd_10.vcxproj b/plugins/SmileyAdd/SmileyAdd_10.vcxproj index 3cccb18b07..081b576834 100644 --- a/plugins/SmileyAdd/SmileyAdd_10.vcxproj +++ b/plugins/SmileyAdd/SmileyAdd_10.vcxproj @@ -92,7 +92,7 @@ false true $(IntDir)$(TargetName).lib - gdiplus.dll;%(DelayLoadDLLs) + mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin10\lib @@ -118,7 +118,7 @@ true $(IntDir)$(TargetName).lib Windows - gdiplus.dll;%(DelayLoadDLLs) + mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin10\lib @@ -151,7 +151,7 @@ $(IntDir)$(TargetName).lib true Windows - gdiplus.dll;%(DelayLoadDLLs) + mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% @@ -184,7 +184,7 @@ $(IntDir)$(TargetName).lib true Windows - gdiplus.dll;%(DelayLoadDLLs) + mir_core.dll;gdiplus.dll;%(DelayLoadDLLs) $(ProfileDir)..\..\bin10\lib /PDBALTPATH:%_PDB% -- cgit v1.2.3