# HG changeset patch # User Claus Gittinger # Date 1258377853 -3600 # Node ID 59f1fe7e61c8de52c384fe21802474bf46d0086e # Parent 38d1c0bf34a29b256a60dbe92958d40093708760 changed: #bc_dot_mak_stx_resource_rules #make_dot_proto_stx_resource_rules copy styles to the resources\styles subdir diff -r 38d1c0bf34a2 -r 59f1fe7e61c8 ApplicationDefinition.st --- a/ApplicationDefinition.st Mon Nov 16 14:18:39 2009 +0100 +++ b/ApplicationDefinition.st Mon Nov 16 14:24:13 2009 +0100 @@ -1756,10 +1756,10 @@ libtool2_RESOURCES: resources\stx\libtool2\NUL -copy $(TOP)\libtool2\resources\*.rs resources\stx\libtool2\*.* -libview_RESOURCES: resources\stx\libview\NUL +libview_RESOURCES: resources\stx\libview\NUL resources\stx\libview\styles\NUL -copy $(TOP)\libview\resources\*.rs resources\stx\libview\*.* - -copy $(TOP)\libview\styles\*.style resources\stx\libview\*.* - -copy $(TOP)\libview\styles\*.common resources\stx\libview\*.* + -copy $(TOP)\libview\styles\*.style resources\stx\libview\styles\*.* + -copy $(TOP)\libview\styles\*.common resources\stx\libview\styles\*.* libview2_RESOURCES: resources\stx\libview2\NUL -copy $(TOP)\libview2\resources\*.rs resources\stx\libview2\*.* @@ -1776,6 +1776,9 @@ resources\stx\libview\NUL: resources\stx\NUL mkdir resources\stx\libview +resources\stx\libview\styles\NUL: resources\stx\libview\NUL + mkdir resources\stx\libview\styles + resources\stx\libview2\NUL: resources\stx\NUL mkdir resources\stx\libview2 @@ -2100,7 +2103,9 @@ stx_STYLES: mkdir -p resources/stx/libview - cp $(TOP)/libview/styles/mswindows* resources/stx/libview + mkdir -p resources/stx/libview/styles + cp $(TOP)/libview/styles/*.common resources/stx/libview/styles + cp $(TOP)/libview/styles/*.style resources/stx/libview/styles stx_BITMAPS: \ libwidg_BITMAPS @@ -2620,9 +2625,9 @@ !ApplicationDefinition class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.152 2009-11-15 22:14:01 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.153 2009-11-16 13:24:13 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.152 2009-11-15 22:14:01 stefan Exp $' + ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.153 2009-11-16 13:24:13 cg Exp $' ! !