1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-07 12:54:00 +00:00

Minor update only relevant for my machine...

git-svn-id: https://openmw.svn.sourceforge.net/svnroot/openmw/trunk@7 ea6a568a-9f4f-0410-981a-c910a81bb256
This commit is contained in:
nkorslund 2008-07-02 18:28:15 +00:00
parent ab0f3cd03f
commit 574196697d

View File

@ -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)