- fix 'debug' target

- add ID and copyrights to top level makefile
This commit is contained in:
Hans Lambermont
2003-02-17 16:51:16 +00:00
parent 8ff3cfe8b0
commit ad625dd508
4 changed files with 40 additions and 2 deletions

View File

@@ -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