fpc/compiler/systems
Jonas Maebe f6ddabde85 + "raw" resource support for the JVM target. The "raw" means that no
resource compilation happens and that the standard FPC resource
    helpers are not available. What happens is that all files specified
    in {$r xxx} statements are packed together into an <appname>.jar
    file, under the namespace "org.freepascal.rawresources". They
    can be loaded using the java.lang.Class.getResource/getResourceAsStream()
    api

git-svn-id: branches/jvmbackend@18776 -
2011-08-20 08:34:57 +00:00
..
i_amiga.pas
i_atari.pas
i_beos.pas
i_bsd.pas + when compiling for Darwin/ARM, pass the subarchitecture to the linker. 2011-08-02 20:41:39 +00:00
i_embed.pas + basic i386-embedded implementation for multiboot by Jeppe Johansen, resolves #15676 2011-01-23 11:18:50 +00:00
i_emx.pas
i_gba.pas
i_go32v2.pas
i_haiku.pas
i_jvm.pas + "raw" resource support for the JVM target. The "raw" means that no 2011-08-20 08:34:57 +00:00
i_linux.pas * Enabled safecall on x86_64-linux 2011-06-02 10:43:18 +00:00
i_macos.pas
i_morph.pas
i_nativent.pas
i_nds.pas
i_nwl.pas
i_nwm.pas internal linker support for creating novell netware loadable modules 2011-03-27 14:47:25 +00:00
i_os2.pas
i_palmos.pas
i_sunos.pas
i_symbian.pas
i_watcom.pas
i_wdosx.pas
i_wii.pas * Fixed stacksize for Wii 2011-02-27 19:27:12 +00:00
i_win.pas * Add tf_dwarf_only_local_labels for win64 as suggested by Willibald Krenn 2010-10-13 08:52:35 +00:00
mac_crea.txt
t_amiga.pas
t_atari.pas
t_beos.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
t_bsd.pas + when compiling for Darwin/ARM, pass the subarchitecture to the linker. 2011-08-02 20:41:39 +00:00
t_embed.pas * hack to set stack top for atmega128 2011-07-17 20:46:05 +00:00
t_emx.pas + Use DLL name in assembler labels used to import DLL functions/variables 2011-06-23 11:38:57 +00:00
t_gba.pas
t_go32v2.pas
t_haiku.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
t_jvm.pas + "raw" resource support for the JVM target. The "raw" means that no 2011-08-20 08:34:57 +00:00
t_linux.pas + Added default dynamic linker for mips CPU 2011-07-01 07:37:05 +00:00
t_macos.pas
t_morph.pas
t_nativent.pas
t_nds.pas * Updated nds to devkitARM r33 2011-06-27 12:22:46 +00:00
t_nwl.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
t_nwm.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00
t_os2.pas + Use DLL name in assembler labels used to import DLL functions/variables 2011-06-23 11:38:57 +00:00
t_palmos.pas
t_sunos.pas
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas * Fixed stacksize for Wii 2011-02-27 19:27:12 +00:00
t_win.pas - removed extra "fordefinition" parameter again from tprocdef.mangledname(), 2011-08-20 07:49:31 +00:00