diff --git a/installer/installer/AMXInstaller.cfg b/installer/installer/AMXInstaller.cfg index 391c6b0e..2523f577 100755 --- a/installer/installer/AMXInstaller.cfg +++ b/installer/installer/AMXInstaller.cfg @@ -32,8 +32,8 @@ -M -$M16384,1048576 -K$00400000 --LE"c:\program files (x86)\borland\delphi7\Projects\Bpl" --LN"c:\program files (x86)\borland\delphi7\Projects\Bpl" +-LE"c:\program files\borland\delphi7\Projects\Bpl" +-LN"c:\program files\borland\delphi7\Projects\Bpl" -DmadExcept -w-UNSAFE_TYPE -w-UNSAFE_CODE diff --git a/installer/installer/AMXInstaller.dpr b/installer/installer/AMXInstaller.dpr index d2a8f9bf..6985eae9 100755 --- a/installer/installer/AMXInstaller.dpr +++ b/installer/installer/AMXInstaller.dpr @@ -7,7 +7,7 @@ program AMXInstaller; - Indy 9 (www.indyproject.org) - FlatStyle Components (www.torry.net) - - mxFlatPack Component Pack (www.maxcomponents.net/components.html) + - mxFlatPack Component Pack (http://www.maxcomponents.net/index.php?id=2&page=1) - JVCL Lib Pack 3.0 (jvcl.sourceforge.net) AMXX Installer for AMX Mod X is developed under GNU Public License diff --git a/installer/installer/AMXInstaller.exe b/installer/installer/AMXInstaller.exe index 8f4ae222..98e244e4 100755 Binary files a/installer/installer/AMXInstaller.exe and b/installer/installer/AMXInstaller.exe differ diff --git a/installer/installer/UnitfrmMain.pas b/installer/installer/UnitfrmMain.pas index c4b91740..492b6243 100755 --- a/installer/installer/UnitfrmMain.pas +++ b/installer/installer/UnitfrmMain.pas @@ -149,7 +149,7 @@ var frmMain: TfrmMain; gMultiAccount: Boolean; -const VERSION = '1.76d'; +const VERSION = '1.77'; implementation