From 9e38ec2506f54a5d5c9c1e8d393309be48032df3 Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Tue, 6 Oct 2009 17:01:00 +0000 Subject: Add raytrace subdir to Makefiles. The makefile is a copy of the source one, not tuned, just to unbreak build. This raises some questions: why separate dirs? why each build system takes a different approach (different libs vs all source files into one)? --- source/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'source/Makefile') diff --git a/source/Makefile b/source/Makefile index 45a15e822dc..4347c79bc79 100644 --- a/source/Makefile +++ b/source/Makefile @@ -83,6 +83,7 @@ GRPLIB += $(NAN_BOOLOP)/lib/$(DEBUG_DIR)libboolop.a GRPLIB += $(NAN_GHOST)/lib/$(DEBUG_DIR)libghost.a GRPLIB += $(NAN_STRING)/lib/$(DEBUG_DIR)libstring.a GRPLIB += $(OCGDIR)/blender/render/$(DEBUG_DIR)librender.a +GRPLIB += $(OCGDIR)/blender/render/$(DEBUG_DIR)librender_raytrace.a # nlin: the reason that some libraries appear more than once below is # to handle circular dependencies in linking among libraries... some -- cgit v1.2.3