summaryrefslogtreecommitdiff
path: root/officecfg/org
diff options
context:
space:
mode:
authorArmin Theissen <armin@openoffice.org>2000-10-27 14:56:05 +0000
committerArmin Theissen <armin@openoffice.org>2000-10-27 14:56:05 +0000
commitd0b97b89452a5655f55a65a4c162a38f20f4bb34 (patch)
treea561ee8775341263b9d436db04faad300c84c160 /officecfg/org
parentc648b3b610884745fb8b66598a4927495fa8b824 (diff)
classpath also for gui==win now
Diffstat (limited to 'officecfg/org')
-rw-r--r--officecfg/org/openoffice/helper/makefile.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/officecfg/org/openoffice/helper/makefile.mk b/officecfg/org/openoffice/helper/makefile.mk
index cfc466170a62..6c0607e39c1b 100644
--- a/officecfg/org/openoffice/helper/makefile.mk
+++ b/officecfg/org/openoffice/helper/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.2 $
+# $Revision: 1.3 $
#
-# last change: $Author: dg $ $Date: 2000-09-21 09:51:32 $
+# last change: $Author: armin $ $Date: 2000-10-27 15:56:05 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -72,8 +72,6 @@ PACKAGE=org$/openoffice$/helper
.INCLUDE : settings.mk
.INCLUDE : sv.mk
-EXTRAJARFILES = jaxp.jar parser.jar
-
JAVACLASSFILES= \
$(CLASSDIR)$/$(PACKAGE)$/Validator.class \
$(CLASSDIR)$/$(PACKAGE)$/PrettyPrinter.class
@@ -92,3 +90,8 @@ JARCOMPRESS = TRUE
.INCLUDE : target.mk
+.IF "$(GUI)"=="WIN"
+CLASSPATH:=$(COMMON_BUILD_TOOLS)$/jaxp.jar;$(COMMON_BUILD_TOOLS)$/parser.jar
+.ELSE
+CLASSPATH:=$(COMMON_BUILD_TOOLS)$/jaxp.jar:$(COMMON_BUILD_TOOLS)$/parser.jar
+.ENDIF