Kaydet (Commit) 321571ba authored tarafından Jörg Budischewski's avatar Jörg Budischewski

#67468# now compiles also on windows

üst 869a637d
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.9 $ # $Revision: 1.10 $
# #
# last change: $Author: jbu $ $Date: 2001-06-22 16:32:49 $ # last change: $Author: jbu $ $Date: 2001-06-29 16:44:02 $
# #
# 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
...@@ -107,7 +107,6 @@ SHL1LIBS= $(SLB)$/$(TARGET).lib ...@@ -107,7 +107,6 @@ SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET) DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.7 $ # $Revision: 1.8 $
# #
# last change: $Author: jbu $ $Date: 2001-06-22 16:20:57 $ # last change: $Author: jbu $ $Date: 2001-06-29 16:38:19 $
# #
# 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
...@@ -92,7 +92,6 @@ SHL1IMPLIB= i$(TARGET) ...@@ -92,7 +92,6 @@ SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1LIBS= $(SLB)$/$(TARGET).lib
DEF1NAME= $(SHL1TARGET) DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.5 $ # $Revision: 1.6 $
# #
# last change: $Author: pluby $ $Date: 2001-03-02 07:18:53 $ # last change: $Author: jbu $ $Date: 2001-06-29 16:41:47 $
# #
# 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
...@@ -86,13 +86,14 @@ SHL1STDLIBS= \ ...@@ -86,13 +86,14 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB) \ $(CPPUHELPERLIB) \
$(SALLIB) $(SALLIB)
SHL1VERSIONMAP=$(TARGET).map
SHL1DEPN= SHL1DEPN=
SHL1IMPLIB= i$(TARGET) SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET) DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.6 $ # $Revision: 1.7 $
# #
# last change: $Author: jbu $ $Date: 2001-06-22 16:20:59 $ # last change: $Author: jbu $ $Date: 2001-06-29 16:41:47 $
# #
# 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
...@@ -95,7 +95,6 @@ SHL1LIBS=$(SLB)$/$(TARGET).lib ...@@ -95,7 +95,6 @@ SHL1LIBS=$(SLB)$/$(TARGET).lib
SHL1DEF=$(MISC)$/$(SHL1TARGET).def SHL1DEF=$(MISC)$/$(SHL1TARGET).def
DEF1NAME=$(SHL1TARGET) DEF1NAME=$(SHL1TARGET)
DEF1EXPORTFILE=exports.dxp
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.7 $ # $Revision: 1.8 $
# #
# last change: $Author: jsc $ $Date: 2001-03-19 08:25:55 $ # last change: $Author: jbu $ $Date: 2001-06-29 16:41:48 $
# #
# 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
...@@ -94,12 +94,12 @@ SHL1STDLIBS= \ ...@@ -94,12 +94,12 @@ SHL1STDLIBS= \
$(SALLIB) $(SALLIB)
SHL1DEPN= SHL1DEPN=
SHL1VERSIONMAP=$(TARGET).map
SHL1IMPLIB= i$(TARGET) SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET) DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.7 $ # $Revision: 1.8 $
# #
# last change: $Author: jsc $ $Date: 2001-03-13 12:44:43 $ # last change: $Author: jbu $ $Date: 2001-06-29 16:41:48 $
# #
# 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,12 +89,13 @@ SHL1STDLIBS= \ ...@@ -89,12 +89,13 @@ SHL1STDLIBS= \
$(CPPUHELPERLIB) $(CPPUHELPERLIB)
SHL1DEPN= SHL1DEPN=
SHL1VERSIONMAP= $(TARGET).map
SHL1IMPLIB= i$(TARGET) SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET) DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.5 $ # $Revision: 1.6 $
# #
# last change: $Author: pluby $ $Date: 2001-03-02 07:19:18 $ # last change: $Author: jbu $ $Date: 2001-06-29 16:41:49 $
# #
# 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
...@@ -87,12 +87,12 @@ SHL1STDLIBS= \ ...@@ -87,12 +87,12 @@ SHL1STDLIBS= \
$(SALLIB) $(SALLIB)
SHL1DEPN= SHL1DEPN=
SHL1VERSIONMAP= $(TARGET).map
SHL1IMPLIB= i$(TARGET) SHL1IMPLIB= i$(TARGET)
SHL1LIBS= $(SLB)$/$(TARGET).lib SHL1LIBS= $(SLB)$/$(TARGET).lib
SHL1DEF= $(MISC)$/$(SHL1TARGET).def SHL1DEF= $(MISC)$/$(SHL1TARGET).def
DEF1NAME= $(SHL1TARGET) DEF1NAME= $(SHL1TARGET)
DEF1EXPORTFILE= exports.dxp
# --- Targets ------------------------------------------------------ # --- Targets ------------------------------------------------------
......
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