..
i_aix.pas
i_amiga.pas
i_android.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_atari.pas
i_beos.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_bsd.pas
* add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044
2013-05-04 21:25:36 +00:00
i_embed.pas
i_emx.pas
* add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044
2013-05-04 21:25:36 +00:00
i_gba.pas
i_go32v2.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_haiku.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_jvm.pas
i_linux.pas
* merge i8086 branch by Nikolay Nikolov
2013-04-25 20:23:51 +00:00
i_macos.pas
i_morph.pas
i_msdos.pas
+ introduce tf_no_objectfiles_when_smartlinking so object file generation on i8086-msdos can be turned off
2013-04-30 19:11:55 +00:00
i_nativent.pas
Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode.
2013-05-04 11:06:32 +00:00
i_nds.pas
i_nwl.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_nwm.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_os2.pas
* add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044
2013-05-04 21:25:36 +00:00
i_palmos.pas
i_sunos.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_symbian.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_watcom.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_wdosx.pas
ifdef cpu86 replaced with ifdef cpui386
2013-03-07 22:21:27 +00:00
i_wii.pas
i_win.pas
Fix compilation of WinCE. Change the fixed UNICODE define of WinCE to FPC_OS_UNICODE, so that it won't be undefined when changing the mode/string type and that the usage of a UNICODE API is independant of the mode.
2013-05-04 11:06:32 +00:00
mac_crea.txt
t_aix.pas
t_amiga.pas
t_android.pas
* Android: Quote a path to crt object files if needed. It fixes linking when a library path contains spaces.
2013-02-13 15:50:58 +00:00
t_atari.pas
t_beos.pas
t_bsd.pas
Enable use of dllprt0 for netbsd
2013-03-15 16:21:22 +00:00
t_embed.pas
patch by Michael Ring:
2013-04-29 19:57:08 +00:00
t_emx.pas
t_gba.pas
t_go32v2.pas
Add passing of -k option to linker for msdos and go32v2 targets
2013-06-26 22:27:16 +00:00
t_haiku.pas
t_jvm.pas
t_linux.pas
+ Property TObjSymbol.ObjData, allows to access owning TObjData for external/common symbols, i.e. ones with ObjSection=nil.
2013-07-30 09:23:48 +00:00
t_macos.pas
t_morph.pas
try to do VLink support semi-properly, so cross compilation is possible
2013-05-31 13:04:44 +00:00
t_msdos.pas
Add passing of -k option to linker for msdos and go32v2 targets
2013-06-26 22:27:16 +00:00
t_nativent.pas
t_nds.pas
compiler: set apptype using new SetAppType routine, add 'CONSOLE' define for console apptype.
2013-02-13 03:21:03 +00:00
t_nwl.pas
t_nwm.pas
t_os2.pas
t_palmos.pas
t_sunos.pas
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win.pas
* add a -dfpc define to the resource compiler commandlines, which allows to make FPC specific exceptions in resource scripts. Mantis #24044
2013-05-04 21:25:36 +00:00