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:
-rw-r--r--source/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/Makefile b/source/Makefile
index f67c1cfedaf..66812ac648b 100644
--- a/source/Makefile
+++ b/source/Makefile
@@ -405,9 +405,9 @@ ifeq ($(OS),windows)
BINTARGETS += blenderdynplayer
BINTARGETS += plugin
- PULIB += $(OCGDIR)/blender/icons/$(DEBUG_DIR)winpublisher.res
+ PULIB += $(OCGDIR)/blender/icons/$(DEBUG_DIR)winblender.res
PULIB += $(NAN_ZLIB)/lib/libz.a
- SPLIB += $(OCGDIR)/blender/icons/$(DEBUG_DIR)winplayer.res
+ SPLIB += $(OCGDIR)/blender/icons/$(DEBUG_DIR)winblender.res
SPLIB += $(NAN_ZLIB)/lib/libz.a
ifdef NAN_PLAYERSTATIC