Commit graph

8340 commits

Author SHA1 Message Date
Ivo Hinkelmann
d0ecd9768c INTEGRATION: CWS dmake411 (1.2.2); FILE MERGED
2007/10/11 20:36:31 vq 1.2.2.3: #i81855# Add a comment about building dmake on OS/2.
2007/09/23 22:05:02 vq 1.2.2.2: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:27:27 vq 1.2.2.1: #i81855# Revert change to make.cmd as it refers to a non-existing script
in dmake\os2\gcc\emx\mk.cmd.
2007-10-15 14:40:32 +00:00
Ivo Hinkelmann
8c8f0e51a8 INTEGRATION: CWS dmake411 (1.9.4); FILE MERGED
2007/09/19 00:34:31 vq 1.9.4.15: #i81252# Add a new SHELLCMDQUOTE control macro.
2007/09/14 03:40:58 vq 1.9.4.14: #i81296# Clear flags indicating that targets that infered makefiles (and
their prerequisites) were previously build.
2007/09/08 18:20:35 vq 1.9.4.13: #i10000# Add some output for .INCLUDE operations when the -vf verbose
flag is given.
2007/09/02 10:44:26 vq 1.9.4.12: #i67911# Wait with the deletion of temporary files until the target is
completely made.
2007/08/25 19:34:32 vq 1.9.4.11: #i64572# If a target without recipes has an existing file use its time
stamp only if the time is newer than the one of the its newest prerequisite.
2007/08/21 15:09:25 vq 1.9.4.10: #i64572# To keep the dependency chains intact targets without recipes inherit
the time of their newest prerequisite. (Additional patches are needed as
currently the F_RULES flag is not always set correctly.)
2007/08/18 22:23:40 vq 1.9.4.9: #i64572# Make dmake warn if the time stamp of a target is not updated
after making the target. This warning can be silenced using the
.SILENT attribute.
2007/08/18 03:21:48 vq 1.9.4.8: #i10000# Remove unused variable.
2007/08/18 03:16:50 vq 1.9.4.7: #i10000# Add some comments.
2007/08/15 21:25:21 vq 1.9.4.6: #i80687# Fix building of inferred phony prerequisites.
2007/08/14 17:55:49 vq 1.9.4.5: #i64572# Revert previous patch.
2007/08/13 15:33:17 vq 1.9.4.4: #i64572# Make dmake warn if the time stamp of a target is not updated
after making the target.
2007/08/05 18:55:42 vq 1.9.4.3: #i70168# Clear F_MARK flag after dynamic prerequisite expansion is done.
2007/08/04 18:42:31 vq 1.9.4.2: #i80352# Fix .PRECIOUS attribute.
2007/07/12 22:59:49 vq 1.9.4.1: #i69462# Do not assume that non-existing prerequisites for %-targets have
the same time stamp as the parent target. Testcase added.
2007-10-15 14:40:19 +00:00
Ivo Hinkelmann
551eb4d6c3 INTEGRATION: CWS dmake411 (1.2.16); FILE MERGED
2007/08/09 19:46:38 vq 1.2.16.3:
#i69510# Change error on assignment to an empty macro name to a warning.
2007/08/08 16:54:59 vq 1.2.16.2: #i69510# Improve error message.
2007/08/08 16:52:21 vq 1.2.16.1: #i69510# Improve macro name syntax check during assignment.
2007-10-15 14:40:02 +00:00
Ivo Hinkelmann
f6c2da4d3a INTEGRATION: CWS dmake411 (1.7.4); FILE MERGED
2007/08/10 17:39:24 vq 1.7.4.7: #i66751# Make sure that infered phony %-targets do not have a time stamp.
2007/08/10 15:42:07 vq 1.7.4.6: #i66751# Accept .PHONY attribute in %-targets.
2007/08/05 17:51:32 vq 1.7.4.5: #i80144# Clean-up.
2007/08/05 17:03:43 vq 1.7.4.4: #i80144# Change error about ambigous inference targets to warning.
2007/08/01 00:29:43 vq 1.7.4.3: #i80143# Fix problem marking some intermediate targets removable.
2007/07/30 02:28:10 vq 1.7.4.2: #i80144# Improve check for ambiguous inference chains.
2007/07/29 16:10:54 vq 1.7.4.1: #i10000# Add comments to documents aspects of the inference mechanism.
2007-10-15 14:39:49 +00:00
Ivo Hinkelmann
e848d1bfc5 INTEGRATION: CWS dmake411 (1.7.2); FILE MERGED
2007/09/22 23:05:37 vq 1.7.2.2: #i81855# Clean-up merge from CWS os2port01.
2007/09/19 00:34:31 vq 1.7.2.1: #i81252# Add a new SHELLCMDQUOTE control macro.
2007-10-15 14:39:37 +00:00
Ivo Hinkelmann
fbc0d5cc3e INTEGRATION: CWS dmake411 (1.9.4); FILE MERGED
2007/09/19 00:34:30 vq 1.9.4.2: #i81252# Add a new SHELLCMDQUOTE control macro.
2007/07/05 21:17:13 vq 1.9.4.1: #i79200# Remove unneeded error on defined or DEFINED after .IF expression.
2007-10-15 14:39:23 +00:00
Ivo Hinkelmann
bf1dc2eceb INTEGRATION: CWS dmake411 (1.10.6); FILE MERGED
2007/08/28 18:28:23 vq 1.10.6.3: #i64234# Fix $(mktmp ..) handling of leading spaces.
2007/08/05 21:10:13 vq 1.10.6.2: #i50092# Enhance $(shell,expand .. ) parsing. Add testcase.
2007/07/24 23:00:27 vq 1.10.6.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:39:11 +00:00
Ivo Hinkelmann
71534fc7c4 INTEGRATION: CWS dmake411 (1.11.4); FILE MERGED
2007/09/23 22:05:02 vq 1.11.4.3: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/14 03:40:58 vq 1.11.4.2: #i81296# Clear flags indicating that targets that infered makefiles (and
their prerequisites) were previously build.
2007/07/24 23:00:27 vq 1.11.4.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:39:00 +00:00
Ivo Hinkelmann
46d0ea15a4 INTEGRATION: CWS dmake411 (1.6.16); FILE MERGED
2007/09/23 22:05:02 vq 1.6.16.6: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:08:34 vq 1.6.16.5: RESYNC: (1.6-1.7); FILE MERGED
2007/07/31 02:23:31 vq 1.6.16.4: #i80009# Add missing string initialization.
2007/07/27 19:47:09 vq 1.6.16.3: #i80010# Keep quotes for :1 and :i macro extensions.
2007/07/26 22:27:21 vq 1.6.16.2: #i80009# Fix handling of quoted filenames for :b :d :e :f macro expansions.
2007/07/24 23:00:26 vq 1.6.16.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:38:46 +00:00
Ivo Hinkelmann
7e5a05dd14 INTEGRATION: CWS dmake411 (1.7.4); FILE MERGED
2007/09/14 00:08:59 vq 1.7.4.3: #i81296# Remove bit recycling for F_VISITED/F_USED. Use only F_VISITED.
2007/08/18 03:16:50 vq 1.7.4.2: #i10000# Add some comments.
2007/07/24 23:00:26 vq 1.7.4.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:38:34 +00:00
Ivo Hinkelmann
81c04183a9 INTEGRATION: CWS dmake411 (1.10.4); FILE MERGED
2007/09/23 22:05:02 vq 1.10.4.6: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:08:30 vq 1.10.4.5: RESYNC: (1.10-1.11); FILE MERGED
2007/09/21 23:14:14 vq 1.10.4.4: #i81296# Change comment.
2007/09/16 03:57:12 vq 1.10.4.3: #i74007# Revert the part of the previous patch that lets OOODMAKEMODE
always be imported from the environment. Instead move the definition
of targets from the command line after the evaluation of the startup
makefile.
2007/09/16 03:03:40 vq 1.10.4.2: #i74007# Always import OOODMAKEMODE from the environment. Define targets from
the command line after the macros from the command line and OOODMAKEMODE
from the environment are set.
2007/09/14 03:40:58 vq 1.10.4.1: #i81296# Clear flags indicating that targets that infered makefiles (and
their prerequisites) were previously build.
2007-10-15 14:38:21 +00:00
Ivo Hinkelmann
8b8a491ab8 INTEGRATION: CWS dmake411 (1.10.2); FILE MERGED
2007/07/24 23:00:26 vq 1.10.2.1: #i78776# New function macro $(normpath[,para] list) to normalise the
elements of list and a macro extension $(macro_name:n) to normalise
the content of macro_name. The normalization is done token-wise and
quotes are preserved.
On cygwin the result honors the setting of .WINPATH to determine the
output format.  If the optional parameter para is given in the
$(normpath ...) case its expanded value is used to override the
.WINPATH setting for the output of the function macro.
2007-10-15 14:38:09 +00:00
Ivo Hinkelmann
ee660231be INTEGRATION: CWS dmake411 (1.29.2); FILE MERGED
2007/10/13 23:43:18 vq 1.29.2.5: #i79272# Release dmake 4.11.
2007/09/23 22:05:02 vq 1.29.2.4: #i81855# More changes for the OS/2 port.
Patch provided by Yuri Dario.
2007/09/22 22:08:27 vq 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED
2007/07/28 17:12:02 vq 1.29.2.2: #i79815# Fix default DMAKEROOT macro value.
2007/07/05 15:58:50 vq 1.29.2.1: #i79271# Bump version to 4.11-cvs.
2007-10-15 14:37:46 +00:00
Ivo Hinkelmann
5e4ca33d8e INTEGRATION: CWS dmake411 (1.22.2); FILE MERGED
2007/10/13 23:43:18 vq 1.22.2.5: #i79272# Release dmake 4.11.
2007/09/23 22:12:06 vq 1.22.2.4: #i81855# Regenerate configure and friends.
2007/09/22 23:11:20 vq 1.22.2.3: #i81855# Regenerate configure and friends.
2007/07/28 17:12:01 vq 1.22.2.2: #i79815# Fix default DMAKEROOT macro value.
2007/07/05 15:58:50 vq 1.22.2.1: #i79271# Bump version to 4.11-cvs.
2007-10-15 14:37:33 +00:00
Ivo Hinkelmann
e494403add INTEGRATION: CWS dmake411 (1.9.2); FILE MERGED
2007/10/13 23:43:18 vq 1.9.2.5: #i79272# Release dmake 4.11.
2007/09/22 23:05:37 vq 1.9.2.4: #i81855# Clean-up merge from CWS os2port01.
2007/09/22 00:46:32 vq 1.9.2.3: #i79271# Update NEWS file.
2007/07/27 17:06:25 vq 1.9.2.2: #i78776# Document new normalizing function macro and macro extension.
2007/07/05 15:58:50 vq 1.9.2.1: #i79271# Bump version to 4.11-cvs.
2007-10-15 14:37:17 +00:00
Ivo Hinkelmann
1bd7895b0d INTEGRATION: CWS dmake411 (1.8.2); FILE MERGED
2007/10/13 23:46:45 vq 1.8.2.19: #i10000# Update ChangeLog.
2007/09/24 21:50:56 vq 1.8.2.18: #i10000# Update ChangeLog.
2007/09/23 22:14:46 vq 1.8.2.17: #i10000# Update ChangeLog.
2007/09/22 23:15:38 vq 1.8.2.16: #i10000# Update ChangeLog.
2007/09/22 00:54:41 vq 1.8.2.15: #i10000# Update ChangeLog.
2007/09/16 17:15:01 vq 1.8.2.14: #i10000# Update ChangeLog.
2007/09/02 11:13:55 vq 1.8.2.13: #i10000# Update ChangeLog.
2007/08/29 02:39:02 vq 1.8.2.12: #i10000# Update ChangeLog.
2007/08/25 21:02:50 vq 1.8.2.11: #i10000# Update ChangeLog.
2007/08/15 21:50:37 vq 1.8.2.10: #i10000# Update ChangeLog.
2007/08/10 18:05:48 vq 1.8.2.9: #i10000# Update ChangeLog.
2007/08/08 17:53:37 vq 1.8.2.8: #i10000# Update ChangeLog.
2007/08/05 19:06:42 vq 1.8.2.7: #i10000# Update ChangeLog.
2007/08/05 17:05:37 vq 1.8.2.6: #i10000# Update ChangeLog.
2007/08/04 19:01:23 vq 1.8.2.5: #i10000# Update ChangeLog.
2007/08/01 01:05:39 vq 1.8.2.4: #i10000# Update ChangeLog.
2007/07/28 17:31:17 vq 1.8.2.3: #i10000# Update ChangeLog.
2007/07/26 22:33:25 vq 1.8.2.2: #i10000# Update ChangeLog.
2007/07/05 21:21:47 vq 1.8.2.1: #i10000# Update ChangeLog.
2007-10-15 14:36:57 +00:00
Ivo Hinkelmann
69429d1457 INTEGRATION: CWS vgbugs08 (1.10.42); FILE MERGED
2007/09/27 10:12:57 vg 1.10.42.1: #i81820# fully stripped basenames
2007-10-15 13:29:29 +00:00
Ivo Hinkelmann
f4ed2f074a INTEGRATION: CWS vgbugs08 (1.2.148); FILE MERGED
2007/09/27 11:14:50 vg 1.2.148.1: cleanup: removed unused variables
2007-10-15 13:29:11 +00:00
Ivo Hinkelmann
c0f3763787 INTEGRATION: CWS vgbugs08 (1.157.90); FILE MERGED
2007/10/15 12:35:53 vg 1.157.90.5: #i69471# fix for cygwin
2007/09/25 14:54:47 vg 1.157.90.4: use library functions instead of self-implemented
2007/09/14 15:14:55 vg 1.157.90.3: #i69471# corrected windows paths in html page
2007/09/14 11:49:51 vg 1.157.90.2: #i79655# get rid of regular sleeps for UNIX
2007/09/10 15:37:17 vg 1.157.90.1: #i79655# Fix sleeps in build.pl for UNIX
2007-10-15 13:28:59 +00:00
Vladimir Glazounov
df02494d3c INTEGRATION: CWS native106 (1.11.238); FILE MERGED
2007/08/14 14:11:38 is 1.11.238.1: #i78125# starting apps from command line
2007-10-15 12:37:32 +00:00
Vladimir Glazounov
18f36c0a08 INTEGRATION: CWS native106 (1.21.238); FILE MERGED
2007/08/14 14:11:37 is 1.21.238.1: #i78125# starting apps from command line
2007-10-15 12:37:18 +00:00
Vladimir Glazounov
b058a2a1ca INTEGRATION: CWS native106 (1.11.238); FILE MERGED
2007/08/14 14:11:37 is 1.11.238.1: #i78125# starting apps from command line
2007-10-15 12:37:05 +00:00
Vladimir Glazounov
e91f0bc908 INTEGRATION: CWS native106 (1.12.238); FILE MERGED
2007/08/14 14:11:37 is 1.12.238.1: #i78125# starting apps from command line
2007-10-15 12:36:41 +00:00
Vladimir Glazounov
cba8a55eb2 INTEGRATION: CWS native106 (1.6.238); FILE MERGED
2007/08/14 14:11:36 is 1.6.238.1: #i78125# starting apps from command line
2007-10-15 12:36:16 +00:00
Vladimir Glazounov
4493317b3b INTEGRATION: CWS native106 (1.11.64); FILE MERGED
2007/08/13 14:38:18 is 1.11.64.1: #i80639# new string for Windows Installer title
2007-10-15 12:35:27 +00:00
Vladimir Glazounov
96d1ca995a INTEGRATION: CWS native106 (1.10.56); FILE MERGED
2007/08/13 15:31:16 is 1.10.56.1: #i80478# removing western language list
2007-10-15 12:34:48 +00:00
Vladimir Glazounov
6b69aa21a4 INTEGRATION: CWS native106 (1.71.44); FILE MERGED
2007/08/13 15:31:16 is 1.71.44.1: #i80478# removing western language list
2007-10-15 12:34:35 +00:00
Vladimir Glazounov
f595f0877b INTEGRATION: CWS ldump01 (1.3.64); FILE MERGED
2007/10/10 13:08:37 vg 1.3.64.1: #i82474# anonymous namespace symbol filtering
2007-10-15 12:30:54 +00:00
Vladimir Glazounov
301131a5af INTEGRATION: CWS ldump01 (1.16.4); FILE MERGED
2007/10/10 13:08:37 vg 1.16.4.1: #i82474# anonymous namespace symbol filtering
2007-10-15 12:30:42 +00:00
Vladimir Glazounov
5f8b3ff0ef INTEGRATION: CWS sb71 (1.14.16); FILE MERGED
2007/08/15 07:34:40 sb 1.14.16.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway.
2007/08/13 13:07:15 sb 1.14.16.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all).
2007/07/10 14:22:21 sb 1.14.16.2: #i77184# Improved previous change.
2007/07/10 11:10:43 sb 1.14.16.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).
2007-10-15 12:05:39 +00:00
Vladimir Glazounov
448d4e752c INTEGRATION: CWS sb71 (1.5.70); FILE MERGED
2007/10/02 10:32:24 sb 1.5.70.5: RESYNC: (1.5-1.6); FILE MERGED
2007/08/15 07:34:39 sb 1.5.70.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway.
2007/08/13 13:07:15 sb 1.5.70.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all).
2007/07/10 14:22:21 sb 1.5.70.2: #i77184# Improved previous change.
2007/07/10 11:10:43 sb 1.5.70.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).
2007-10-15 12:05:19 +00:00
Vladimir Glazounov
585ef5a067 INTEGRATION: CWS sb71 (1.8.14); FILE MERGED
2007/08/15 07:34:39 sb 1.8.14.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway.
2007/08/13 13:07:15 sb 1.8.14.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all).
2007/07/10 14:22:21 sb 1.8.14.2: #i77184# Improved previous change.
2007/07/10 11:10:43 sb 1.8.14.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).
2007-10-15 12:05:06 +00:00
Vladimir Glazounov
8312bcd8e3 INTEGRATION: CWS sb71 (1.10.14); FILE MERGED
2007/10/02 10:31:38 sb 1.10.14.5: RESYNC: (1.10-1.11); FILE MERGED
2007/08/15 07:34:39 sb 1.10.14.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway.
2007/08/13 13:07:15 sb 1.10.14.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all).
2007/07/10 14:22:21 sb 1.10.14.2: #i77184# Improved previous change.
2007/07/10 11:10:43 sb 1.10.14.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).
2007-10-15 12:04:55 +00:00
Vladimir Glazounov
2be4797342 INTEGRATION: CWS sb71 (1.7.24); FILE MERGED
2007/08/15 07:34:39 sb 1.7.24.4: #i77184# Windows /DELAYLOAD depends on objects delivered from sal, but is not needed for this internal tool, anyway.
2007/08/13 13:07:14 sb 1.7.24.3: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all).
2007/07/10 14:22:21 sb 1.7.24.2: #i77184# Improved previous change.
2007/07/10 11:10:42 sb 1.7.24.1: #i77184# soltools does not use the Windows delayload mechanism (it is below sal where the delayload.obj is built).
2007-10-15 12:04:44 +00:00
Vladimir Glazounov
26420a7858 INTEGRATION: CWS sb71 (1.37.70); FILE MERGED
2007/08/23 18:09:54 sb 1.37.70.3: RESYNC: (1.39-1.40); FILE MERGED
2007/06/15 08:21:55 sb 1.37.70.2: RESYNC: (1.37-1.39); FILE MERGED
2007/04/13 15:27:50 sb 1.37.70.1: #i75466# New OOo-wo-URE product.
2007-10-15 11:57:36 +00:00
Vladimir Glazounov
4ea2f6b70a INTEGRATION: CWS sb71 (1.44.4); FILE MERGED
2007/10/02 10:19:20 sb 1.44.4.8: RESYNC: (1.49-1.50); FILE MERGED
2007/08/23 18:07:56 sb 1.44.4.7: RESYNC: (1.48-1.49); FILE MERGED
2007/08/20 08:57:58 sb 1.44.4.6: #i75466# Set URE_BIN_DIR in rc file on all platforms (instead of in startup scripts on Linux/Solaris etc. and in rc files on others).
2007/07/18 12:33:28 sb 1.44.4.5: RESYNC: (1.45-1.48); FILE MERGED
2007/05/30 14:30:23 sb 1.44.4.4: RESYNC: (1.44-1.45); FILE MERGED
2007/05/08 14:06:47 sb 1.44.4.3: #i75466# Find a place to set URE_BIN_DIR on Windows (set in the soffice etc. start scripts on Unix).
2007/04/26 08:38:29 sb 1.44.4.2: #i75466# UNO_SETTINGS in the Jvmfwk_Ini appears to be unused.
2007/04/16 13:53:37 sb 1.44.4.1: #i75466# Use of vnd.sun.star.expand: URLs in javavendors.xml requires URE_INTERNAL_LIB_DIR to be set in OOo unorc/uno.ini.
2007-10-15 11:56:42 +00:00
Vladimir Glazounov
5a74b51142 INTEGRATION: CWS sb71 (1.69.22); FILE MERGED
2007/10/02 10:18:15 sb 1.69.22.3: RESYNC: (1.71-1.74); FILE MERGED
2007/08/23 18:07:48 sb 1.69.22.2: RESYNC: (1.69-1.71); FILE MERGED
2007/08/21 14:59:31 sb 1.69.22.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.
2007-10-15 11:56:29 +00:00
Vladimir Glazounov
4f8f379d4f INTEGRATION: CWS sb71 (1.208.8); FILE MERGED
2007/10/02 10:17:23 sb 1.208.8.3: RESYNC: (1.217-1.218); FILE MERGED
2007/08/23 18:06:41 sb 1.208.8.2: RESYNC: (1.208-1.217); FILE MERGED
2007/08/21 14:59:30 sb 1.208.8.1: #i75466# Have loaders around OOo executables to set PATH and URE_BOOTSTRAP environment variables appropriately.
2007-10-15 11:56:16 +00:00
Vladimir Glazounov
8bcb9e9861 INTEGRATION: CWS sb71 (1.39.8); FILE MERGED
2007/08/24 09:51:00 sb 1.39.8.3: #i75466# Missing PATCH flag.
2007/07/25 11:55:01 sb 1.39.8.2: #i75466# Fixed previous change.
2007/07/23 12:41:23 sb 1.39.8.1: #i75466# Make the MacOS directory a symbolic link to the program directory (so that the program directory is available on all platforms).
2007-10-15 11:55:55 +00:00
Vladimir Glazounov
86225b369e INTEGRATION: CWS sb71 (1.6.538); FILE MERGED
2007/04/13 14:35:41 sb 1.6.538.1: #i75466# New OOo-wo-URE product.
2007-10-15 11:55:42 +00:00
Vladimir Glazounov
ea93db9655 INTEGRATION: CWS sb71 (1.23.112); FILE MERGED
2007/04/13 14:35:40 sb 1.23.112.1: #i75466# New OOo-wo-URE product.
2007-10-15 11:55:31 +00:00
Vladimir Glazounov
91fd802b46 INTEGRATION: CWS sb71 (1.13.36); FILE MERGED
2007/07/25 12:01:12 sb 1.13.36.1: #i77184# Drop MSVCRTLIB again and use already existing LIBCMT instead (which for wntmsci10 and wntmsci11 at least correctly differentiates between using msvcrt.lib and msvcrtd.lib; this probably needs to be added for wntgcci6, too).
2007-10-15 11:42:39 +00:00
Vladimir Glazounov
77b4ee9bcd INTEGRATION: CWS sb71 (1.31.8); FILE MERGED
2007/10/09 08:18:17 sb 1.31.8.9: Fix for cygwin environment.
2007/10/02 09:48:02 sb 1.31.8.8: RESYNC: (1.32-1.33); FILE MERGED
2007/08/23 17:51:13 sb 1.31.8.7: RESYNC: (1.31-1.32); FILE MERGED
2007/08/13 14:16:26 sb 1.31.8.6: #i77184# Dropped /DELAYLOAD for STLport and libxml2 again---too much trouble.
2007/08/13 13:04:44 sb 1.31.8.5: #i77184# Dropped NO_WINDOWS_DELAYLOAD again (probably not needed at the moment after all).
2007/07/25 12:01:12 sb 1.31.8.4: #i77184# Drop MSVCRTLIB again and use already existing LIBCMT instead (which for wntmsci10 and wntmsci11 at least correctly differentiates between using msvcrt.lib and msvcrtd.lib; this probably needs to be added for wntgcci6, too).
2007/07/12 16:17:18 hro 1.31.8.3: #i77184# Use _pRawDllMain entry point for current module file name detection
2007/07/09 13:33:54 hro 1.31.8.2: #77184# Use delayload.obj from local output tree in SAL
2007/07/09 09:16:23 hro 1.31.8.1: #77184# Use /DELAYLOAD for URE libs
2007-10-15 11:42:27 +00:00
Vladimir Glazounov
c8fc2b851f INTEGRATION: CWS sb71 (1.4.26); FILE MERGED
2007/07/25 12:01:12 sb 1.4.26.1: #i77184# Drop MSVCRTLIB again and use already existing LIBCMT instead (which for wntmsci10 and wntmsci11 at least correctly differentiates between using msvcrt.lib and msvcrtd.lib; this probably needs to be added for wntgcci6, too).
2007-10-15 11:42:14 +00:00
Vladimir Glazounov
7d7e740004 INTEGRATION: CWS sb71 (1.38.6); FILE MERGED
2007/10/02 09:47:53 sb 1.38.6.6: RESYNC: (1.42-1.44); FILE MERGED
2007/08/23 17:50:46 sb 1.38.6.5: RESYNC: (1.41-1.42); FILE MERGED
2007/06/15 08:13:08 sb 1.38.6.4: RESYNC: (1.39-1.41); FILE MERGED
2007/06/14 15:09:32 sb 1.38.6.3: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
2007/05/30 14:08:12 sb 1.38.6.2: RESYNC: (1.38-1.39); FILE MERGED
2007/04/13 14:53:13 sb 1.38.6.1: #i75466# Added ure-link/lib to the general LINKFLAGSRUNPATH (in cases to which this does not pertain the bogus additional path is harmless, but still should be cleaned away).
2007-10-15 11:42:02 +00:00
Vladimir Glazounov
8b6b4cc1b9 INTEGRATION: CWS sb71 (1.32.6); FILE MERGED
2007/10/02 09:47:45 sb 1.32.6.6: RESYNC: (1.36-1.38); FILE MERGED
2007/08/23 17:50:39 sb 1.32.6.5: RESYNC: (1.35-1.36); FILE MERGED
2007/06/15 08:13:00 sb 1.32.6.4: RESYNC: (1.33-1.35); FILE MERGED
2007/06/14 15:09:32 sb 1.32.6.3: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
2007/05/30 14:08:01 sb 1.32.6.2: RESYNC: (1.32-1.33); FILE MERGED
2007/04/13 14:53:12 sb 1.32.6.1: #i75466# Added ure-link/lib to the general LINKFLAGSRUNPATH (in cases to which this does not pertain the bogus additional path is harmless, but still should be cleaned away).
2007-10-15 11:41:49 +00:00
Vladimir Glazounov
4954c7e6ba INTEGRATION: CWS sb71 (1.9.6); FILE MERGED
2007/08/23 17:50:22 sb 1.9.6.2: RESYNC: (1.9-1.10); FILE MERGED
2007/06/14 15:09:32 sb 1.9.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
2007-10-15 11:41:38 +00:00
Vladimir Glazounov
3b20a7208e INTEGRATION: CWS sb71 (1.20.6); FILE MERGED
2007/08/23 17:50:05 sb 1.20.6.2: RESYNC: (1.20-1.21); FILE MERGED
2007/06/14 15:09:32 sb 1.20.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
2007-10-15 11:41:27 +00:00
Vladimir Glazounov
3ccab34f38 INTEGRATION: CWS sb71 (1.26.6); FILE MERGED
2007/08/23 17:49:48 sb 1.26.6.3: RESYNC: (1.27-1.28); FILE MERGED
2007/07/18 12:00:44 sb 1.26.6.2: RESYNC: (1.26-1.27); FILE MERGED
2007/06/14 15:09:32 sb 1.26.6.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
2007-10-15 11:41:14 +00:00
Vladimir Glazounov
729d7abfec INTEGRATION: CWS sb71 (1.32.16); FILE MERGED
2007/10/02 09:47:38 sb 1.32.16.6: RESYNC: (1.39-1.40); FILE MERGED
2007/08/23 17:49:32 sb 1.32.16.5: RESYNC: (1.36-1.39); FILE MERGED
2007/06/15 08:12:53 sb 1.32.16.4: RESYNC: (1.34-1.36); FILE MERGED
2007/06/14 15:09:32 sb 1.32.16.3: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
2007/05/30 14:07:29 sb 1.32.16.2: RESYNC: (1.32-1.34); FILE MERGED
2007/04/13 14:53:12 sb 1.32.16.1: #i75466# Added ure-link/lib to the general LINKFLAGSRUNPATH (in cases to which this does not pertain the bogus additional path is harmless, but still should be cleaned away).
2007-10-15 11:41:01 +00:00