I autmated the rest of building libfrozen.a

I also moved it so that it gets put in:
 $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libfrozen.a

and removed the stuff from the readme on how to do it by hand.

(I made one other small change and that was to comment
out the ssr target on solaris and freebsd in source/Makefile
I forgot to commit it yesterday)

Kent
--
mein@cs.umn.edu
This commit is contained in:
2002-11-07 17:47:15 +00:00
parent 2c183d2da7
commit e46a6d2611
5 changed files with 21 additions and 17 deletions

View File

@@ -44,17 +44,18 @@ ifeq ($(OS),windows)
DIRS += icons
endif
ifeq ($(OS),solaris)
ifeq ($(CPU),sparc)
DIRS += ssr
endif
endif
ifeq ($(OS),freebsd)
ifeq ($(OS_VERSION),4.5)
DIRS += ssr
endif
endif
# Commented out by mein this is the moble phone stuff.
#ifeq ($(OS),solaris)
# ifeq ($(CPU),sparc)
# DIRS += ssr
# endif
#endif
#
#ifeq ($(OS),freebsd)
# ifeq ($(OS_VERSION),4.5)
# DIRS += ssr
# endif
#endif
########## buildinfo kludge ###################
CPPFLAGS += -I../Physics/common
@@ -98,7 +99,7 @@ PYPLAYERLIB ?= $(PYLIB)
GRCLIB += $(OCGDIR)/blender/renderconverter/$(DEBUG_DIR)librenderconverter.a
GRCLIB += $(OCGDIR)/blender/render/$(DEBUG_DIR)librender.a
GRCLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libbpython.a
GRCLIB += $(NAN_PYTHON)/frozen/libfrozen.a
GRCLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libfrozen.a
GRPLIB = $(OCGDIR)/creator/$(DEBUG_DIR)libcreator.a
GRPLIB += $(OCGDIR)/blender/src/$(DEBUG_DIR)libsrcpublisher.a