소스 검색

+ enabled compilation of unit objpas for the ZX Spectrum

Nikolay Nikolov 1 년 전
부모
커밋
4c7dd0810f
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      rtl/zxspectrum/Makefile
  2. 1 1
      rtl/zxspectrum/Makefile.fpc

+ 1 - 1
rtl/zxspectrum/Makefile

@@ -923,7 +923,7 @@ ifdef NO_EXCEPTIONS_IN_SYSTEM
 override FPCOPT+=-dNO_EXCEPTIONS_IN_SYSTEM
 endif
 ifeq ($(CPU_OS_TARGET),z80-zxspectrum)
-override TARGET_UNITS+=$(SYSTEMUNIT) si_prc
+override TARGET_UNITS+=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc
 endif
 override INSTALL_FPCPACKAGE=y y
 ifeq ($(CPU_OS_TARGET),z80-zxspectrum)

+ 1 - 1
rtl/zxspectrum/Makefile.fpc

@@ -5,7 +5,7 @@
 main=rtl
 [target]
 loaders=
-units=$(SYSTEMUNIT) si_prc
+units=$(SYSTEMUNIT) $(OBJPASUNIT) si_prc
 
 [require]
 nortl=y