Overview
SHA1 Hash: | 91798780f805273658178690a51b388f765e4260 |
---|---|
Date: | 2012-07-16 14:38:23 |
User: | kinaba |
Comment: | Prepare submission. |
Timelines: | family | ancestors | descendants | both | trunk |
Diffs: | redesign |
Downloads: | Tarball | ZIP archive |
Other Links: | files | file ages | manifest |
Tags And Properties
- branch=trunk inherited from [16f0b5784f]
- sym-trunk inherited from [16f0b5784f]
Changes
Modified icfp-96533632.tgz from [943329c30072989f] to [570d6534801f984c].
cannot compute difference between binary files
Modified make-submission from [bd7a911c141ae544] to [f900dd5fb0eee1fd].
1 1 #!/bin/sh 2 +cd src 3 +make 4 +mv lifter ../submission/lifter 5 +make clean 6 +cd .. 2 7 rm -rf submission/src 3 8 cp -r src submission/src 4 9 tar czf icfp-96533632.tgz submission
Modified src/Makefile from [de085b8055253640] to [6a3a85034044348b].
8 8 cui: 9 9 dmd -O -release -inline -oflifter main.d driver.d game.d output.d solver.d util.d 10 10 11 11 gui: 12 12 dmd -O -release -inline -ofgui gui_main.d gui.d driver.d game.d output.d solver.d util.d 13 13 14 14 clean: 15 - rm *.obj *.o *.exe *.deps 15 + rm -f *.obj *.o *.exe *.deps
Modified submission/lifter from [5103f55f5323fb3f] to [fd8f637022eb131f].
cannot compute difference between binary files