mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-09 12:42:11 +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
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 New Issue
Block a user