INTEGRATION: CWS dba31a (1.5.22); FILE MERGED
2008/07/03 06:51:20 oj 1.5.22.2: handling for config files corrected 2008/07/01 07:02:17 oj 1.5.22.1: #i77916# impl zoom and move config data into ext
This commit is contained in:
parent
491e5b13a0
commit
eafc145658
1 changed files with 7 additions and 3 deletions
|
@ -8,7 +8,7 @@
|
|||
#
|
||||
# $RCSfile: makefile.pmk,v $
|
||||
#
|
||||
# $Revision: 1.5 $
|
||||
# $Revision: 1.6 $
|
||||
#
|
||||
# This file is part of OpenOffice.org.
|
||||
#
|
||||
|
@ -30,12 +30,16 @@
|
|||
#*************************************************************************
|
||||
|
||||
XSLDIR=$(SOLARXMLDIR)$/processing
|
||||
XCSROOT=$(SOLARXMLDIR)
|
||||
ABSXCSROOT=$(SOLARXMLDIR)
|
||||
ABSXCSROOT=$(PWD)$/$(MISC)$/$(EXTNAME)
|
||||
# ABSXCSROOT=$(MISC)$/$(EXTNAME)
|
||||
XCSROOT=..
|
||||
# XCSROOT=$(SOLARXMLDIR)
|
||||
# ABSXCSROOT=$(SOLARXMLDIR)
|
||||
DTDDIR=$(SOLARXMLDIR)
|
||||
PROCESSOUT=$(MISC)$/$(EXTNAME)
|
||||
PROCESSORDIR=$(SOLARBINDIR)
|
||||
|
||||
|
||||
# no validation by inspector class
|
||||
NO_INSPECTION=TRUE
|
||||
|
||||
|
|
Loading…
Reference in a new issue