mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-11 10:49:30 +02:00
* -Sv now necessary for dpmiexcp unit
This commit is contained in:
parent
9569de8b0f
commit
b19acb2539
@ -178,8 +178,9 @@ sysutils$(PPUEXT) : $(OBJPASDIR)/sysutils.pp $(SYSUTILINC) filutil.inc disk.inc
|
||||
# System Dependent Units
|
||||
#
|
||||
|
||||
# new version need -Sv switch for external variables
|
||||
dpmiexcp$(PPUEXT) : dpmiexcp.pp exceptn$(OEXT) $(SYSTEMPPU)
|
||||
$(COMPILER) -Sg dpmiexcp.pp $(REDIR)
|
||||
$(COMPILER) -Sg -Sv dpmiexcp.pp $(REDIR)
|
||||
|
||||
profile$(PPUEXT) : profile.pp dpmiexcp$(PPUEXT) go32$(PPUEXT) $(SYSTEMPPU)
|
||||
$(COMPILER) profile.pp $(REDIR)
|
||||
@ -285,7 +286,10 @@ include $(CFG)/makefile.def
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.8 1998-10-12 08:36:31 pierre
|
||||
# Revision 1.9 1998-10-14 07:56:02 pierre
|
||||
# * -Sv now necessary for dpmiexcp unit
|
||||
#
|
||||
# Revision 1.8 1998/10/12 08:36:31 pierre
|
||||
# * wrong 'objpas' target in all removed
|
||||
#
|
||||
# Revision 1.7 1998/10/11 13:45:05 michael
|
||||
|
Loading…
Reference in New Issue
Block a user