.. |
i_amiga.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_atari.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_beos.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_bsd.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_embed.pas
|
86aad85b78
+ section smartlink bss for embedded targets
|
16 years ago |
i_emx.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_gba.pas
|
580f9b6435
--- Merging r13548 through r13549 into '.':
|
16 years ago |
i_go32v2.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_haiku.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_linux.pas
|
6e8a6790d1
+ FPC_ARMEB and CPUARMEB similiar to FPC_ARMEL and CPUARMEL
|
16 years ago |
i_macos.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_morph.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_nds.pas
|
580f9b6435
--- Merging r13548 through r13549 into '.':
|
16 years ago |
i_nwl.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_nwm.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_os2.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_palmos.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_sunos.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_symbian.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_watcom.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_wdosx.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
i_win.pas
|
c9af7d6476
* added tf_dwarf_only_local_labels for Windows (should make DWARF usable
|
16 years ago |
mac_crea.txt
|
3b1ecd4f47
+ Added this confirmation from Apple Computer about our ownership of the MacOS creator code 'FPas'
|
20 years ago |
t_amiga.pas
|
446e2161ce
+ Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, instead of importing it every single place it is needed.
|
16 years ago |
t_atari.pas
|
790a4fe2d3
* log and id tags removed
|
20 years ago |
t_beos.pas
|
35c0f78642
+ Haiku support by Olivier Coursière based on old BeOS support
|
17 years ago |
t_bsd.pas
|
0698121f36
--- Merging r13526 into '.':
|
16 years ago |
t_embed.pas
|
a70d36e9c7
+ set stack through linker script
|
16 years ago |
t_emx.pas
|
fd0ed50331
* Removed/commented more unused variables.
|
17 years ago |
t_gba.pas
|
580f9b6435
--- Merging r13548 through r13549 into '.':
|
16 years ago |
t_go32v2.pas
|
13f39b9e21
Updated go32v2 linker script:
|
17 years ago |
t_haiku.pas
|
35c0f78642
+ Haiku support by Olivier Coursière based on old BeOS support
|
17 years ago |
t_linux.pas
|
0698121f36
--- Merging r13526 into '.':
|
16 years ago |
t_macos.pas
|
0625040eba
+ add -XR switch for target root file system with libs (also used for C lib type detection)
|
18 years ago |
t_morph.pas
|
446e2161ce
+ Made a single Amiga/MorphOS-specific PathConv import to cfileutl.pas, instead of importing it every single place it is needed.
|
16 years ago |
t_nds.pas
|
580f9b6435
--- Merging r13548 through r13549 into '.':
|
16 years ago |
t_nwl.pas
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
t_nwm.pas
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
t_os2.pas
|
54f3d28ce8
* prefix for import libraries now configurable rather than hardcoded, plus fixed issue with name of OS/2 import libraries
|
16 years ago |
t_palmos.pas
|
9adb202a92
* Rework the constexprint to allow operations from low(int64) to high(qword).
|
18 years ago |
t_sunos.pas
|
fd0ed50331
* Removed/commented more unused variables.
|
17 years ago |
t_symbian.pas
|
78b2618db6
* Fixed setting of image base using {$IMAGEBASE X} directive.
|
16 years ago |
t_watcom.pas
|
5548824859
* Removed/ifdefed/commented unused local variables.
|
17 years ago |
t_wdosx.pas
|
f5c1839ff0
* support static library (.a) linking
|
19 years ago |
t_win.pas
|
9a0808d0fb
* Set default image base for win64 dlls to $110000000.
|
16 years ago |