diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 12:54:58 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-11-09 12:54:58 +0000 |
commit | 06a2d16117729ad44c5a17a3074d7f04bece718e (patch) | |
tree | ac68458b4315b863e308d73a1ee426ca46dd519f /cpputools/prj | |
parent | ab52baff12e754799f77a789b522b72993ea7331 (diff) |
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
Diffstat (limited to 'cpputools/prj')
-rw-r--r-- | cpputools/prj/d.lst | 9 |
1 files changed, 8 insertions, 1 deletions
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" |