fpc/rtl/go32v2
Pierre Muller bdfd7a66eb * Adapt initc unit to DOTTED.
* Remove OS specific initc rules.
  * Set default directory for initc main source to
    UNIXINC variable value if is is set.
  * Replace initc references by INITCUNIT variable.
  * Add dpmiexcp dependency for initc on go32v2 system
    by setting INITC_DEPS_OS.
  * Add nwsys.inc dependency for initc on netware system.
2023-09-25 01:02:48 +02:00
..
classes.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
dos.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
dpmi.inc
dpmiexcp.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
dxeload.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
dxetype.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
emu387.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
exceptn.as
exit16.ah
exit16.asm
fpu.as
go32.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
initc.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
Makefile Regenerate all RTL Makefile's 2023-09-20 18:05:47 +02:00
Makefile.fpc * Adapt initc unit to DOTTED. 2023-09-25 01:02:48 +02:00
msmouse.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
ports.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
profile.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
rtldefs.inc
sbrk16.ah
sbrk16.asm
sysdir.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysfile.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysheap.inc
sysos.inc * Char -> AnsiChar 2023-07-14 17:26:09 +02:00
sysosh.inc
system.pp * string -> shortstring 2023-07-14 20:33:45 +02:00
sysutils.pp * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
tthread.inc
v2prt0.as go32v2: define __crt0_startup_flags as .comm rather than a global symbol. This allows linking against DJGPP libs and code which might also define this symbol. This change is also inline with recent crt0.S versions in DJGPP. 2020-11-23 03:42:16 +00:00