diff options
author | Kurt Zenker <kz@openoffice.org> | 2004-01-29 10:51:53 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2004-01-29 10:51:53 +0000 |
commit | 7bb3409d6d0b0271c1945275f5d0dea71b8a3dcb (patch) | |
tree | f3f9fc97ee9bdc037dda6db8a089e2fd441064d4 /solenv/inc/pstrules.mk | |
parent | 92cb4d336c9d43d821e351a72a0bb8967a7c9592 (diff) |
INTEGRATION: CWS newscptools (1.26.40); FILE MERGED
2004/01/20 15:55:39 is 1.26.40.1: #i24601# new scp tooling
Diffstat (limited to 'solenv/inc/pstrules.mk')
-rw-r--r-- | solenv/inc/pstrules.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/solenv/inc/pstrules.mk b/solenv/inc/pstrules.mk index c5fc3d0e9d4e..5daa30964978 100644 --- a/solenv/inc/pstrules.mk +++ b/solenv/inc/pstrules.mk @@ -2,9 +2,9 @@ # # $RCSfile: pstrules.mk,v $ # -# $Revision: 1.26 $ +# $Revision: 1.27 $ # -# last change: $Author: kz $ $Date: 2003-08-25 14:46:17 $ +# last change: $Author: kz $ $Date: 2004-01-29 11:51:53 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -205,7 +205,8 @@ $(PAR)$/%.par : cpp.lcc -+ -P -D{$(subst,$(@:d:d:d:u), $(@:d:d:u))}_PRODUCT $(CDEFS) $(SCPDEFS) -DDLLSUFFIX=$(DLLSUFFIX) -I. -I$(INC) -I$(INCLOCAL) -I$(INCGUI) -I$(INCCOM) $(SOLARINC) $(*:b).scp > $(MISC)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).pre .ENDIF .ENDIF - +scpcomp -s $(MISC)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).pre -o $@ +# +scpcomp -s $(MISC)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).pre -o $@ + +$(PERL) $(SOLARENV)$/bin$/pre2par.pl -s $(MISC)$/{$(subst,$(@:d:d:d), $(@:d:d))}$/$(*:b).pre -o $@ .ENDIF # "$(PARFILES)"!="" |