Browse Source

Splash now png...

Thomas Buck 13 years ago
parent
commit
f00c699581
4 changed files with 3 additions and 3 deletions
  1. 2
    2
      Cube Control/makefile
  2. 1
    1
      Cube Control/manifest.txt
  3. BIN
      Cube Control/splash.jpg
  4. BIN
      Cube Control/splash.png

+ 2
- 2
Cube Control/makefile View File

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

+ 1
- 1
Cube Control/manifest.txt View File

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

BIN
Cube Control/splash.jpg View File


BIN
Cube Control/splash.png View File


Loading…
Cancel
Save