Consolidated common Mac OS X static data member initializations into vos project

This commit is contained in:
Patrick Luby 2001-02-10 20:33:58 +00:00
parent ee9c8683b6
commit f188ae888c
2 changed files with 3 additions and 9 deletions

View file

@ -15,4 +15,4 @@ mkdir: %_DEST%\inc%_EXT%\registry
..\%__SRC%\bin\regview %_DEST%\bin%_EXT%\regview
..\version.mk %_DEST%\inc%_EXT%\registry\version.mk
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\libreg*.dylib; fi"
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: svesik $ $Date: 2001-02-02 14:04:43 $
# last change: $Author: pluby $ $Date: 2001-02-10 21:33:58 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -82,12 +82,6 @@ SLOFILES= \
$(SLO)$/reflread.obj \
$(SLO)$/reflwrit.obj
# SCO and MACOSX: the linker does know about weak symbols, but we can't ignore multiple defined symbols
.IF "$(OS)"=="SCO" || "$(OS)$(COM)"=="OS2GCC" || "$(OS)"=="MACOSX"
SLOFILES+=$(SLO)$/staticmb.obj
.ENDIF
# ------------------------------------------------------------------
.INCLUDE : target.mk