diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-03-02 10:33:23 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-03-02 10:33:23 +0000 |
commit | 66cb96aa325711943afe7c989ce13856f479cf1e (patch) | |
tree | 950b0fef69ae65da89fd1ef1ef59ef0a9bb71bf6 /solenv | |
parent | 143900e3a07c21a4e893d709c3aa5048e05f9ad6 (diff) |
INTEGRATION: CWS ause07 (1.23.12); FILE MERGED
2004/03/01 15:03:00 hjs 1.23.12.1: #i24239# a bit of hack to ease transition
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/inc/unitools.mk | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/solenv/inc/unitools.mk b/solenv/inc/unitools.mk index c8331aa7c8d7..664370ddc102 100644 --- a/solenv/inc/unitools.mk +++ b/solenv/inc/unitools.mk @@ -2,9 +2,9 @@ # # $RCSfile: unitools.mk,v $ # -# $Revision: 1.23 $ +# $Revision: 1.24 $ # -# last change: $Author: vg $ $Date: 2003-12-17 18:07:06 $ +# last change: $Author: rt $ $Date: 2004-03-02 11:33:23 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -87,6 +87,9 @@ COPYUPDATE=/u ECHON*=echos ECHONL=echo. FIND*=$(BUILD_TOOLS)$/find.exe +.IF "(use_cygcp)"!="" +GNUCOPY=$(BUILD_TOOLS)$/gnucp.exe +.ENDIF # "(use_cygcp)"!="" GNUCOPY*=$(BUILD_TOOLS)$/cp.exe GNUMAKE*=$(ENV_TOOLS)$/gnumake.exe GREP*=$(ENV_TOOLS)$/grep32.exe |