summaryrefslogtreecommitdiff
path: root/solenv/inc/wnt.mk
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2004-01-29 10:53:18 +0000
committerKurt Zenker <kz@openoffice.org>2004-01-29 10:53:18 +0000
commit0c8f02ef614e579160251c20af87016a0856c3a0 (patch)
treede17b457353259756b9fd6fe1eff6f71b6e35ea3 /solenv/inc/wnt.mk
parent01fa5c3a65d418070d3395629a7eb3b1f6312112 (diff)
INTEGRATION: CWS newscptools (1.60.4); FILE MERGED
2004/01/20 15:55:38 is 1.60.4.1: #i24601# new scp tooling
Diffstat (limited to 'solenv/inc/wnt.mk')
-rw-r--r--solenv/inc/wnt.mk10
1 files changed, 6 insertions, 4 deletions
diff --git a/solenv/inc/wnt.mk b/solenv/inc/wnt.mk
index d3ad58cd7ad0..c77d2e31aa0f 100644
--- a/solenv/inc/wnt.mk
+++ b/solenv/inc/wnt.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: wnt.mk,v $
#
-# $Revision: 1.60 $
+# $Revision: 1.61 $
#
-# last change: $Author: vg $ $Date: 2003-12-18 10:58:18 $
+# last change: $Author: kz $ $Date: 2004-01-29 11:53:18 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -428,8 +428,10 @@ RDBMAKER=$(WRAPCMD) rdbmaker
STARDEP=$(WRAPCMD) javadep
JAVAC=$(WRAPCMD) javac
JAVA=$(WRAPCMD) java
-SCPCOMP=$(WRAPCMD) scpcomp
-SCPLINK=$(WRAPCMD) scplink
+#SCPCOMP=$(WRAPCMD) scpcomp
+#SCPLINK=$(WRAPCMD) scplink
+SCPCOMP=$(WRAPCMD) $(PERL) $(SOLARENV)$/bin/pre2par.pl
+SCPLINK=$(WRAPCMD) $(PERL) $(SOLARENV)$/bin/par2script.pl
LZIP=$(WRAPCMD) -env lzip
CPPLCC=$(WRAPCMD) cpplcc
.ENDIF # "$(USE_SHELL)"=="4nt"