Commit 7ef73e651891247f13e0faa9bb7440d10146a116
1 parent
9980beec
no message
Showing
3 changed files
with
16 additions
and
15 deletions
Show diff stats
anubis_dev/library/compil_all.anubis
| ... | ... | @@ -30,6 +30,7 @@ read examples/saturate_example.anubis |
| 30 | 30 | read examples/syracuse.anubis |
| 31 | 31 | read examples/try_protect.anubis |
| 32 | 32 | read examples/watt.anubis |
| 33 | +read examples/cryptography/sha1.anubis | |
| 33 | 34 | read examples/graphism/diaporama.anubis |
| 34 | 35 | read examples/graphism/paint.anubis |
| 35 | 36 | read examples/graphism/paint2.anubis |
| ... | ... | @@ -43,7 +44,6 @@ read examples/network/port_scan.anubis |
| 43 | 44 | read examples/network/try_dns.anubis |
| 44 | 45 | read examples/network/upload.anubis |
| 45 | 46 | |
| 46 | -read cryptography/sha1.anubis | |
| 47 | 47 | |
| 48 | 48 | read data_base/import_csv.anubis |
| 49 | 49 | read data_base/sdbms.anubis | ... | ... |
anubis_dev/library/install_released_files.bat
| ... | ... | @@ -75,4 +75,4 @@ copy .\web\mime.anubis C:\Anubis_dev\anubis_distrib\lib |
| 75 | 75 | copy .\web\multihost_http_server.anubis C:\Anubis_dev\anubis_distrib\library\web\multihost_http_server.anubis |
| 76 | 76 | copy .\web\read_html.anubis C:\Anubis_dev\anubis_distrib\library\web\read_html.anubis |
| 77 | 77 | |
| 78 | -copy .\compil_all.anubis C:\Anubis_dev\anubis_distrib\library\web\compil_all.anubis | |
| 79 | 78 | \ No newline at end of file |
| 79 | +copy .\compil_all.anubis C:\Anubis_dev\anubis_distrib\library\compil_all.anubis | |
| 80 | 80 | \ No newline at end of file | ... | ... |
anubis_distrib/library/compil_all.anubis
| 1 | 1 | |
| 2 | - *Project: Anubis | |
| 2 | + *Project* The Anubis Project | |
| 3 | 3 | |
| 4 | - *Title: Automatic generation of all library source files. | |
| 4 | + *Title* Automatic generation of all library source files. | |
| 5 | 5 | |
| 6 | - *Copyright: Copyright (c) Alain Prouté 2005. | |
| 6 | + *Copyright* Copyright (c) Alain Prouté 2005. | |
| 7 | 7 | |
| 8 | + | |
| 9 | + *Author* Alain Prouté | |
| 8 | 10 | |
| 9 | - | |
| 10 | - | |
| 11 | + | |
| 11 | 12 | *Created: 2006 01 02 |
| 12 | 13 | *Author: David René |
| 13 | 14 | |
| ... | ... | @@ -25,24 +26,24 @@ read examples/mkdir_test.anubis |
| 25 | 26 | read examples/OOCounter.cpp |
| 26 | 27 | read examples/peano.anubis |
| 27 | 28 | read examples/restart.anubis |
| 28 | -read examples/runge_kutta.anubis | |
| 29 | 29 | read examples/saturate_example.anubis |
| 30 | 30 | read examples/syracuse.anubis |
| 31 | -read examples/try_dns.anubis | |
| 32 | 31 | read examples/try_protect.anubis |
| 33 | -read examples/try_window.anubis | |
| 34 | 32 | read examples/watt.anubis |
| 33 | +read examples/cryptography/sha1.anubis | |
| 35 | 34 | read examples/graphism/diaporama.anubis |
| 36 | 35 | read examples/graphism/paint.anubis |
| 37 | -read examples/graphism/paint2.anubis | |
| 38 | -read examples/graphism/show_image.anubis | |
| 36 | + read examples/graphism/paint2.anubis | |
| 37 | +read examples/graphism/runge_kutta.anubis | |
| 38 | + read examples/graphism/show_image.anubis | |
| 39 | +read examples/graphism/try_window.anubis | |
| 39 | 40 | read examples/network/client_browser_info.anubis |
| 40 | 41 | read examples/network/client_server.anubis |
| 41 | 42 | read examples/network/port_scan.anubis |
| 42 | -read examples/network/sokoban.anubis | |
| 43 | + read examples/network/sokoban.anubis | |
| 44 | +read examples/network/try_dns.anubis | |
| 43 | 45 | read examples/network/upload.anubis |
| 44 | 46 | |
| 45 | -read cryptography/sha1.anubis | |
| 46 | 47 | |
| 47 | 48 | read data_base/import_csv.anubis |
| 48 | 49 | read data_base/sdbms.anubis |
| ... | ... | @@ -86,7 +87,7 @@ read web/http_get.anubis |
| 86 | 87 | read web/http_get_common.anubis |
| 87 | 88 | read web/https_get.anubis |
| 88 | 89 | read web/making_a_web_site.anubis |
| 89 | -read web/making_forms.anubis | |
| 90 | + read web/making_forms.anubis | |
| 90 | 91 | read web/mime.anubis |
| 91 | 92 | read web/multihost_http_server.anubis |
| 92 | 93 | read web/read_html.anubis | ... | ... |