From 06a2d16117729ad44c5a17a3074d7f04bece718e Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Tue, 9 Nov 2004 12:54:58 +0000
Subject: INTEGRATION: CWS jl13 (1.13.12); FILE MERGED 2004/10/15 15:41:08 jl
1.13.12.3: #i29390# 2004/10/05 07:58:52 jl 1.13.12.2: #i29390# A tool for use
in sdk to convert system paths to file URLs, which can be used as bootstrap
parameter 2004/09/30 14:38:51 jl 1.13.12.1: #i29390# adapt regcomp to new
Java framework
---
cpputools/prj/d.lst | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
(limited to 'cpputools/prj')
diff --git a/cpputools/prj/d.lst b/cpputools/prj/d.lst
index 8b19ef14a3af..a8becd004a96 100644
--- a/cpputools/prj/d.lst
+++ b/cpputools/prj/d.lst
@@ -1,9 +1,16 @@
..\%__SRC%\bin\regcomp.exe %_DEST%\bin%_EXT%\regcomp.exe
-..\%__SRC%\bin\regcomp %_DEST%\bin%_EXT%\regcomp
+..\%__SRC%\bin\regcomp %_DEST%\bin%_EXT%\regcomp.bin
+..\%__SRC%\misc\regcomp.sh %_DEST%\bin%_EXT%\regcomp
..\%__SRC%\bin\uno.exe %_DEST%\bin%_EXT%\uno.exe
..\%__SRC%\bin\uno %_DEST%\bin%_EXT%\uno
..\%__SRC%\bin\uno %_DEST%\bin%_EXT%\uno.bin
..\%__SRC%\bin\regsingleton.exe %_DEST%\bin%_EXT%\regsingleton.exe
..\%__SRC%\bin\regsingleton %_DEST%\bin%_EXT%\regsingleton
+..\%__SRC%\bin\sp2bv.exe %_DEST%\bin%_EXT%\sp2bv.exe
+..\%__SRC%\bin\sp2bv %_DEST%\bin%_EXT%\sp2bv
+
+
+
+
dos: sh -c "if test %OS% = MACOSX; then create-bundle %_DEST%\lib%_EXT%\*.dylib; fi"
--
cgit