Commit 9e3fb41c5c89c522d062f7cc6722180cf1bedc33
1 parent
e443682e
print the generator version and current directory
Showing
2 changed files
with
3 additions
and
2 deletions
Show diff stats
hayamiki_generator.ide renamed to hayamiki_generator.1.14.ide
src/generation/files.anubis
| ... | ... | @@ -254,8 +254,9 @@ define Maybe(One) |
| 254 | 254 | |
| 255 | 255 | //process. We serialize the database model and make SHA1 of the result. This result is stored in file hayamiki.ini |
| 256 | 256 | //in root of destination_dir |
| 257 | - | |
| 258 | - println("\nHayamiki Generator"); | |
| 257 | + with cur_dir = get_current_directory, | |
| 258 | + println("\nHayamiki Generator 1.14"); | |
| 259 | + println("current dir :"+cur_dir); | |
| 259 | 260 | println("Destination dir: "+destination_dir); |
| 260 | 261 | with ini = loadIniFile(destination_dir+"/hayamiki.ini"), |
| 261 | 262 | ... | ... |