updated Makefile and magarena.xml to reflect the change in filename

master
melvin 2011-05-25 10:22:08 +08:00
parent a5ead78c33
commit 467c2d573c
2 changed files with 5 additions and 6 deletions

View File

@ -11,14 +11,13 @@ jar: $(MAG)
exe: $(EXE)
$(MAG): $(SRC)
-ant
# -cp release/Magarena.jar $(MAG)
ant
tags: $(SRC)
ctags -R .
$(EXE): $(MAG)
cd launch4j; ./launch4j ../release/arena.xml
cd launch4j; ./launch4j ../release/magarena.xml
clean:
ant clean

View File

@ -12,7 +12,7 @@
<customProcName>false</customProcName>
<stayAlive>false</stayAlive>
<manifest></manifest>
<icon>arena.ico</icon>
<icon>magarena.ico</icon>
<jre>
<path></path>
<minVersion>1.6.0</minVersion>
@ -22,9 +22,9 @@
<maxHeapSize>256</maxHeapSize>
</jre>
<splash>
<file>arena.bmp</file>
<file>magarena.bmp</file>
<waitForWindow>true</waitForWindow>
<timeout>60</timeout>
<timeoutErr>true</timeoutErr>
</splash>
</launch4jConfig>
</launch4jConfig>