summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2002-07-17 10:47:09 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2002-07-17 10:47:09 +0000
commite1c97726e0cfd472b7dab319a9df325a46b3414c (patch)
treee78343d3ed6a43d69916907558f12cf48e772648
parenteab1b785f89bcdbe38559a9a83f3f3ed0580d908 (diff)
wrap regcomp
-rw-r--r--solenv/inc/settings.mk5
-rw-r--r--solenv/inc/wnt.mk5
2 files changed, 6 insertions, 4 deletions
diff --git a/solenv/inc/settings.mk b/solenv/inc/settings.mk
index 230c44af0374..134724f8b25f 100644
--- a/solenv/inc/settings.mk
+++ b/solenv/inc/settings.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: settings.mk,v $
#
-# $Revision: 1.116 $
+# $Revision: 1.117 $
#
-# last change: $Author: hjs $ $Date: 2002-07-09 13:34:05 $
+# last change: $Author: hjs $ $Date: 2002-07-17 11:46:43 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -1221,6 +1221,7 @@ SVXLIBS=svxitems dialogs editeng svrtf svdraw outliner xout si basicide \
IDLC*=idlc
REGMERGE*=regmerge
REGCOMPARE*=regcompare
+REGCOMP*=regcomp
CPPUMAKER*=cppumaker
JAVAMAKER*=javamaker
RDBMAKER*=rdbmaker
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index 4e30ec6928f3..6236e8e690d3 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.35 $
+# $Revision: 1.36 $
#
-# last change: $Author: hjs $ $Date: 2002-07-10 10:51:17 $
+# last change: $Author: hjs $ $Date: 2002-07-17 11:47:09 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -534,6 +534,7 @@ DLLPOSTFIX=mi
IDLC=guw.pl idlc
REGMERGE=guw.pl regmerge
REGCOMPARE=guw.pl regcompare
+REGCOMP=guw.pl regcomp
CPPUMAKER=guw.pl cppumaker
JAVAMAKER=guw.pl javamaker
RDBMAKER=guw.pl rdbmaker