Kaydet (Commit) a5f09c21 authored tarafından Andreas Bille's avatar Andreas Bille

Solaris and Linux build

üst 7f867e97
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.1 $ # $Revision: 1.2 $
# #
# last change: $Author: abi $ $Date: 2001-06-11 10:55:01 $ # last change: $Author: abi $ $Date: 2001-06-13 16:24:24 $
# #
# 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
...@@ -77,8 +77,18 @@ NO_BSYMBOLIC=TRUE ...@@ -77,8 +77,18 @@ NO_BSYMBOLIC=TRUE
.INCLUDE: settings.mk .INCLUDE: settings.mk
.IF "$(GUI)"=="WNT" .IF "$(GUI)"=="WNT"
CFLAGS+=/GR CFLAGS+=/GR
.ENDIF
.IF "$(SABLOT3RDLIB)"==""
.IF "$(GUI)"=="UNX"
SABLOT3RDLIB=-lsablot
.ENDIF # unx
.IF "$(GUI)"=="WNT"
SABLOT3RDLIB=sablot.lib
.ENDIF # wnt
.ENDIF # sablot3rdlib
# --- Shared-Library --------------------------------------------------- # --- Shared-Library ---------------------------------------------------
SHL1TARGET=$(TARGET)$(UCP_VERSION) SHL1TARGET=$(TARGET)$(UCP_VERSION)
...@@ -87,18 +97,18 @@ SHL1IMPLIB=i$(TARGET) ...@@ -87,18 +97,18 @@ SHL1IMPLIB=i$(TARGET)
SHL1VERSIONMAP=exports.map SHL1VERSIONMAP=exports.map
# Add additional libs here. # Add additional libs here.
SHL1STDLIBS= \ SHL1STDLIBS= \
$(CPPUHELPERLIB) \ $(CPPUHELPERLIB) \
$(CPPULIB) \ $(CPPULIB) \
$(SALLIB) \ $(SALLIB) \
$(VOSLIB) \ $(VOSLIB) \
$(SABLOT3RDLIB) \
$(EXPATASCII3RDLIB) \ $(EXPATASCII3RDLIB) \
sablot.lib \
$(UCBHELPERLIB) \ $(UCBHELPERLIB) \
$(BERKELEYLIB) \ $(BERKELEYLIB) \
$(BERKELEYCPPLIB) $(BERKELEYCPPLIB)
SHL1LIBS = \ SHL1LIBS = \
$(SLB)$/jaqe.lib \ $(SLB)$/jaqe.lib \
$(SLB)$/jautil.lib \ $(SLB)$/jautil.lib \
$(SLB)$/jadb.lib \ $(SLB)$/jadb.lib \
...@@ -111,9 +121,6 @@ DEF1EXPORTFILE=exports.dxp ...@@ -111,9 +121,6 @@ DEF1EXPORTFILE=exports.dxp
DEF1DES=UCB Help Content Provider DEF1DES=UCB Help Content Provider
# --- Targets ---------------------------------------------------------- # --- Targets ----------------------------------------------------------
.ENDIF
.INCLUDE: target.mk .INCLUDE: target.mk
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