瀏覽代碼

+ added the tf_no_objectfiles_when_smartlinking target flag to z80-zxspectrum and z80-embedded

git-svn-id: branches/z80@45083 -
nickysn 5 年之前
父節點
當前提交
55f12aac03
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2 1
      compiler/systems/i_embed.pas
  2. 2 1
      compiler/systems/i_zxspectrum.pas

+ 2 - 1
compiler/systems/i_embed.pas

@@ -722,7 +722,8 @@ unit i_embed;
             name         : 'Embedded';
             shortname    : 'embedded';
             flags        : [tf_needs_symbol_size,tf_files_case_sensitive,
-                            tf_smartlink_library];
+                            tf_smartlink_library,
+                            tf_no_objectfiles_when_smartlinking];
             cpu          : cpu_sys_z80;
             unit_env     : '';
             extradefines : '';

+ 2 - 1
compiler/systems/i_zxspectrum.pas

@@ -34,7 +34,8 @@ unit i_zxspectrum;
             name         : 'ZX Spectrum';
             shortname    : 'zxspectrum';
             flags        : [tf_needs_symbol_size,tf_files_case_sensitive,
-                            tf_smartlink_library];
+                            tf_smartlink_library,
+                            tf_no_objectfiles_when_smartlinking];
             cpu          : cpu_sys_z80;
             unit_env     : '';
             extradefines : '';