Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Want <cwant@ualberta.ca>2004-10-28 21:29:03 +0400
committerChris Want <cwant@ualberta.ca>2004-10-28 21:29:03 +0400
commit8c0b126bc2f9549eaae59f056f78812540c670a6 (patch)
tree8f51dc7f477a65f42bac467b90e31e405ba2e43a /source/gameengine/GamePlayer
parente2f33871bee0c876f7dc418412b68f7316121d86 (diff)
Related to gameplayer png bug: cygwin needs to find the zlib library
too. (Thanks Richie)
Diffstat (limited to 'source/gameengine/GamePlayer')
-rw-r--r--source/gameengine/GamePlayer/common/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/GamePlayer/common/Makefile b/source/gameengine/GamePlayer/common/Makefile
index 660858b6151..5b61fb4f902 100644
--- a/source/gameengine/GamePlayer/common/Makefile
+++ b/source/gameengine/GamePlayer/common/Makefile
@@ -54,6 +54,7 @@ CPPFLAGS += -I$(NAN_MOTO)/include
CPPFLAGS += -I$(NAN_SUMO)/include
CPPFLAGS += -I$(NAN_SOLID)/include
CPPFLAGS += -I$(NAN_PNG)/include
+CPPFLAGS += -I$(NAN_ZLIB)/include
CPPFLAGS += -I$(NAN_PYTHON)/include/python$(NAN_PYTHON_VERSION)
CPPFLAGS += -I$(NAN_BMFONT)/include