mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 19:10:14 +02:00
* fixed $smartlibext -> $staticlibext to fix a 'rm *' :(
This commit is contained in:
parent
e7f5a26700
commit
4956991f0b
@ -324,7 +324,7 @@ sharedlibinstall: sharedlib
|
|||||||
libinstall: staticlibinstall sharedlibinstall
|
libinstall: staticlibinstall sharedlibinstall
|
||||||
|
|
||||||
libsclean : clean
|
libsclean : clean
|
||||||
-$(DEL) *$(SMARTLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
|
-$(DEL) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
|
||||||
|
|
||||||
#####################################################################
|
#####################################################################
|
||||||
# Default targets
|
# Default targets
|
||||||
@ -334,7 +334,10 @@ include $(CFG)/makefile.def
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.22 1998-08-21 20:20:12 michael
|
# Revision 1.23 1998-09-07 18:31:53 peter
|
||||||
|
# * fixed $smartlibext -> $staticlibext to fix a 'rm *' :(
|
||||||
|
#
|
||||||
|
# Revision 1.22 1998/08/21 20:20:12 michael
|
||||||
# + Fixed spaces to tabs.
|
# + Fixed spaces to tabs.
|
||||||
#
|
#
|
||||||
# Revision 1.21 1998/08/21 15:17:00 peter
|
# Revision 1.21 1998/08/21 15:17:00 peter
|
||||||
|
@ -238,7 +238,7 @@ sharedlibinstall: sharedlib
|
|||||||
libinstall: staticlibinstall
|
libinstall: staticlibinstall
|
||||||
|
|
||||||
libsclean : clean
|
libsclean : clean
|
||||||
-$(DEL) *$(SMARTLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
|
-$(DEL) *$(STATICLIBEXT) *$(SHAREDLIBEXT) *$(PPLEXT)
|
||||||
|
|
||||||
# Getting DLL names
|
# Getting DLL names
|
||||||
# not present in headers !!
|
# not present in headers !!
|
||||||
@ -375,7 +375,10 @@ include $(CFG)/makefile.def
|
|||||||
|
|
||||||
#
|
#
|
||||||
# $Log$
|
# $Log$
|
||||||
# Revision 1.12 1998-09-04 17:17:36 pierre
|
# Revision 1.13 1998-09-07 18:31:54 peter
|
||||||
|
# * fixed $smartlibext -> $staticlibext to fix a 'rm *' :(
|
||||||
|
#
|
||||||
|
# Revision 1.12 1998/09/04 17:17:36 pierre
|
||||||
# + all unknown function ifdef with
|
# + all unknown function ifdef with
|
||||||
# conditionnal unknown_functions
|
# conditionnal unknown_functions
|
||||||
# testwin works now, but windowcreate still fails !!
|
# testwin works now, but windowcreate still fails !!
|
||||||
|
Loading…
Reference in New Issue
Block a user