mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 23:24:11 +02:00
+ Changes from Sebastian Gunther
This commit is contained in:
parent
2359c7c013
commit
3a3d53418b
@ -714,7 +714,7 @@ fpc_exes: $(EXEFILES)
|
||||
|
||||
# Default sharedlib units are all unit objects
|
||||
ifndef SHAREDLIBUNITOBJECTS
|
||||
SHAREDLIBUNITOBJECTS=UNITOBJECTS
|
||||
SHAREDLIBUNITOBJECTS=$(UNITOBJECTS)
|
||||
endif
|
||||
|
||||
fpc_staticlib:
|
||||
@ -800,7 +800,11 @@ fpc_staticinstall: staticlib
|
||||
|
||||
fpc_sharedinstall: sharedlib
|
||||
$(MKDIR) $(SHARED_UNITINSTALLDIR)
|
||||
ifdef UNITINSTALLFILES
|
||||
$(INSTALL) $(UNITINSTALLFILES) $(SHARED_UNITINSTALLDIR)
|
||||
else
|
||||
$(INSTALL) $(UNITOFILES) $(SHARED_UNITINSTALLDIR)
|
||||
endif
|
||||
$(MKDIR) $(SHARED_LIBINSTALLDIR)
|
||||
$(INSTALLEXE) *$(SHAREDLIBEXT) $(SHARED_LIBINSTALLDIR)
|
||||
|
||||
@ -1044,7 +1048,10 @@ endif
|
||||
|
||||
#
|
||||
# $Log$
|
||||
# Revision 1.44 1999-08-13 15:35:37 peter
|
||||
# Revision 1.45 1999-08-19 06:50:25 michael
|
||||
# + Changes from Sebastian Gunther
|
||||
#
|
||||
# Revision 1.44 1999/08/13 15:35:37 peter
|
||||
# * UPX -> UPXPROG, because upx 0.80+ use the environment itself
|
||||
#
|
||||
# Revision 1.43 1999/08/09 22:19:46 peter
|
||||
|
Loading…
Reference in New Issue
Block a user