From 574196697db745c79a469bbe4963aac2bb10ebf1 Mon Sep 17 00:00:00 2001 From: nkorslund Date: Wed, 2 Jul 2008 18:28:15 +0000 Subject: [PATCH] Minor update only relevant for my machine... git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@7 ea6a568a-9f4f-0410-981a-c910a81bb256 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index dc81b8a7d..8ac2e38aa 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ CXX?= g++ CXXFLAGS?= # Replace this path with your OIS include path -OIS_PATH=../../software/include +OIS_PATH=../../../software/include # Compiler settings for Ogre + OIS. Change as needed. OGCC=$(CXX) $(CXXFLAGS) `pkg-config --cflags OGRE` -I$(OIS_PATH)