ソースを参照

Splash now png...

Thomas Buck 12年前
コミット
f00c699581
4個のファイルの変更3行の追加3行の削除
  1. 2
    2
      Cube Control/makefile
  2. 1
    1
      Cube Control/manifest.txt
  3. バイナリ
      Cube Control/splash.jpg
  4. バイナリ
      Cube Control/splash.png

+ 2
- 2
Cube Control/makefile ファイルの表示

@@ -11,10 +11,10 @@ TARGET = unix
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 splash.jpg
14
+INJAR = *.class *.png serialHelper
15 15
 RM = rm
16 16
 else
17
-INJAR = *.class *.png serialHelper.exe splash.jpg
17
+INJAR = *.class *.png serialHelper.exe
18 18
 RM = del
19 19
 endif
20 20
 

+ 1
- 1
Cube Control/manifest.txt ファイルの表示

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

バイナリ
Cube Control/splash.jpg ファイルの表示


バイナリ
Cube Control/splash.png ファイルの表示


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