Revision: 19622
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19622
Author:   blendix
Date:     2009-04-09 15:32:14 +0200 (Thu, 09 Apr 2009)

Log Message:
-----------
RNA: makefiles aren't working correct on Mac currently,
temporary workaround.

Modified Paths:
--------------
    branches/blender2.5/blender/source/blender/makesrna/intern/Makefile

Modified: branches/blender2.5/blender/source/blender/makesrna/intern/Makefile
===================================================================
--- branches/blender2.5/blender/source/blender/makesrna/intern/Makefile 
2009-04-09 13:20:48 UTC (rev 19621)
+++ branches/blender2.5/blender/source/blender/makesrna/intern/Makefile 
2009-04-09 13:32:14 UTC (rev 19622)
@@ -77,7 +77,7 @@
 # we want the .o's to be in the makesrna/ directory, but the
 # .c's are in the editors/*/ directories
 
-$(DIR)/$(DEBUG_DIR)%_api.o: ../../editors/*/%_api.c
+$(DIR)/$(DEBUG_DIR)%_api.o: ../../editors/interface/*_api.c
     ifdef NAN_DEPEND
        @set -e; $(CC) -M $(CPPFLAGS) $< 2>/dev/null \
                | sed 's...@\($*\)\.o[ :]...@$(DIR)/$(DEBUG_DIR)\1.o : @g' \


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to