specs/stx-jv.rbspec
changeset 16 059275c44081
parent 14 a06f34a18af0
child 19 f98626b9ca2d
--- a/specs/stx-jv.rbspec	Thu May 26 22:31:42 2016 +0100
+++ b/specs/stx-jv.rbspec	Fri May 27 12:37:08 2016 +0100
@@ -100,20 +100,6 @@
       end
     end
 
-    if win32?
-      task :'checkout:post' do
-        rm_f BUILD_DIR / 'stx' / 'projects' / 'smalltalk' / 'stx_splash.bmp'
-      end
-
-      file BUILD_DIR / 'stx' / 'projects' / 'smalltalk' / 'stx_splash.bmp' do
-        cp BUILD_DIR / 'misc' / 'distutils' / 'src' / 'lib' / "splash-smalltalkx-#{project.app_version.split(".")[0..2].join(".")}.bmp",
-           BUILD_DIR / 'stx' / 'projects' / 'smalltalk' / 'stx_splash.bmp'
-      end
-
-      task "stx:projects/smalltalk" => BUILD_DIR / 'stx' / 'projects' / 'smalltalk' / 'stx_splash.bmp'
-
-    end
-
     # Try execute run the VM if it starts up
     task :'compile:post' do
       if PROJECT == 'stx:jv-branch' then