Set DYNLIBSINCDIR to WINDIR for win32 and win64

This commit is contained in:
Pierre Muller 2023-08-04 21:31:05 +00:00
parent 0763ad74c2
commit 53de381d87
4 changed files with 4 additions and 1 deletions

View File

@ -821,7 +821,7 @@ System.Ports$(PPUEXT) : $(NSINC)/System.Ports.$(PORTSUNITEXT) $(PORTS_DEPS)
#
# Dynlibs
#
DYNLIBS_DEPS=$(INC)/dynlibs.pas $(OSDIR)/dynlibs.inc \
DYNLIBS_DEPS=$(INC)/dynlibs.pas $(DYNLIBSINCDIR)/dynlibs.inc \
objpas$(PPUEXT) $(RTLCONSTSUNIT)$(PPUEXT) $(SYSUTILSUNIT)$(PPUEXT) \
$(DYNLIBS_DEPS_OS) $(DYNLIBS_DEPS_CPU)

1
rtl/test-rtl-units.sh Symbolic link
View File

@ -0,0 +1 @@
/home/muller/scripts/test-rtl-units.sh

View File

@ -65,6 +65,7 @@ SYSUTILSDIR=$(WINDIR)
SYSUTILS_OPT=-Fi$(WINDIR)
SYSUTILS_DEPS_OS=$(WINDOWSUNIT)$(PPUEXT) $(WINDIRSUNIT)$(PPUEXT)
WINDIRSDIR=$(WINDIR)
DYNLIBSINCDIR=$(WINDIR)
# Files used by windows.pp
include $(WININC)/makefile.inc

View File

@ -59,6 +59,7 @@ SYSUTILSDIR=$(WINDIR)
SYSUTILS_OPT=-Fi../win
SYSUTILS_DEPS_OS=$(WINDOWSUNIT)$(PPUEXT) $(WINDIRSUNIT)$(PPUEXT)
WINDIRSDIR=$(WINDIR)
DYNLIBSINCDIR=$(WINDIR)
UNITPREFIX=rtl
SYSTEMUNIT=system