From e692591eea65b20fbabdbcabc49632b2984ed825 Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Thu, 19 Feb 2009 20:10:43 +0000 Subject: [PATCH] set correctly the relative path of the extern directory, so that it fits the one used in the tutorial. SVN revision: 39101 --- legacy/eet/win32/set_env.bat | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/legacy/eet/win32/set_env.bat b/legacy/eet/win32/set_env.bat index 8a6a2e22a3..8717f54906 100644 --- a/legacy/eet/win32/set_env.bat +++ b/legacy/eet/win32/set_env.bat @@ -1,7 +1,7 @@ @echo off rem Set external libraries directory. -set EXT_DIR=%cd%\..\..\..\..\extern +set EXT_DIR=%cd%\..\..\..\extern if not exist %EXT_DIR% ( set EXT_DIR= @@ -15,9 +15,9 @@ set INCLUDE=%EXT_DIR%\include;%INCLUDE% set LIB=%EXT_DIR%\lib;%LIB% rem Add Evil lib path -set EvilInclude=%cd%\..\..\proto\evil\src\lib -set EvilCommon=%cd%\..\..\proto\evil\win32\common -set EvilOut=%cd%\..\..\proto\evil\win32\%PROJECT_TYPE%\out +set EvilInclude=%cd%\..\..\evil\src\lib +set EvilCommon=%cd%\..\..\evil\win32\common +set EvilOut=%cd%\..\..\evil\win32\%PROJECT_TYPE%\out rem Add Eina lib path set EinaInclude=%cd%\..\..\eina\src\include