瀏覽代碼

- removed the 'sdcc-' prefix of sdasz80 and sdldz80

git-svn-id: branches/z80@44900 -
nickysn 5 年之前
父節點
當前提交
168c009bc3
共有 3 個文件被更改,包括 4 次插入4 次删除
  1. 2 2
      compiler/systems/t_embed.pas
  2. 1 1
      compiler/systems/t_zxspectrum.pas
  3. 1 1
      compiler/z80/agsdasz80.pas

+ 2 - 2
compiler/systems/t_embed.pas

@@ -1976,9 +1976,9 @@ function TlinkerEmbedded_SdccSdld.WriteResponseFile: Boolean;
 procedure TlinkerEmbedded_SdccSdld.SetDefaultInfo;
   const
 {$if defined(Z80)}
-    ExeName='sdcc-sdldz80';
+    ExeName='sdldz80';
 {$else}
-    ExeName='sdcc-sdld';
+    ExeName='sdld';
 {$endif}
   begin
     with Info do

+ 1 - 1
compiler/systems/t_zxspectrum.pas

@@ -212,7 +212,7 @@ function TLinkerZXSpectrum_SdccSdld.WriteResponseFile: Boolean;
 
 procedure TLinkerZXSpectrum_SdccSdld.SetDefaultInfo;
   const
-    ExeName='sdcc-sdldz80';
+    ExeName='sdldz80';
   begin
     FOrigin:=32768;
     with Info do

+ 1 - 1
compiler/z80/agsdasz80.pas

@@ -878,7 +878,7 @@ unit agsdasz80;
             id     : as_sdcc_sdasz80;
 
             idtxt  : 'SDCC-SDASZ80';
-            asmbin : 'sdcc-sdasz80';
+            asmbin : 'sdasz80';
             asmcmd : '-o $OBJ $EXTRAOPT $ASM';
             supported_targets : [system_Z80_embedded];
             flags : [af_needar,af_smartlink_sections];