|
@@ -33,9 +33,14 @@ unit i_zxspectrum;
|
|
system : system_z80_zxspectrum;
|
|
system : system_z80_zxspectrum;
|
|
name : 'ZX Spectrum';
|
|
name : 'ZX Spectrum';
|
|
shortname : 'zxspectrum';
|
|
shortname : 'zxspectrum';
|
|
- flags : [tf_needs_symbol_size,tf_files_case_sensitive,
|
|
|
|
- tf_smartlink_library,tf_smartlink_sections,
|
|
|
|
- tf_no_objectfiles_when_smartlinking];
|
|
|
|
|
|
+ flags : [
|
|
|
|
+{$ifdef Z80_SMARTLINK_SECTIONS}
|
|
|
|
+ tf_smartlink_sections,
|
|
|
|
+{$else Z80_SMARTLINK_SECTIONS}
|
|
|
|
+ tf_smartlink_library,
|
|
|
|
+ tf_no_objectfiles_when_smartlinking,
|
|
|
|
+{$endif Z80_SMARTLINK_SECTIONS}
|
|
|
|
+ tf_needs_symbol_size,tf_files_case_sensitive];
|
|
cpu : cpu_z80;
|
|
cpu : cpu_z80;
|
|
unit_env : '';
|
|
unit_env : '';
|
|
extradefines : '';
|
|
extradefines : '';
|