From adeb42a6ac9ee05c8edc8abf86d426d39d650dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20K=C3=B6hnenkamp?= Date: Wed, 22 Aug 2018 22:33:33 +0200 Subject: [PATCH] Fix mistake Use macro and relative paths. --- msvc/pastry_crunch/pastry_crunch/pastry_crunch.vcxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/msvc/pastry_crunch/pastry_crunch/pastry_crunch.vcxproj b/msvc/pastry_crunch/pastry_crunch/pastry_crunch.vcxproj index 97656ea..088fefc 100644 --- a/msvc/pastry_crunch/pastry_crunch/pastry_crunch.vcxproj +++ b/msvc/pastry_crunch/pastry_crunch/pastry_crunch.vcxproj @@ -92,7 +92,7 @@ Level3 Disabled WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) - C:\Users\cva\Documents\GitHub\bakery-street-game\inc;%(AdditionalIncludeDirectories) + $(ProjectDir)\..\..\..\inc;%(AdditionalIncludeDirectories) Console @@ -122,7 +122,7 @@ true true WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) - C:\Users\cva\Documents\GitHub\bakery-street-game\inc;%(AdditionalIncludeDirectories) + $(ProjectDir)\..\..\..\inc;%(AdditionalIncludeDirectories) Console