diff options
| author | Simon Tatham <anakin@pobox.com> | 2007-02-04 14:35:23 +0000 |
|---|---|---|
| committer | Simon Tatham <anakin@pobox.com> | 2007-02-04 14:35:23 +0000 |
| commit | ac72b6e1480822433bafd1659ceeeefdaf91f78b (patch) | |
| tree | a15f54fca3a76027cd12feeaea265d5d34b7fb14 /Buildscr | |
| parent | 19a298baf4b7f9b93b478fedd7d08ecd6ea8dc09 (diff) | |
| download | puzzles-ac72b6e1480822433bafd1659ceeeefdaf91f78b.zip puzzles-ac72b6e1480822433bafd1659ceeeefdaf91f78b.tar.gz puzzles-ac72b6e1480822433bafd1659ceeeefdaf91f78b.tar.bz2 puzzles-ac72b6e1480822433bafd1659ceeeefdaf91f78b.tar.xz | |
Reinstate the icons in the Windows binaries.
[originally from svn r7217]
Diffstat (limited to 'Buildscr')
| -rw-r--r-- | Buildscr | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ in puzzles do make # Now build the screenshots and icons. in puzzles/icons do xvfb-run make web winicons gtkicons +# Re-run mkfiles.pl now that it knows the icons are there. +in puzzles do perl mkfiles.pl + # Destroy the local binaries, mostly to avoid wasting network # bandwidth by transferring them to the delegate servers. in puzzles do make clean |