Kaydet (Commit) 4d0c8bba authored tarafından Patrick Luby's avatar Patrick Luby

Made libstatic no longer contain a build number. This is needed because build…

Made libstatic no longer contain a build number. This is needed because build tools need to not be tied to a specific build's libraries.
üst 3e18705d
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: unxmacxp.mk,v $ # $RCSfile: unxmacxp.mk,v $
# #
# $Revision: 1.29 $ # $Revision: 1.30 $
# #
# last change: $Author: pluby $ $Date: 2001-03-08 18:49:34 $ # last change: $Author: pluby $ $Date: 2001-03-09 07:52:37 $
# #
# The Contents of this file are made available subject to the terms of # The Contents of this file are made available subject to the terms of
# either of the following licenses # either of the following licenses
...@@ -89,7 +89,7 @@ CDEFS+=-DinitRegistry_Api=lib$(REGLIB:s/-l//)initRegistry_Api \ ...@@ -89,7 +89,7 @@ CDEFS+=-DinitRegistry_Api=lib$(REGLIB:s/-l//)initRegistry_Api \
.ENDIF .ENDIF
# Name of library where static data members are initialized # Name of library where static data members are initialized
STATICLIBNAME=static$(UPD)$(DLLPOSTFIX) STATICLIBNAME=static$(DLLPOSTFIX)
STATICLIB=-l$(STATICLIBNAME) STATICLIB=-l$(STATICLIBNAME)
.IF "$(SOLAR_JAVA)"!="" .IF "$(SOLAR_JAVA)"!=""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment