Consolidated common Mac OS X static data member initializations into vos project
This commit is contained in:
parent
ee9c8683b6
commit
f188ae888c
2 changed files with 3 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue