diff options
author | Gene Anaya <ganaya@openoffice.org> | 2001-03-14 15:26:08 +0000 |
---|---|---|
committer | Gene Anaya <ganaya@openoffice.org> | 2001-03-14 15:26:08 +0000 |
commit | 7feeea2f672f512bcb75329c23d47b3bb9cd53d1 (patch) | |
tree | c2c46ed9f24ffa61d2466e1a74fb417986c7de59 /connectivity | |
parent | 6482bcb660d136ee29888bd56c7de65301de9396 (diff) |
.IF out map file for MACOSX build
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/calc/makefile.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/drivers/calc/makefile.mk b/connectivity/source/drivers/calc/makefile.mk index 97d24493a8d4..f922ff161c54 100644 --- a/connectivity/source/drivers/calc/makefile.mk +++ b/connectivity/source/drivers/calc/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: nn $ $Date: 2001-01-26 19:05:48 $ +# last change: $Author: ganaya $ $Date: 2001-03-14 16:26:08 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -113,7 +113,10 @@ SLOFILES=\ SLOFILES+=$(SLO)$/staticmbcalc.obj .ENDIF +.IF "$(OS)"=="MACOSX" +.ELSE SHL1VERSIONMAP= $(TARGET).map +.ENDIF # --- Library ----------------------------------- SHL1TARGET=$(TARGET)$(UPD)$(DLLPOSTFIX) |