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
path: root/source
diff options
context:
space:
mode:
authorHans Lambermont <hans@lambermont.dyndns.org>2003-02-17 19:51:16 +0300
committerHans Lambermont <hans@lambermont.dyndns.org>2003-02-17 19:51:16 +0300
commitad625dd508206bddcea4631ecf5d02ec6e5cd733 (patch)
tree1b9fe1c54b52f891fa798d7f7fcf0133a2664fdb /source
parent8ff3cfe8b0567b89beb8762f2ee935577def8944 (diff)
- fix 'debug' target
- add ID and copyrights to top level makefile
Diffstat (limited to 'source')
-rw-r--r--source/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Makefile b/source/Makefile
index 5cc69f41b20..c8669761d45 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -84,7 +84,7 @@ PYPLAYERLIB ?= $(PYLIB)
GRPLIB += $(OCGDIR)/blender/renderconverter/$(DEBUG_DIR)librenderconverter.a
GRPLIB += $(OCGDIR)/blender/render/$(DEBUG_DIR)librender.a
GRPLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libbpython.a
- GRPLIB += $(OCGDIR)/blender/bpython/$(DEBUG_DIR)libfrozen.a
+ GRPLIB += $(OCGDIR)/blender/bpython/libfrozen.a
# nlin: the reason that some libraries appear more than once below is
# to handle circular dependencies in linking among libraries... some