ソースを参照

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 ファイルの表示


読み込み中…
キャンセル
保存