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:
authorSimon Clitherow <aphex@nildram.co.uk>2003-05-12 00:58:41 +0400
committerSimon Clitherow <aphex@nildram.co.uk>2003-05-12 00:58:41 +0400
commit9ffc4e7be51b04a2820b030703f270236cfffe05 (patch)
tree662a8a36185bd076a483dbf2357e2a5799691769 /source/Makefile
parent92b017f3cea22dce6fea3187a0f6fb07befc795c (diff)
cygwin build now uses Matt Ebb's new blender icon
Diffstat (limited to 'source/Makefile')
-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