From cabcc83ac5c274e4f52ffbe50e43ac8fdd1347a2 Mon Sep 17 00:00:00 2001 From: refraction Date: Fri, 1 Jun 2012 18:18:14 +0000 Subject: [PATCH] Not sure if it was just me who had this issue but Lilypad didn't have the Directx SDK lib/include paths in the VC Directories, causing it not to build. Now it has :P git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5258 96395faa-99c1-11dd-bbfe-3dabce05a288 --- plugins/LilyPad/LilyPad.vcxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/LilyPad/LilyPad.vcxproj b/plugins/LilyPad/LilyPad.vcxproj index 2d6a570600..d5d237f2e2 100644 --- a/plugins/LilyPad/LilyPad.vcxproj +++ b/plugins/LilyPad/LilyPad.vcxproj @@ -140,6 +140,8 @@ AllRules.ruleset + $(DXSDK_DIR)\Lib\x86;$(LibraryPath) + $(DXSDK_DIR)\include;$(IncludePath)