From 58edb7bfb864b797faa25f46762506fa574abd65 Mon Sep 17 00:00:00 2001 From: yhirose Date: Wed, 5 Aug 2015 11:55:32 -0400 Subject: [PATCH] Fixed build error. --- language/pl0/pl0.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/pl0/pl0.vcxproj b/language/pl0/pl0.vcxproj index c746807..48be9c9 100644 --- a/language/pl0/pl0.vcxproj +++ b/language/pl0/pl0.vcxproj @@ -59,7 +59,7 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - .. + ../.. Console @@ -76,7 +76,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - .. + ../.. Console