diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-07-17 10:47:09 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2002-07-17 10:47:09 +0000 |
commit | e1c97726e0cfd472b7dab319a9df325a46b3414c (patch) | |
tree | e78343d3ed6a43d69916907558f12cf48e772648 /solenv/inc/wnt.mk | |
parent | eab1b785f89bcdbe38559a9a83f3f3ed0580d908 (diff) |
wrap regcomp
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r-- | solenv/inc/wnt.mk | 5 |
1 files changed, 3 insertions, 2 deletions
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 |