From ad527b7a7bdbbd74ea47d5a93073edea404888f5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Thu, 15 May 2008 13:49:39 +0000 Subject: added example of how to change the colors of the theming from a patch svn path=/trunk/; revision=9808 --- externals/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/externals/Makefile b/externals/Makefile index b7582a7e..158ebdf6 100644 --- a/externals/Makefile +++ b/externals/Makefile @@ -1061,9 +1061,9 @@ hcs_install: hcs # install -d $(readmesdir) # install -p $(externals_src)/hcs/README \ # $(readmesdir)/$(HCS_NAME).txt -# install -d $(examplesdir)/$(HCS_NAME) -# install -p $(externals_src)/hcs/examples/*.pd \ -#g $(examplesdir)/$(HCS_NAME) + install -d $(examplesdir)/$(HCS_NAME) + install -p $(externals_src)/hcs/examples/*.pd \ + $(examplesdir)/$(HCS_NAME) hcs_clean: -rm -f -- $(HCS_OBJECTS:.c=.$(EXTENSION)) -- cgit v1.2.1