CWS-TOOLING: integrate CWS jsc312

2008-12-04 17:08:20 +0100 jsc  r264858 : #i96902# update reference rdb
2008-12-04 17:06:34 +0100 jsc  r264857 : #i96902# update reference rdb
2008-11-28 14:54:24 +0100 jsc  r264556 : #i96671# correct location of generated scripts
2008-11-28 14:29:30 +0100 jsc  r264554 : #92661# minor changes
2008-11-28 09:36:27 +0100 jsc  r264527 : #92661# minor optimizations
2008-11-27 11:32:24 +0100 jsc  r264470 : #92661# retrieve lib path and load related library full qualified
2008-11-18 09:08:22 +0100 jsc  r263745 : #i93980# change docu, insert note that regview and regmerge are part of the ure
2008-11-18 09:05:12 +0100 jsc  r263744 : #i93980# remove regview and regmerge
2008-11-18 08:57:09 +0100 jsc  r263743 : #i93981# insert SDK rpath link option for regcompare
2008-11-18 08:55:08 +0100 jsc  r263742 : #i93981# insert SDK rpath link option
2008-11-17 16:26:25 +0100 jsc  r263727 : #i96055# correct brackets
This commit is contained in:
Rüdiger Timm
2008-12-11 13:10:39 +00:00
parent c6a3645a0e
commit 26db47abd0
5 changed files with 18 additions and 5 deletions

View File

@@ -77,6 +77,8 @@ APP1TARGET= $(TARGET)
APP1STACK= 1000000
APP1OBJS= $(OBJ)$/main.obj
APP1RPATH=SDK
.IF "$(GUI)"=="WNT"
APP1STDLIBS= $(LIBSTLPORT) $(COSVLIB) $(UDMLIB)
.ELSE

View File

@@ -521,8 +521,8 @@ print " * ... your SDK environment has been prepared.\n";
print " * For each time you want to use this configured SDK environment, you\n";
print " * have to run the \"setsdkenv_unix\" script file!\n";
print " * Alternatively can you source one of the scripts\n";
print " * \"$main::OO_SDK_CONFIG_HOME/setsdkenv_unix.sh\"\n";
print " * \"$main::OO_SDK_CONFIG_HOME/setsdkenv_unix.csh\"\n";
print " * \"$main::OO_SDK_CONFIG_HOME/$main::hostname/setsdkenv_unix.sh\"\n";
print " * \"$main::OO_SDK_CONFIG_HOME/$main::hostname/setsdkenv_unix.csh\"\n";
print " * to get an environment without starting a new shell.\n";
print " ************************************************************************\n\n";

View File

@@ -51,6 +51,19 @@
comes with the office installation and can be found in the program
directory of the office installation.</td>
</tr>
<tr valign="top">
<td class="content3"><img src="images/arrow-1.gif"></td>
<td><a href="#regmerge" title="link to the regmerge tool description">regmerge</a></td>
<td class="content87">Tool to merge several registry (e.g. type
libraries) files into one file. <b>Note:</b> Since OpenOffice.org 3 it is not longer part of the SDK but it comes directly with the office as part of the <b>ure</b>.</td>
</tr>
<tr valign="top">
<td class="content3"><img src="images/arrow-1.gif"></td>
<td><a href="#regview" title="link to the regview tool description">regview</a></td>
<td class="content87">Tool to view the content of a registry file
in a human readable manner. Special support for type library
nodes. <b>Note:</b> Since OpenOffice.org 3 it is not longer part of the SDK but it comes directly with the office as part of the <b>ure</b>.</td>
</tr>
<tr valign="middle">
<td colspan="3"><img class="line" src="images/sdk_line-1.gif"></td>
</tr>

View File

@@ -55,8 +55,6 @@ IDL_SINCE_TAGS=apiref-autodoc.since
EXELIST = \
$(DESTDIRBIN)$/cppumaker$(EXEPOSTFIX) \
$(DESTDIRBIN)$/regcompare$(EXEPOSTFIX) \
$(DESTDIRBIN)$/regmerge$(EXEPOSTFIX) \
$(DESTDIRBIN)$/regview$(EXEPOSTFIX) \
$(DESTDIRBIN)$/idlcpp$(EXEPOSTFIX) \
$(DESTDIRBIN)$/idlc$(EXEPOSTFIX) \
$(DESTDIRBIN)$/javamaker$(EXEPOSTFIX) \

View File

@@ -48,7 +48,7 @@ if (-d "$StartDir") {
print "check binaries: ";
if (-d "$StartDir/bin") {
my @binarylist = ( "idlc","idlcpp","cppumaker","javamaker",
"regcompare","regmerge","regview","autodoc",
"regcompare","autodoc",
"unoapploader", "uno-skeletonmaker" );
foreach $i (@binarylist)