Explorar el Código

* initc depends now on dpmiexcp unit

pierre hace 26 años
padre
commit
c5d69522ef
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      rtl/go32v2/Makefile
  2. 1 1
      rtl/go32v2/Makefile.fpc

+ 1 - 1
rtl/go32v2/Makefile

@@ -185,7 +185,7 @@ SYSTEMUNIT=system
 # Targets
 
 override LOADEROBJECTS+=prt0 exceptn fpu
-override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings go32 initc dpmiexcp profile dxeload emu387 dos crt objects printer graph sysutils math typinfo cpu mmx getopts heaptrc msmouse ports
+override UNITOBJECTS+=$(SYSTEMUNIT) objpas strings go32 dpmiexcp initc profile dxeload emu387 dos crt objects printer graph sysutils math typinfo cpu mmx getopts heaptrc msmouse ports
 
 # Clean
 

+ 1 - 1
rtl/go32v2/Makefile.fpc

@@ -5,7 +5,7 @@
 [targets]
 loaders=prt0 exceptn fpu
 units=$(SYSTEMUNIT) objpas strings \
-      go32 initc dpmiexcp profile dxeload emu387 \
+      go32  dpmiexcp initc profile dxeload emu387 \
       dos crt objects printer graph \
       sysutils math typinfo \
       cpu mmx getopts heaptrc \