Skip to content

Commit

Permalink
Building new icons and splash screen.
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Luc Paour committed Nov 11, 2002
1 parent 9b5ec45 commit ae6d6b7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.xml
Expand Up @@ -22,7 +22,9 @@
listfiles="on" debug="on" source="1.3" />

<!-- other files needed -->
<copy file="${src}/remoteAbout.gif" todir="${build}" />
<copy file="${src}/rar_about_gr1.png" todir="${build}" />
<copy file="${src}/rar_icon_32.gif" todir="${build}" />
<copy file="${src}/rar_icon_16.gif" todir="${build}" />
</target>

<target name="run" depends="compile"
Expand Down

0 comments on commit ae6d6b7

Please sign in to comment.