Check-in [91798780f8]
Not logged in
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
Changes

Modified icfp-96533632.tgz from [943329c30072989f] to [570d6534801f984c].

cannot compute difference between binary files

Modified make-submission from [bd7a911c141ae544] to [f900dd5fb0eee1fd].

1 #!/bin/sh 1 #!/bin/sh > 2 cd src > 3 make > 4 mv lifter ../submission/lifter > 5 make clean > 6 cd .. 2 rm -rf submission/src 7 rm -rf submission/src 3 cp -r src submission/src 8 cp -r src submission/src 4 tar czf icfp-96533632.tgz submission 9 tar czf icfp-96533632.tgz submission

Modified src/Makefile from [de085b8055253640] to [6a3a85034044348b].

8 cui: 8 cui: 9 dmd -O -release -inline -oflifter main.d driver.d game.d output.d solver 9 dmd -O -release -inline -oflifter main.d driver.d game.d output.d solver 10 10 11 gui: 11 gui: 12 dmd -O -release -inline -ofgui gui_main.d gui.d driver.d game.d output.d 12 dmd -O -release -inline -ofgui gui_main.d gui.d driver.d game.d output.d 13 13 14 clean: 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