changed: #bc_dot_mak_stx_resource_rules
authorClaus Gittinger <cg@exept.de>
Mon, 16 Nov 2009 17:07:33 +0100
changeset 12542 361ef912b274
parent 12541 c983236a68f8
child 12543 0ccfdbd164d6
changed: #bc_dot_mak_stx_resource_rules
ApplicationDefinition.st
--- a/ApplicationDefinition.st	Mon Nov 16 14:24:26 2009 +0100
+++ b/ApplicationDefinition.st	Mon Nov 16 17:07:33 2009 +0100
@@ -1737,9 +1737,9 @@
 d_win32.rc: $(TOP)\projects\smalltalk\d_win32.rc
         copy $(TOP)\projects\smalltalk\d_win32.rc *.*
 
-stx_STYLES: resources\stx\libview\NUL
-        -copy $(TOP)\libview\styles\*.style resources\stx\libview\*.*
-        -copy $(TOP)\libview\styles\*.common resources\stx\libview\*.*
+stx_STYLES: resources\stx\libview\NUL resources\stx\libview\styles\NUL
+        -copy $(TOP)\libview\styles\*.style resources\stx\libview\styles\*.*
+        -copy $(TOP)\libview\styles\*.common resources\stx\libview\styles\*.*
 
 stx_BITMAPS: \
         libwidg_BITMAPS
@@ -1756,10 +1756,8 @@
 libtool2_RESOURCES: resources\stx\libtool2\NUL
         -copy $(TOP)\libtool2\resources\*.rs resources\stx\libtool2\*.*
 
-libview_RESOURCES: resources\stx\libview\NUL resources\stx\libview\styles\NUL
+libview_RESOURCES: resources\stx\libview\NUL 
         -copy $(TOP)\libview\resources\*.rs 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\*.*
@@ -2625,9 +2623,9 @@
 !ApplicationDefinition class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.153 2009-11-16 13:24:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.154 2009-11-16 16:07:33 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.153 2009-11-16 13:24:13 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libbasic/ApplicationDefinition.st,v 1.154 2009-11-16 16:07:33 cg Exp $'
 ! !