diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-05-21 11:29:38 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-05-21 11:29:38 +0000 |
commit | 6bf11cfbb917aa7a3cd6c7ae0f27cf8cf249c6fa (patch) | |
tree | 3cdffce38eee222e8bf60f56fb86d430e1d043ae /solenv/inc/tg_def.mk | |
parent | 2cf59cd410814095d2ff38b10152e1a464c53685 (diff) |
map to dxp for win32 only
Diffstat (limited to 'solenv/inc/tg_def.mk')
-rw-r--r-- | solenv/inc/tg_def.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/inc/tg_def.mk b/solenv/inc/tg_def.mk index c93423332d56..8b353749831f 100644 --- a/solenv/inc/tg_def.mk +++ b/solenv/inc/tg_def.mk @@ -2,9 +2,9 @@ # # $RCSfile: tg_def.mk,v $ # -# $Revision: 1.10 $ +# $Revision: 1.11 $ # -# last change: $Author: hjs $ $Date: 2001-05-18 15:47:42 $ +# last change: $Author: hjs $ $Date: 2001-05-21 12:29:38 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -118,10 +118,12 @@ DEF$(TNR)DEPN+=$(SLB)$/$(DEFLIB$(TNR)NAME).lib .IF "$(SHL$(TNR)VERSIONMAP)"!="" .IF "$(DEF$(TNR)EXPORTFILE)"=="" +.IF "$(GUI)"=="WNT" DEF$(TNR)EXPORTFILE=$(MISC)$/$(SHL$(TNR)VERSIONMAP:b).dxp $(DEF$(TNR)EXPORTFILE) : $(SHL$(TNR)VERSIONMAP) +$(TYPE) $< | $(AWK) -f $(SOLARENV)$/bin$/getcsym.awk > $@ +.ENDIF # "$(GUI)"=="WNT" .ENDIF # "$(DEF$(TNR)EXPORTFILE)"=="" .ENDIF # "$(SHL$(TNR)VERSIONMAP)"!="" |