Commit b9b511f5df2b562d922602041bc56a6b618a359c
1 parent
cdc5f139
install pour la 1.5.2
Showing
3 changed files
with
15 additions
and
14 deletions
Show diff stats
anubis_dev/compiler/src/Win32/compiler.rc
| ... | ... | @@ -28,8 +28,8 @@ LANGUAGE LANG_FRENCH, SUBLANG_FRENCH |
| 28 | 28 | // |
| 29 | 29 | |
| 30 | 30 | VS_VERSION_INFO VERSIONINFO |
| 31 | - FILEVERSION 1,5,1,0 | |
| 32 | - PRODUCTVERSION 1,5,1,0 | |
| 31 | + FILEVERSION 1,5,2,0 | |
| 32 | + PRODUCTVERSION 1,5,2,0 | |
| 33 | 33 | FILEFLAGSMASK 0x3fL |
| 34 | 34 | #ifdef _DEBUG |
| 35 | 35 | FILEFLAGS 0x1L |
| ... | ... | @@ -47,14 +47,14 @@ BEGIN |
| 47 | 47 | VALUE "Comments", "\0" |
| 48 | 48 | VALUE "CompanyName", "Constructive Mathematics\0" |
| 49 | 49 | VALUE "FileDescription", "anubis\0" |
| 50 | - VALUE "FileVersion", "1, 5, 1, 0, 0\0"" | |
| 50 | + VALUE "FileVersion", "1, 5, 2, 0, 0\0"" | |
| 51 | 51 | VALUE "InternalName", "anubis\0" |
| 52 | 52 | VALUE "LegalCopyright", "Copyright © 2000-2005\0" |
| 53 | 53 | VALUE "LegalTrademarks", "\0" |
| 54 | 54 | VALUE "OriginalFilename", "anubis.exe\0" |
| 55 | 55 | VALUE "PrivateBuild", "\0" |
| 56 | 56 | VALUE "ProductName", " anubis\0" |
| 57 | - VALUE "ProductVersion", "1, 5, 1, 0, 0\0"" | |
| 57 | + VALUE "ProductVersion", "1, 5, 2, 0, 0\0"" | |
| 58 | 58 | VALUE "SpecialBuild", "\0" |
| 59 | 59 | END |
| 60 | 60 | END | ... | ... |
anubis_dev/distrib_tools/install.iss
| ... | ... | @@ -3,7 +3,7 @@ |
| 3 | 3 | |
| 4 | 4 | [Setup] |
| 5 | 5 | AppName=Anubis |
| 6 | -AppVerName=Anubis 1.5.1 | |
| 6 | +AppVerName=Anubis 1.5.2 | |
| 7 | 7 | AppPublisher=Alain Prouté |
| 8 | 8 | DefaultDirName={pf}\Anubis |
| 9 | 9 | DefaultGroupName=Anubis |
| ... | ... | @@ -16,7 +16,7 @@ LanguageDetectionMethod=uilanguage |
| 16 | 16 | AppID={{57A4DD42-AAB2-4C00-AB8F-F9458E95F017} |
| 17 | 17 | AppCopyright=© 2004-2005 Alain Prouté |
| 18 | 18 | WizardImageBackColor=clMaroon |
| 19 | -OutputBaseFilename=Anubis_PE_Win32_1_5_1 | |
| 19 | +OutputBaseFilename=Anubis_PE_Win32_1_5_2 | |
| 20 | 20 | InfoAfterFile= |
| 21 | 21 | WizardImageFile=C:\Anubis_dev\anubis_dev\distrib_tools\WizAnubisImage.bmp |
| 22 | 22 | WizardSmallImageFile=C:\Anubis_dev\anubis_dev\distrib_tools\WizAnubisSmallImage.bmp |
| ... | ... | @@ -26,15 +26,15 @@ BackColor=clMaroon |
| 26 | 26 | SetupIconFile=C:\Anubis_dev\anubis_dev\distrib_tools\anubis.ico |
| 27 | 27 | BackColor2=clRed |
| 28 | 28 | WizardImageStretch=false |
| 29 | -AppVersion=1.5.1 | |
| 29 | +AppVersion=1.5.2 | |
| 30 | 30 | UninstallDisplayIcon={app}\anubis.ico |
| 31 | -VersionInfoVersion=1.5.1 | |
| 31 | +VersionInfoVersion=1.5.2 | |
| 32 | 32 | VersionInfoCompany=Alain Prouté |
| 33 | 33 | |
| 34 | 34 | [Files] |
| 35 | 35 | ; NOTE: Don't use "Flags: ignoreversion" on any shared system files |
| 36 | 36 | Source: ..\manuals\en\anubis_doc.txt; DestDir: {app}\Manuals\en\; Flags: recursesubdirs ignoreversion |
| 37 | -Source: ..\..\bin\user\server_certs\*; DestDir: {userdocs}\Mon Anubis\server_certs\ | |
| 37 | +Source: ..\..\bin\user\server_certs\georges.pem; DestDir: {userdocs}\Mon Anubis\server_certs\; Flags: ignoreversion recursesubdirs createallsubdirs | |
| 38 | 38 | Source: ..\..\bin\user\trusted_certs\*; DestDir: {userdocs}\Mon Anubis\trusted_certs\ |
| 39 | 39 | Source: ..\library\examples\hello.anubis; DestDir: {userdocs}\Mon Anubis\library\examples\; Flags: ignoreversion |
| 40 | 40 | Source: ..\Crimson Editor\link\extension.anubis; DestDir: {userdocs}\Mon Anubis\Crimson Editor\link |
| ... | ... | @@ -81,12 +81,12 @@ Source: ..\library\web\making_a_web_site.anubis; DestDir: {app}\library\web; Fla |
| 81 | 81 | Source: ..\library\web\mime.anubis; DestDir: {app}\library\web; Flags: ignoreversion recursesubdirs |
| 82 | 82 | Source: ..\library\web\multihost_http_server.anubis; DestDir: {app}\library\web; Flags: ignoreversion recursesubdirs |
| 83 | 83 | Source: ..\library\web\read_html.anubis; DestDir: {app}\library\web; Flags: ignoreversion recursesubdirs |
| 84 | -Source: ..\library\web\sokoban.anubis; DestDir: {app}\library\web; Flags: ignoreversion recursesubdirs | |
| 85 | 84 | Source: ..\library\web\web_arg_encode.anubis; DestDir: {app}\library\web; Flags: ignoreversion recursesubdirs |
| 86 | 85 | Source: ..\library\mail\send_mail.anubis; DestDir: {app}\library\mail; Flags: ignoreversion recursesubdirs |
| 87 | 86 | Source: ..\library\mail\smtp_server.anubis; DestDir: {app}\library\mail; Flags: ignoreversion recursesubdirs |
| 88 | 87 | Source: ..\library\network\dns.anubis; DestDir: {app}\library\network; Flags: ignoreversion recursesubdirs |
| 89 | 88 | Source: ..\library\graphism\diaporama.anubis; DestDir: {app}\library\graphism; Flags: ignoreversion recursesubdirs |
| 89 | +Source: ..\library\system_fonts\*; DestDir: {app}\library\system_fonts; Excludes: *.old, truc, *.anubis; Flags: ignoreversion | |
| 90 | 90 | |
| 91 | 91 | [Run] |
| 92 | 92 | Filename: {app}\uninstall\envinst.exe; Parameters: "-silent -broadcast -setvar -name=MY_ANUBIS -value=""{userdocs}\Mon Anubis"" -user" |
| ... | ... | @@ -123,6 +123,7 @@ Name: {app}\library\network |
| 123 | 123 | Name: {app}\library\graphism |
| 124 | 124 | Name: {userdocs}\Mon Anubis\library |
| 125 | 125 | Name: {userdocs}\Mon Anubis\library\examples |
| 126 | +Name: {app}\library\system_fonts | |
| 126 | 127 | |
| 127 | 128 | [Languages] |
| 128 | 129 | Name: en; MessagesFile: compiler:Default.isl; LicenseFile: ..\Conditions_of_use.en.txt | ... | ... |
anubis_dev/vm/src/win32/vm.rc
| ... | ... | @@ -28,8 +28,8 @@ LANGUAGE LANG_FRENCH, SUBLANG_FRENCH |
| 28 | 28 | // |
| 29 | 29 | |
| 30 | 30 | VS_VERSION_INFO VERSIONINFO |
| 31 | - FILEVERSION 1,5,1,0 | |
| 32 | - PRODUCTVERSION 1,5,1,0 | |
| 31 | + FILEVERSION 1,5,2,0 | |
| 32 | + PRODUCTVERSION 1,5,2,0 | |
| 33 | 33 | FILEFLAGSMASK 0x3fL |
| 34 | 34 | #ifdef _DEBUG |
| 35 | 35 | FILEFLAGS 0x1L |
| ... | ... | @@ -47,14 +47,14 @@ BEGIN |
| 47 | 47 | VALUE "Comments", "Anubis Run Time\0" |
| 48 | 48 | VALUE "CompanyName", "Alain Prouté\0" |
| 49 | 49 | VALUE "FileDescription", "anbexec\0" |
| 50 | - VALUE "FileVersion", "1, 5, 1, 0, 0\0"" | |
| 50 | + VALUE "FileVersion", "1, 5, 2, 0, 0\0"" | |
| 51 | 51 | VALUE "InternalName", "anbexec\0" |
| 52 | 52 | VALUE "LegalCopyright", "Copyright © 2000-2005\0" |
| 53 | 53 | VALUE "LegalTrademarks", "\0" |
| 54 | 54 | VALUE "OriginalFilename", "anbexec.exe\0" |
| 55 | 55 | VALUE "PrivateBuild", "\0" |
| 56 | 56 | VALUE "ProductName", "anbexec\0" |
| 57 | - VALUE "ProductVersion", "1, 5, 1, 0, 0\0"" | |
| 57 | + VALUE "ProductVersion", "1, 5, 2, 0, 0\0"" | |
| 58 | 58 | VALUE "SpecialBuild", "\0" |
| 59 | 59 | END |
| 60 | 60 | END | ... | ... |