Commit graph

139 commits

Author SHA1 Message Date
sb
b1158104ab sb118: merged in re/DEV300_next towards DEV300_m76 2010-04-07 13:14:23 +02:00
tono
069df7283e i#110195: Mingw port update fix: fix tg_shl.mk to work without .def file 2010-03-24 19:28:54 +09:00
sb
35ec6ba5ee sb118: merged in DEV300_m72 2010-02-25 12:46:45 +01:00
Jens-Heiner Rechtien
f281d77a21 changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
sb
945e82ce2c sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, and simplified it by requiring that first section is labeled UDK_3_0_0; adapted map files accordingly, replacing many individual ones with solenv/src templates 2010-01-29 17:01:54 +01:00
sb
abe1d852c9 sb116: #i106845# removed obsolete IRIX port 2009-11-13 11:04:06 +01:00
Vladimir Glazounov
e89f88f7f1 CWS-TOOLING: integrate CWS buildverbosity
2009-10-13 15:51:48 +0200 fs  r276867 : allow building with 'nodep'==''
2009-10-11 22:39:56 +0200 fs  r276820 : silence a compiler warning in a file only used when VERBOSE!=""
2009-10-09 14:37:43 +0200 fs  r276807 : let not override the non-presence of $VERBOSE the given command line arguments
2009-10-09 14:36:25 +0200 fs  r276806 : also deliver spirit/home/classic/debug/impl
2009-10-08 13:38:07 +0200 fs  r276789 : not that many line feeds in --show mode
2009-10-08 13:13:01 +0200 fs  r276788 : minor adjustments requested by hjs:
- replaced space/tab mixes at beginning of lines with mere tab
- made "nothing to update" message for the ZIPALLTARGET target more prominent
- removed useless "echo > /dev/nul" statements
2009-10-07 13:32:12 +0200 fs  r276753 : #i105585#
2009-10-07 11:31:59 +0200 fs  r276742 : #i10000# missing dependency between stoc/security and stoc/util
2009-10-06 22:59:59 +0200 fs  r276729 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276699 (milestone: DEV300:m61)
2009-09-29 12:04:58 +0200 fs  r276518 : #i10000#
2009-09-29 12:04:25 +0200 fs  r276517 : oops
2009-09-29 12:01:07 +0200 fs  r276516 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:59:29 +0200 fs  r276515 : #i84497# removed some more (non-diagnostic) 'echo ------' directives
2009-09-29 11:52:32 +0200 fs  r276514 : #i84497# removed the various 'echo ------------' directives from verbose mode, as per hjs' request
2009-09-29 11:44:16 +0200 fs  r276513 : do not duplicate IDLC call commands with different verbosity switches
2009-09-28 21:43:50 +0200 thb  r276502 : #i84497# fixed potential recursive macro def + extra ls
 * solenv/inc/settings.mk: now setting via VERBOSE!:=, removes warning
   and my spurious "recursive macro definition" error
 * solenv/inc/tg_app.mk: one extra ls silenced for app target (and 
   quiet mode, that goes without saying)
2009-09-23 08:57:01 +0200 fs  r276366 : use ULFEX_VERBOSITY instead of duplicating the ULFEX call
2009-09-21 11:42:26 +0200 fs  r276320 : ignore output paths
2009-09-21 11:04:27 +0200 fs  r276318 : silence another compiler warning, which only hits us when actually using this (debug) file, which is the case only when slideshow is compiled with a env variable VERBOSE, thus came up in CWS buildverbosity
2009-09-21 10:30:14 +0200 fs  r276313 : make some output depend on VERBOSE==TRUE, not COMMAND_ECHO=""
While both are equivalent at the moment, COMMAND_ECHO finally is an implementation
default of the VERBOSE flag only, so better rely on VERBOSE as the primary verbosity flag
2009-09-21 09:56:57 +0200 fs  r276311 : forgot to re-generate from tg_zip before committing
2009-09-21 09:52:11 +0200 fs  r276310 : #i84497# even less verbosity
2009-09-17 11:02:47 +0200 fs  r276232 : #i84497# verbose implies VERBOSE nowadays, and VERBOSE==FALSE should not lead to -DVERBOSE
2009-09-15 22:59:37 +0200 fs  r276189 : #i105022# copy fix for this P1 into this CWS
2009-09-15 11:56:35 +0200 fs  r276165 : CWS-TOOLING: rebase CWS buildverbosity to trunk@276043 (milestone: DEV300:m58)
2009-09-14 17:45:10 +0200 fs  r276137 : #i84497# don't duplicate zip lines w/ and w/o -q switch, use a variable instead (maintenance)
2009-09-14 15:01:33 +0200 fs  r276124 : #i10000#
2009-09-11 23:58:46 +0200 thb  r276083 : #i84497#: More quiet-build fine tuning
 - silenced rsc for real (properly filtering options for 
   cpp, and a pretty brutal amputation of the tool blurp,
   which would have needed cmd opt parser duplication)
 - silenced deliver.pl
 - silenced checkdll.sh
 - silenced zip via -q (in quiet mode)
 - silenced various idl, resource, transex whatever tool,
   passing appropriate options down to them '-QQ' sometimes
 - silenced dmake, pointless blurb that something does *not*
   need update removed
 - silenced the old starview idl compiler, to not output
   tool's name & progress chars in quiet mode
2009-09-11 21:13:59 +0200 thb  r276081 : #i84497#: More bits on the quiet mode of the build.
The bulk of the changes is disabling those annoying 
"echo ------------------" lines for the quiet build,
which has the stretch goal of outputting *exactly*
one line per file compiled/linked/processed.
Apart from that, silenced a few especialy annoying
module-specific makefiles (basically adding 
$(COMMAND_ECHO) in front of a gazillion rules).
Additionally, slightly tweaked what idlc regards
verbose, normal, and quiet mode; this was to have it
echo exactly one line per idl file processed (the
fact that quiet mode did not echo *anything* for idl
files was a bit too much for my taste) 
2009-09-04 09:14:35 +0200 fs  r275777 : don't emit the link parameters if VERBOSE!=TRUE
2009-09-02 10:31:15 +0200 fs  r275700 : #i10000#
2009-09-02 08:44:14 +0200 fs  r275697 : update svn:ignore to ignore the output paths
2009-09-02 08:40:54 +0200 fs  r275695 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:40:28 +0200 fs  r275694 : GRAPHITE is missing in the BUILD_TYPE
2009-09-02 08:40:05 +0200 fs  r275693 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:25 +0200 fs  r275692 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:39:02 +0200 fs  r275691 : #i84497# less verbose output during build, unless a dedicated '-verbose' switch is given
2009-09-02 08:38:09 +0200 fs  r275690 : #i84497# less verbose output during build
2009-09-02 08:37:06 +0200 fs  r275689 : #i84497# don't emit that much noise, unless a '-verbose' switch is given
2009-10-21 10:43:22 +00:00
Ivo Hinkelmann
d0bc7895eb CWS-TOOLING: integrate CWS mingwport24
2009-09-13 02:15:22 +0200 tono  r276097 : i#105033: mingw port: accept incomplete deflib
2009-09-12 15:14:34 +0200 tono  r276096 : i#105012: mingw port: $(PATH) should be quoted
2009-09-12 15:12:49 +0200 tono  r276095 : i#105011: mingw port: berkeleydb fix
2009-09-12 15:11:39 +0200 tono  r276094 : i#105010: mingw port: decline libdl
2009-09-12 15:10:21 +0200 tono  r276093 : i#105009: mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h
2009-09-12 15:08:27 +0200 tono  r276092 : reverting changes to revise log messages
2009-09-12 11:55:48 +0200 tono  r276090 : i#105014: mingw port: change to latest w32api and mingw runtime
2009-09-12 11:52:12 +0200 tono  r276089 : i#105013: mingw port: fix gas error in call.s in bridges
2009-09-12 11:42:04 +0200 tono  r276088 : mingw port:  should be quoted
2009-09-12 11:35:35 +0200 tono  r276087 : mingw port: berkeleydb fix
2009-09-12 11:32:34 +0200 tono  r276086 : mingw port: decline libdl
2009-09-12 11:20:50 +0200 tono  r276085 : mingw port: sal/osl/w32/file_dirvol.cxx needs ctype.h
2009-09-18 14:37:01 +00:00
Ivo Hinkelmann
b98141205a CWS-TOOLING: integrate CWS l10nframework01 2009-09-16 11:45:54 +00:00
Oliver Bolte
ae0228cdb3 CWS-TOOLING: integrate CWS kick4nt 2009-09-07 13:35:07 +00:00
Vladimir Glazounov
f09524dfff CWS-TOOLING: integrate CWS mingwport22
2009-08-19 16:18:46 +0200 tono  r275156 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-08-05 12:27:41 +0200 tono  r274650 : CWS-TOOLING: rebase CWS mingwport22 to trunk@274622 (milestone: DEV300:m54)
2009-08-01 00:56:35 +0200 tono  r274552 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-27 00:13:27 +0200 tono  r274344 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 06:19:59 +0200 tono  r274332 : i#103803: mingw gcc-4.4.0 port: invalid "extern static"
2009-07-25 06:13:56 +0200 tono  r274331 : i#103802: mingw gcc-4.4.0 port: inhibit use of pthread
2009-07-25 06:05:22 +0200 tono  r274330 : i#103801: mingw gcc-4.4.0 port: specify relocatable data section
2009-07-25 05:54:09 +0200 tono  r274329 : i#103800: mingw gcc-4.4.0 port: remove invalid scope
2009-07-25 05:44:58 +0200 tono  r274328 : i#103799: mingw gcc-4.4.0 port: add some #include
2009-07-25 05:33:09 +0200 tono  r274327 : i#103798: mingw gcc-4.4.0 port: add backward in include path
2009-07-25 05:24:42 +0200 tono  r274326 : i#103797: mingw gcc-4.4.0 port: nooptimize c++-uno bridge
2009-07-25 05:16:20 +0200 tono  r274325 : i#103795: mingw gcc-4.4.0 port: use gcc dll
2009-07-25 04:01:59 +0200 tono  r274324 : i#103794: mingw gcc-4.4.0 port: make use of dwarf2 eh
2009-07-25 02:44:01 +0200 tono  r274322 : i#103793: mingw port: Exclude msvc[pr]80.dll from packaging
2009-07-25 02:28:21 +0200 tono  r274321 : i#103791: mingw port fix typo
2009-08-26 06:36:38 +00:00
Ivo Hinkelmann
8034f570cb CWS-TOOLING: integrate CWS ause100
2009-04-07 18:39:24 +0200 hjs  r270608 : #i100932# add chmod to ease later removal
2009-04-03 19:18:44 +0200 hjs  r270516 : #i100675# convert for now...
2009-04-03 17:40:55 +0200 hjs  r270510 : #i100837# force use of GNU tar
2009-04-03 17:32:11 +0200 hjs  r270508 : #i100837# clean tarballs and a readme
2009-04-03 17:29:35 +0200 hjs  r270507 : #i100837# introduce $(TAR) and $(GNUTAR)
2009-04-03 12:22:47 +0200 hjs  r270469 : #i100793# check for GNU tar
2009-03-30 17:30:20 +0200 hjs  r270247 : #i100675# common comp_ver.mk for both windows shells
2009-03-30 13:49:55 +0200 hjs  r270226 : #i100675# common comp_ver.mk for both windows shells
2009-03-30 13:36:00 +0200 hjs  r270223 : #i100675# no backslash in dependencies
2009-03-30 13:34:14 +0200 hjs  r270222 : #i100675# fix testhxx for cygwin
2009-03-27 16:34:33 +0100 hjs  r270162 : #i98068# move that block where it makes sense
2009-03-27 16:16:41 +0100 hjs  r270160 : #i92036# - two step move to have a simple rename in the shared dir
2009-04-23 15:52:08 +00:00
Oliver Bolte
a166edea5f INTEGRATION: CWS os2port03 (1.115.10); FILE MERGED
2008/07/16 12:20:09 obr 1.115.10.5: RESYNC: (1.118-1.126); FILE MERGED
2008/04/15 14:38:00 ydario 1.115.10.4: Issue number:  i85203
Submitted by: ydario
Reviewed by: ydario
2008/01/16 07:35:30 ydario 1.115.10.3: Remove empty line (added by mistake) in WNT build.
Issue number:i85203
Submitted by:ydario
2008/01/15 13:52:21 obr 1.115.10.2: RESYNC: (1.115-1.118); FILE MERGED
2008/01/15 09:36:36 ydario 1.115.10.1: os2 build system makefile changes.
Issue number:i85203
Submitted by:ydario
2008-07-22 15:51:45 +00:00
Rüdiger Timm
1bb92695da INTEGRATION: CWS hr51 (1.123.14); FILE MERGED
2008/05/14 14:45:22 hr 1.123.14.1: #i88947#: support for LP64 Solaris symbol maps
2008-06-16 13:18:13 +00:00
Vladimir Glazounov
acae3372e1 INTEGRATION: CWS mingwport13 (1.123.32); FILE MERGED
2008/05/05 11:35:16 vg 1.123.32.1: #i88772# MinGW fixes for DEV300
2008-06-06 15:55:56 +00:00
Rüdiger Timm
1e5b8b7ce0 INTEGRATION: CWS ause093 (1.123.2); FILE MERGED
2008/04/15 12:48:50 hjs 1.123.2.1: #i85061# force timestamps to avoid pointless warnings
2008-06-06 08:29:25 +00:00
Rüdiger Timm
5a810e8174 INTEGRATION: CWS changefileheader (1.121.2); FILE MERGED
2008/03/28 15:55:54 rt 1.121.2.1: #i87441# Change license header to LPGL v3.
2008-04-10 16:43:07 +00:00
Vladimir Glazounov
1711e67108 #i87533# 2008-04-02 13:22:19 +00:00
Oliver Bolte
145b887a27 INTEGRATION: CWS winordinals (1.118.114); FILE MERGED
2008/03/18 12:50:56 vg 1.118.114.2: #i86800# switch to symbol-exporting scheme
2008/03/14 10:35:57 vg 1.118.114.1: #i86800# switch to symbol-exporting linking for windows
2008-03-25 13:22:06 +00:00
Vladimir Glazounov
bfacd5cd77 INTEGRATION: CWS sb83 (1.116.20); FILE MERGED
2008/03/17 09:00:41 sb 1.116.20.4: RESYNC: (1.118-1.119); FILE MERGED
2008/01/10 14:59:54 sb 1.116.20.3: parallel builds race on $(MISC)$/symbols-regexp.tmp solved
2008/01/09 10:51:19 sb 1.116.20.2: RESYNC: (1.116-1.118); FILE MERGED
2008/01/09 09:42:37 sb 1.116.20.1: #i84200# use APP|SHLnRPATH (-> LINKFLAGSRUNPATH_xxx) to control the install_name on unxmacx, use new macosx-change-install-names to adapt recorded install_names of linked-against libraries to correct paths in the target environment
2008-03-18 12:09:26 +00:00
Oliver Bolte
b467e6591b INTEGRATION: CWS supdremove02 (1.118.56); FILE MERGED
2008/02/05 16:03:47 rt 1.118.56.3: #i85482# Remove UPD from library name.
Undo temporary hack introduced with previous revision.
2008/01/28 12:51:28 rt 1.118.56.2: #i85482# Remove UPD from library name.
For now just strip UPD from macros. Of course for a correct handling all
makefiles have to be changed so that UPD does not get added to naming
scheme at all. This will be done. This change here is just for getting
first results fast.
2008/01/25 15:03:54 rt 1.118.56.1: #i85482# Remove UPD from library names.
2008-02-25 15:42:56 +00:00
Hans-Joachim Lankenau
65644e4bc9 #i10000# - fix broken syntax slipped through qa (breaker for mac here) 2007-12-07 16:06:25 +00:00
Vladimir Glazounov
ba998bae0d INTEGRATION: CWS soli10envfixes (1.116.22); FILE MERGED
2007/12/05 12:59:14 vg 1.116.22.4: #i84079# add switch instead of occasionally re-define it
2007/12/05 12:55:46 vg 1.116.22.3: #i84079# add switch instead of occasionally re-define it
2007/12/05 12:47:22 vg 1.116.22.2: #i84079# add switch instead of occasionally re-define it
2007/11/29 12:00:45 vg 1.116.22.1: #i84079# reduce library paths for checkdll
2007-12-06 15:46:14 +00:00
Rüdiger Timm
f6f94097e5 INTEGRATION: CWS obo18 (1.115.26); FILE MERGED
2007/11/07 10:43:07 obo 1.115.26.1: #i83407# MacOSX use SOLARLIBDIR it supports milestone extension
2007-11-07 15:10:17 +00:00
Vladimir Glazounov
bdd8e47ad7 INTEGRATION: CWS sb71 (1.109.32); FILE MERGED
2007/10/02 09:47:30 sb 1.109.32.4: RESYNC: (1.113-1.114); FILE MERGED
2007/07/18 11:59:48 sb 1.109.32.3: RESYNC: (1.110-1.113); FILE MERGED
2007/06/15 08:12:35 sb 1.109.32.2: RESYNC: (1.109-1.110); FILE MERGED
2007/06/14 15:09:32 sb 1.109.32.1: #i75466# Replaced LINKFLAGSRUNPATH with more flexible APP|SHLnRPATH.
2007-10-15 11:39:51 +00:00
Kurt Zenker
fc02ff9aa2 INTEGRATION: CWS mingwport06 (1.113.74); FILE MERGED
2007/08/24 14:27:26 vg 1.113.74.1: #i80359# MinGW port efforts
2007-09-06 12:40:25 +00:00
Jens-Heiner Rechtien
21e2333a51 INTEGRATION: CWS vgbugs07 (1.110.10); FILE MERGED
2007/06/15 13:54:06 vg 1.110.10.1: #i78525# restore prototype files for unrolled _tg_shl.mk & _tg_shl.mk
2007-06-28 10:31:51 +00:00
Jens-Heiner Rechtien
ede25656e7 INTEGRATION: CWS obo11 (1.110.22); FILE MERGED
2007/06/12 12:20:31 obo 1.110.22.1: #i78336# trustedinfo manifest for Windows Vista
2007-06-27 13:02:59 +00:00
Jens-Heiner Rechtien
48bec83201 INTEGRATION: CWS ause081 (1.110.24); FILE MERGED
2007/06/22 12:45:37 hjs 1.110.24.1: #i78393# remove generation of description object file
2007-06-26 16:34:20 +00:00
Vladimir Glazounov
c20ba64d5e INTEGRATION: CWS mingwport04 (1.108.26); FILE MERGED
2007/04/18 14:22:44 vg 1.108.26.1: #144877# localized strings
2007-05-25 09:52:17 +00:00
Rüdiger Timm
467fa41347 INTEGRATION: CWS ause077 (1.106.26); FILE MERGED
2007/04/17 21:13:44 hjs 1.106.26.2: RESYNC: (1.106-1.108); FILE MERGED
2007/03/13 15:51:52 hjs 1.106.26.1: #i74807# fix dependencies and some cleanup
2007-04-26 12:57:33 +00:00
Vladimir Glazounov
bfff4c7006 INTEGRATION: CWS mingwport03 (1.97.86); FILE MERGED
2007/03/21 12:49:26 vg 1.97.86.6: #i53572# fixes for build breakers caused by multiple resync
2007/03/20 13:28:36 vg 1.97.86.5: RESYNC: (1.99-1.106); FILE MERGED
2007/01/10 14:38:32 vg 1.97.86.4: RESYNC: (1.99-1.101); FILE MERGED
2007/01/10 14:34:18 vg 1.97.86.3: RESYNC: (1.99-1.101); FILE MERGED
2006/11/07 16:58:40 vg 1.97.86.2: RESYNC: (1.97-1.99); FILE MERGED
2006/10/24 16:04:54 vg 1.97.86.1: #i53572# MinGW port
2007-03-26 14:27:57 +00:00
Oliver Bolte
38514875e2 INTEGRATION: CWS ause076 (1.106.8); FILE MERGED
2007/03/01 16:49:59 hjs 1.106.8.2: #i75028# kick obsolete settings
2007/02/28 16:17:27 hjs 1.106.8.1: #i74984# less forced shell calls
2007-03-09 08:06:22 +00:00
Vladimir Glazounov
58386ef744 INTEGRATION: CWS ause074 (1.104.8); FILE MERGED
2007/02/02 16:23:04 hjs 1.104.8.2: RESYNC: (1.104-1.105); FILE MERGED
2007/02/02 13:10:51 hjs 1.104.8.1: #i74085# avoid useless shell calls; one empty (typo in name) variable removed in RC call
2007-02-06 13:01:28 +00:00
Rüdiger Timm
3b93e7f245 INTEGRATION: CWS macosxmapfiles (1.100.16); FILE MERGED
2007/01/26 09:47:52 tra 1.100.16.5: #69351#Now also handling '?'
2007/01/24 06:58:26 tra 1.100.16.4: #i69351# general cleanup and better documentation
2007/01/21 13:27:04 tra 1.100.16.3: #i69351#a more flexible approach to generate the exported symbols list for Mac OS X out of a map file
2007/01/11 09:00:38 tra 1.100.16.2: RESYNC: (1.100-1.101); FILE MERGED
2007/01/11 08:42:45 tra 1.100.16.1: #69351#support for exported symbols lists as replacement for missing map file support on Mac OS X
2007-01-31 07:59:13 +00:00
Hans-Joachim Lankenau
618a111d86 #i10000# - missed specific construct in #i70359# breaking 4nt build 2007-01-26 09:59:05 +00:00
Oliver Bolte
07f41c0f8b INTEGRATION: CWS ause069 (1.99.2); FILE MERGED
2007/01/24 12:38:33 hjs 1.99.2.5: RESYNC: (1.101-1.102); FILE MERGED
2007/01/10 20:18:53 hjs 1.99.2.4: RESYNC: (1.100-1.101); FILE MERGED
2006/12/04 19:25:46 hjs 1.99.2.3: RESYNC: (1.99-1.100); FILE MERGED
2006/12/01 17:42:39 hjs 1.99.2.2: #i70359# remove forced shell calls
2006/10/11 12:36:26 hjs 1.99.2.1: #i70359#: removing + sign in targets; adding to tool macro if required
2007-01-25 11:57:00 +00:00
Oliver Bolte
115d104617 INTEGRATION: CWS ause072 (1.101.22); FILE MERGED
2007/01/11 16:35:28 hjs 1.101.22.1: #i73385# getting scriptnames a bit more unique
2007-01-23 05:34:35 +00:00
Kurt Zenker
c7f0b99580 INTEGRATION: CWS obo08 (1.99.62); FILE MERGED
2006/12/06 10:07:01 obo 1.99.62.1: #i70239# removed manifest file after binding it into library/executable
2006-12-12 15:01:36 +00:00
Vladimir Glazounov
71087eb00a INTEGRATION: CWS ause071 (1.99.10); FILE MERGED
2006/11/06 14:19:04 hjs 1.99.10.1: #i71082# remove touchong a dummy file
2006-11-21 14:11:11 +00:00
Kurt Zenker
0ba4042a69 INTEGRATION: CWS ause068 (1.97.110); FILE MERGED
2006/09/22 07:51:53 hjs 1.97.110.3: #i69734# first test revealed typo...
2006/09/21 15:54:54 hjs 1.97.110.2: #i69734# move adding SHLnIMPLIBN to dependency chain
2006/09/15 13:26:36 hjs 1.97.110.1: #i69536# don't force shell for echo
2006-10-05 11:38:56 +00:00
Vladimir Glazounov
e87dfe8571 INTEGRATION: CWS obo05 (1.97.72); FILE MERGED
2006/09/15 15:54:47 vq 1.97.72.3: #i69563# Quote ; for bash/tcsh builds.
2006/09/15 13:28:02 obo 1.97.72.2: #i69563# missing FI
2006/08/28 08:47:28 obo 1.97.72.1: #i53611# include manifest into dll
2006-09-25 12:09:50 +00:00
Kurt Zenker
5a57c21d84 INTEGRATION: CWS ause058 (1.95.58); FILE MERGED
2006/06/09 14:34:14 hjs 1.95.58.1: #i65725# first round
2006-07-05 20:59:27 +00:00
Ivo Hinkelmann
828c7a22ed INTEGRATION: CWS ause036 (1.91.48); FILE MERGED
2006/05/24 16:39:41 hjs 1.91.48.4: RESYNC: (1.93-1.95); FILE MERGED
2006/02/27 18:13:44 hjs 1.91.48.3: RESYNC: (1.92-1.93); FILE MERGED
2005/09/13 10:43:23 hjs 1.91.48.2: RESYNC: (1.91-1.92); FILE MERGED
2005/08/17 11:50:20 hjs 1.91.48.1: #i50255# remove wrarnings and a bit cleanup
2006-06-29 10:21:03 +00:00
Jens-Heiner Rechtien
3d86c9989d INTEGRATION: CWS pj53 (1.94.36); FILE MERGED
2006/04/13 15:39:56 pjanik 1.94.36.2: #i61798#: Rename dylib-link-list to macosx-dylib-link-list and move it to solenv/bin.
2006/04/13 12:51:59 pjanik 1.94.36.1: #i61798#: Rename create-bundle to macosx-create-bundle and move it to solenv/bin.
2006-04-20 13:14:24 +00:00
Rüdiger Timm
0a0c430881 INTEGRATION: CWS ause049 (1.93.104); FILE MERGED
2006/02/16 15:35:16 hjs 1.93.104.1: #i62030# give _version.h unique names
2006-03-07 16:09:10 +00:00
Rüdiger Timm
c576ca24b0 INTEGRATION: CWS ause044 (1.92.102); FILE MERGED
2005/11/28 18:54:15 hjs 1.92.102.1: #i58388# .INIT depends on version object; SHLnTARGETN doesn't any longer
2005-12-14 14:37:49 +00:00
Rüdiger Timm
d3f0e53296 INTEGRATION: CWS ooo19126 (1.91.62); FILE MERGED
2005/09/05 14:33:56 rt 1.91.62.1: #i54170# Change license header: remove SISSL
2005-09-08 08:48:55 +00:00
Kurt Zenker
0b52cebfb8 INTEGRATION: CWS ause030 (1.90.76); FILE MERGED
2005/06/06 13:06:51 hjs 1.90.76.1: #i49797# avoid overwriting per target link flags
2005-07-11 14:28:12 +00:00
Oliver Bolte
5a8af96ab5 INTEGRATION: CWS vq12 (1.88.102); FILE MERGED
2005/02/20 23:32:03 vq 1.88.102.1: #i29675# Use $(EMQ) in a few places plus general small changes.
2005-03-18 09:21:38 +00:00