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>2007-03-26 00:17:32 +0400
committerChris Want <cwant@ualberta.ca>2007-03-26 00:17:32 +0400
commit8d4f2f9fe1e6cd4e162741e7dc879c8e2dc5b235 (patch)
tree2284db354a7333248f52bb9eaec28f898b955373 /source/blender/nodes/intern/CMP_nodes/Makefile
parent96073e5c3db2ef5daf60b51e37417d894c75bf24 (diff)
Compiles and links for the blender executable. Somebody else can
deal with stubs/linking for blenderplayer (I wish people would plan these 'libraries' better).
Diffstat (limited to 'source/blender/nodes/intern/CMP_nodes/Makefile')
-rw-r--r--source/blender/nodes/intern/CMP_nodes/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/nodes/intern/CMP_nodes/Makefile b/source/blender/nodes/intern/CMP_nodes/Makefile
index 87cc6a02810..f4de13f2825 100644
--- a/source/blender/nodes/intern/CMP_nodes/Makefile
+++ b/source/blender/nodes/intern/CMP_nodes/Makefile
@@ -31,7 +31,7 @@
#
#
-LIBNAME = nodes
+LIBNAME = nodes_cmp
DIR = $(OCGDIR)/blender/$(LIBNAME)
include nan_compile.mk