summaryrefslogtreecommitdiff
path: root/solenv/inc/_tg_shl.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-09-24Check DISABLE_DYNLOADING, not just iOSTor Lillqvist1-10/+10
Change-Id: I839137b19c802c45eed73bae57beac81973d8da3
2011-12-11UPDATER, whatever it means, was fixed at YES, so factor outTor Lillqvist1-90/+0
2011-12-10enhance VersionInfo resource of Windows excutablesAndras Timar1-0/+10
+ added ProductName (a required parameter), It is LibreOffice + CompanyName is configurable, it is $(OOO_VENDOR), that is set --with-vendor configure switch. If not set, then CompanyName is empty string which is fine, too. + Binary file version and FileVersion string show the same value, and version number is sane: main version + subversion + microversion + build number, such as 3.5.0.0 + LegalCopyright text is the same as in the About box, year range can be set in minor.mk - removed archaic and overcomplicated version number calculating macros - removed version.lst, copied relevant content to minor.mk - removed binary RCDATA resources, I don't think they were of any use
2011-11-24No symbol versioning on AndroidTor Lillqvist1-20/+20
2011-11-16Kill one usage of chrel.sed to fix build.Jan Holesovsky1-160/+20
2011-11-10We want Android shared objects to have names ending in .soTor Lillqvist1-20/+20
See my previous commit for rationale. For Android, bypass the UNIXVERSIONNAMES thing in the dmake build system.
2011-06-18With MinGW we get the import library when making the DLLTor Lillqvist1-10/+50
2011-06-18Bin obsolete commentTor Lillqvist1-10/+10
2011-06-18Attempt to fix MinGW build, dlltool not needed it seemsTor Lillqvist1-90/+20
2011-06-17Fix some WNTGCC typos and thinkosTor Lillqvist1-30/+50
2011-05-30Put the .o files in iOS archive libraries, not the empty .obj filesTor Lillqvist1-10/+10
2011-05-25Build just static libraries for iOSTor Lillqvist1-20/+50
2011-05-23Re-introduce a /bin/echo change that was lost when re-unrolling tg_shl.mkTor Lillqvist1-10/+10
2011-05-23Forgot to unroll tg_shl.mk after last changeTor Lillqvist1-20/+20
2011-05-23Rework DLL creation code for MinGW (cross-)compilationTor Lillqvist1-240/+490
Don't run dlltool --output-exp to create a separate object file with just export data (.edata section). In the case where at least one function in the objects being linked has been explicitly marked for export, GNU ld will not look for export information in the object files anyway. At least the GetVersion() function seems to be marked for export explicitly. Just pass the .def file when linking. GNU ld since 2.17 supports @cmdfile syntax, just like MSVC tools, so no need to create a separate shell command file and source that. (Why that even would work better than just running the ld command with a long command line directly, I don't know.) Actually I don't know why even bother with the @cmdfile, after all we mainly intend WNTGCC to be used when cross-compiling, and there are no short command-line length restrictions on modern OSes from which one might want to cross-compile. But oh well. Pass the necessary -L switches, i.e. SOLARLIB, when linking with GNU ld. (For MSVC, the ILIB environment variable is used.) Produce the import library when linking, no need to have a separate rule to produce an import library for WNTGCC. Re-unroll tg_shl.mk into _tg_shl.mk with the recently unbroken mkunroll tool.
2011-05-22Put comments at start of line so they aren't shell comment recipe linesTor Lillqvist1-20/+20
2011-05-18MSVC followup fix for RC command line syntaxTor Lillqvist1-10/+70
2011-05-18MinGW fixes for DLL creationTor Lillqvist1-60/+40
2011-04-15Kill OS/2 stuffTor Lillqvist1-850/+40
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-130/+40
* commit 'ooo/DEV300_m101': (500 commits) masterfix DEV300: #i10000# remove hard dep masterfix DEV300: #i10000# usage of L10N build_type masterfix DEV300: #i10000# usage of L10N build_type masterfix DEV300: #i100000# dep. fix masterfix DEV300: #i10000# removed one hard dep masterfix DEV300: #i10000# fixed patch handling masterfix DEV300: #i10000# new configure DEV300 masterfix DEV300: #i10000# nawk -> awk l10nmove: adjust repository handling l10nmove: fixed regex l10nmove: minor fixes l10nmove: add l10n repo to gb_REPOS DEV300 masterfix: gnumake3: subsequenttests requires in environment ab80: Adding changes of cws mib21, ab77, ab77run2, dr77i to dev300 DEV300 masterfix: #i10000#: windows: more bizare hacks ... locales34: have a matching configure as well DEV300 locales34: back out change from autoreconf gnumake3: JunitTest.mk: bizarre hacks to make it work on windows ... Conflicts: configure configure.in instsetoo_native/prj/build.lst instsetoo_native/util/makefile.mk instsetoo_native/util/openoffice.lst instsetoo_native/util/pack.lst ooo.lst scp2/source/canvas/canvascommons.scp scp2/source/canvas/mtfrenderer.scp scp2/source/ooo/common_brand.scp scp2/source/ooo/directory_ooo.scp scp2/source/ooo/file_library_ooo.scp scp2/source/ooo/file_ooo.scp scp2/source/ooo/makefile.mk scp2/source/ooo/module_hidden_ooo.scp scp2/source/ooo/module_langpack.ulf scp2/source/ooo/ure.scp scp2/source/python/file_python.scp scp2/source/sdkoo/sdkoo.scp scp2/source/templates/module_langpack_accessories_templates.sct scp2/source/templates/module_langpack_accessories_templates_root.sct set_soenv.in soldep/bootstrp/appdef.cxx soldep/bootstrp/dep.cxx soldep/bootstrp/hashtbl.cxx soldep/bootstrp/makefile.mk soldep/bootstrp/minormk.cxx soldep/bootstrp/prj.cxx soldep/bootstrp/prodmap.cxx soldep/inc/dep.hxx soldep/inc/minormk.hxx soldep/inc/prodmap.hxx soldep/inc/soldep/appdef.hxx soldep/inc/soldep/connctr.hxx soldep/inc/soldep/depper.hxx soldep/inc/soldep/depwin.hxx soldep/inc/soldep/hashtbl.hxx soldep/inc/soldep/objwin.hxx soldep/inc/soldep/prj.hxx soldep/inc/soldep/sdtresid.hxx soldep/inc/soldep/soldep.hxx soldep/inc/soldep/soldlg.hxx soldep/inc/soldep/tbox.hxx soldep/prj/d.lst soldep/source/connctr.cxx soldep/source/depapp.hxx soldep/source/depper.cxx soldep/source/depwin.cxx soldep/source/makefile.mk soldep/source/objwin.cxx soldep/source/soldep.cxx soldep/source/soldlg.cxx soldep/source/soldlg.src soldep/source/tbox.cxx solenv/bin/build.pl solenv/bin/cws.pl solenv/bin/make_installer.pl solenv/bin/mhids.pl solenv/bin/modules/CwsConfig.pm solenv/bin/modules/RepositoryHelper.pm solenv/bin/modules/installer/regmerge.pm solenv/bin/modules/installer/scriptitems.pm solenv/bin/modules/installer/servicesfile.pm solenv/bin/modules/installer/simplepackage.pm solenv/bin/modules/installer/substfilenamefiles.pm solenv/config/ssolar.cmn solenv/inc/_tg_rslb.mk solenv/inc/extension_post.mk solenv/inc/libs.mk solenv/inc/minor.mk solenv/inc/postset.mk solenv/inc/settings.mk solenv/inc/tg_rslb.mk solenv/inc/unxlng.mk solenv/inc/wntmsc.mk soltools/HIDCompiler/hidclex.l stlport/prj/d.lst stlport/systemstlguards/postextstl.h
2011-01-05dba34b: merged DEV300m96Frank Schoenheit [fs]1-0/+20
2010-12-14Fix -n issuesJoseph Powers1-40/+40
It seams that only Mac OS X uses the echo -n option in make files. I think I fixed all the references this time.
2010-12-07ause128: #i115964# create .jnilib file on request when linking; deliver ↵Hans-Joachim Lankenau1-0/+20
.jnilib files instead of deliver magic
2010-11-23dba34b: use the /IGNORE switch for the linker to filter warnings, instead of ↵Frank Schoenheit [fs]1-30/+20
'grep -v'-ing them after-the-fact. Also, ignore LNK4102 "export of deleting destructor 'name'; image may not run correctly"
2010-10-13add AIX stuffCaolán McNamara1-50/+50
2010-09-23sb132: #i114145# removed unused TESTDIR and NO_TESTSsb1-100/+0
2010-04-07sb118: merged in re/DEV300_next towards DEV300_m76sb1-40/+80
2010-03-24i#110195: Mingw port update fix: fix tg_shl.mk to work without .def filetono1-40/+80
2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, ↵sb1-10/+30
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
2009-11-13sb116: #i106845# removed obsolete IRIX portsb1-80/+0
2009-10-21CWS-TOOLING: integrate CWS buildverbosityVladimir Glazounov1-570/+710
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-09-18CWS-TOOLING: integrate CWS mingwport24Ivo Hinkelmann1-50/+50
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-16CWS-TOOLING: integrate CWS l10nframework01Ivo Hinkelmann1-0/+20
2009-09-07CWS-TOOLING: integrate CWS kick4ntOliver Bolte1-1010/+930
2009-08-26CWS-TOOLING: integrate CWS mingwport22Vladimir Glazounov1-110/+80
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-04-23CWS-TOOLING: integrate CWS ause100Ivo Hinkelmann1-30/+110
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
2008-12-09CWS-TOOLING: integrate CWS os2port04Rüdiger Timm1-10/+10
2008-11-27 13:22:38 +0100 ydario r264480 : #i96439#: fix build for unix platforms. 2008-11-26 18:32:42 +0100 ydario r264433 : #i96439#: os2 systemshell code (dummy code). 2008-11-26 16:33:48 +0100 ydario r264421 : #i96439#: vcl fix for pdf export of truetype fonts. 2008-11-26 15:04:44 +0100 ydario r264399 : #i96439#: build macros fix scripts, gcc specific flags. 2008-11-26 15:00:15 +0100 ydario r264398 : #i96439#: vcl source code updates. 2008-11-26 13:21:37 +0100 ydario r264378 : #i96439#: os2 build system fixes. 2008-11-26 13:20:27 +0100 ydario r264377 : #i96439#: configuration and build macros updates. 2008-11-26 13:16:35 +0100 ydario r264375 : #i96439#: new launcher code, build system updates. 2008-11-26 13:12:49 +0100 ydario r264373 : #i96439#: use OSL endian macro. 2008-11-26 12:54:50 +0100 ydario r264371 : #i96439#: os2 build system fixes. 2008-11-26 12:30:46 +0100 ydario r264367 : #i96439#: os2 build system fixes. 2008-11-26 12:09:33 +0100 ydario r264365 : #i96439#: _Export is a reserved keyword under gcc for os2. 2008-11-26 12:08:12 +0100 ydario r264364 : #i96439#: new libpath handling. 2008-11-26 11:57:51 +0100 ydario r264363 : #i96439#: use C call, generates proper stabs; fix rtti names.
2008-07-22INTEGRATION: CWS os2port03 (1.111.16); FILE MERGEDOliver Bolte1-50/+930
2008/07/16 12:19:31 obr 1.111.16.5: RESYNC: (1.114-1.122); FILE MERGED 2008/04/15 14:37:59 ydario 1.111.16.4: Issue number: i85203 Submitted by: ydario Reviewed by: ydario 2008/01/16 07:35:30 ydario 1.111.16.3: Remove empty line (added by mistake) in WNT build. Issue number:i85203 Submitted by:ydario 2008/01/15 13:52:02 obr 1.111.16.2: RESYNC: (1.111-1.114); FILE MERGED 2008/01/15 09:36:37 ydario 1.111.16.1: os2 build system makefile changes. Issue number:i85203 Submitted by:ydario
2008-06-16INTEGRATION: CWS hr51 (1.119.20); FILE MERGEDRüdiger Timm1-0/+20
2008/05/14 14:45:22 hr 1.119.20.1: #i88947#: support for LP64 Solaris symbol maps
2008-06-06INTEGRATION: CWS mingwport13 (1.119.38); FILE MERGEDVladimir Glazounov1-0/+20
2008/05/05 11:37:36 vg 1.119.38.1: #i88772# MinGW fixes for DEV300
2008-06-06INTEGRATION: CWS ause093 (1.119.8); FILE MERGEDRüdiger Timm1-1/+11
2008/04/15 12:48:50 hjs 1.119.8.1: #i85061# force timestamps to avoid pointless warnings
2008-04-03#i87533#Vladimir Glazounov1-1/+1
2008-04-02#i87533#Vladimir Glazounov1-20/+20
2008-03-25INTEGRATION: CWS winordinals (1.114.114); FILE MERGEDOliver Bolte1-40/+90
2008/03/18 12:50:56 vg 1.114.114.2: #i86800# switch to symbol-exporting scheme 2008/03/14 10:35:55 vg 1.114.114.1: #i86800# switch to symbol-exporting linking for windows
2008-03-18INTEGRATION: CWS sb83 (1.112.20); FILE MERGEDVladimir Glazounov1-40/+80
2008/03/17 09:00:24 sb 1.112.20.4: RESYNC: (1.114-1.115); FILE MERGED 2008/01/10 14:59:54 sb 1.112.20.3: parallel builds race on $(MISC)$/symbols-regexp.tmp solved 2008/01/09 10:51:12 sb 1.112.20.2: RESYNC: (1.112-1.114); FILE MERGED 2008/01/09 09:42:37 sb 1.112.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-02-25INTEGRATION: CWS supdremove02 (1.114.56); FILE MERGEDOliver Bolte1-30/+30
2008/02/05 16:03:47 rt 1.114.56.3: #i85482# Remove UPD from library name. Undo temporary hack introduced with previous revision. 2008/01/28 12:51:28 rt 1.114.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.114.56.1: #i85482# Remove UPD from library names.
2007-12-07#i10000# - fix broken syntax slipped through qa (breaker for mac here)Hans-Joachim Lankenau1-30/+0
2007-12-06INTEGRATION: CWS soli10envfixes (1.112.22); FILE MERGEDVladimir Glazounov1-20/+50
2007/12/05 12:59:14 vg 1.112.22.4: #i84079# add switch instead of occasionally re-define it 2007/12/05 12:55:45 vg 1.112.22.3: #i84079# add switch instead of occasionally re-define it 2007/12/05 12:47:21 vg 1.112.22.2: #i84079# add switch instead of occasionally re-define it 2007/11/29 12:00:44 vg 1.112.22.1: #i84079# reduce library paths for checkdll
2007-11-07INTEGRATION: CWS obo18 (1.111.14); FILE MERGEDRüdiger Timm1-10/+10
2007/11/07 10:43:07 obo 1.111.14.1: #i83407# MacOSX use SOLARLIBDIR it supports milestone extension
2007-10-26INTEGRATION: CWS mingwport07 (1.109.128); FILE MERGEDVladimir Glazounov1-180/+210
2007/10/16 10:19:34 vg 1.109.128.1: #i82653# MinGW port efforts