mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-03 20:39:40 +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:
parent
ab0f3cd03f
commit
574196697d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -5,7 +5,7 @@ CXX?= g++
|
||||||
CXXFLAGS?=
|
CXXFLAGS?=
|
||||||
|
|
||||||
# Replace this path with your OIS include path
|
# Replace this path with your OIS include path
|
||||||
OIS_PATH=../../software/include
|
OIS_PATH=../../../software/include
|
||||||
|
|
||||||
# Compiler settings for Ogre + OIS. Change as needed.
|
# Compiler settings for Ogre + OIS. Change as needed.
|
||||||
OGCC=$(CXX) $(CXXFLAGS) `pkg-config --cflags OGRE` -I$(OIS_PATH)
|
OGCC=$(CXX) $(CXXFLAGS) `pkg-config --cflags OGRE` -I$(OIS_PATH)
|
||||||
|
|
Loading…
Reference in a new issue