浏览代码

Added Splashscreen... (2 min of work, inclusive googling!)

Max Nuding 12 年前
父节点
当前提交
b6ffb07c17
共有 3 个文件被更改,包括 3 次插入2 次删除
  1. 2
    2
      Cube Control/makefile
  2. 1
    0
      Cube Control/manifest.txt
  3. 二进制
      Cube Control/splash.jpg

+ 2
- 2
Cube Control/makefile 查看文件

@@ -11,10 +11,10 @@ TARGET = win
11 11
 JAVAFILES = HelperUtility.java AnimationUtility.java Animation.java AFrame.java cubeWorker.java layerEditFrame.java Led3D.java Frame.java
12 12
 
13 13
 ifeq ($(TARGET),unix)
14
-INJAR = *.class *.png serialHelper
14
+INJAR = *.class *.png serialHelper splash.jpg
15 15
 RM = rm
16 16
 else
17
-INJAR = *.class *.png serialHelper.exe
17
+INJAR = *.class *.png serialHelper.exe splash.jpg
18 18
 RM = del
19 19
 endif
20 20
 

+ 1
- 0
Cube Control/manifest.txt 查看文件

@@ -1 +1,2 @@
1 1
 Main-Class: Frame
2
+Splashscreen-Image: splash.jpg

二进制
Cube Control/splash.jpg 查看文件


正在加载...
取消
保存