Commit graph

322 commits

Author SHA1 Message Date
Kurt Zenker
4c6e83387a SRC625 2001-03-12 13:46:59 +00:00
Kurt Zenker
dd23b2b890 UDK211 2001-03-12 12:20:31 +00:00
Patrick Luby
8dd8692f6a More fine tuning of stripping for Mac OS X 2001-03-12 06:34:45 +00:00
Patrick Luby
4fca4d8432 Implemented stripping of only __objcInit symbol for Mac OS X executables to avoid duplicate symbols when loading the JavaVM 2001-03-12 05:50:17 +00:00
Patrick Luby
43f19d3760 Added TimeValue to work on Mac OS X Release Candidate version 2001-03-11 16:45:21 +00:00
Patrick Luby
52038d3f57 Added -framework CoreFoundation 2001-03-11 16:43:51 +00:00
Patrick Luby
1d6fe33372 Removed -lobjc as it is not necessary 2001-03-11 06:14:35 +00:00
Patrick Luby
f33c491c36 Added -lobjc to link line 2001-03-09 22:43:21 +00:00
Patrick Luby
6f4b0286df Reversed previous change as it strips debugging symbols in addition to the target symbols 2001-03-09 21:41:37 +00:00
Hans-Joachim Lankenau
684cbd913d make win98 hapy 2001-03-09 17:55:46 +00:00
Patrick Luby
f151b0bf0c Added option to turn off linking to libstatic for Mac OS X build tools 2001-03-09 17:29:48 +00:00
Armin Theissen
b38a430edf changed all s/stl// to s/stl/dont_use_stl/ so that the compile command is intuitively better to understand regarding to the STLport includes 2001-03-09 10:51:43 +00:00
Patrick Luby
4d0c8bba07 Made libstatic no longer contain a build number. This is needed because build tools need to not be tied to a specific build's libraries. 2001-03-09 06:52:37 +00:00
Patrick Luby
3e18705d17 Added stripping to executables on Mac OS X to avoid duplicate __objcInit symbols for executables that load native libraries 2001-03-09 03:33:09 +00:00
Patrick Luby
b853eb38e1 Added -DNO_OPTIMIZE 2001-03-08 17:49:34 +00:00
Martin Hollmichel
c7c95b7a97 add: rules to compiles cpp -> ((OBJ) 2001-03-08 15:31:39 +00:00
Juergen Schmidt
bdaf477e96 changes for new module-description.dtd 2001-03-08 07:49:18 +00:00
Vladimir Glazounov
e271d1072c SRC625 2001-03-07 10:24:28 +00:00
Patrick Luby
439c832f6a Corrected linking steps for Mac OS X so that the number of arguments to the linker is reduced. All of the -dylib_file arguments were pushing the number of arguments past the maximum that ld could handle. 2001-03-06 18:20:33 +00:00
Kurt Zenker
5a3b1e9a13 SRC624 2001-03-05 13:05:29 +00:00
Jens-Heiner Rechtien
8e028c7f03 SWT614 r 2001-03-05 09:44:01 +00:00
Patrick Luby
e6eb417f9a Added registry symbols to duplicate symbol bug workaround to get rid of annoying CFLog messages 2001-03-04 21:12:09 +00:00
Patrick Luby
46266dccc0 Made static data member automation targets more uniquely named (i.e. now they have $(PRJNAME)$(TARGET) in their name) to avoid collisions and fixed minor bugs in link script and makefile. 2001-03-03 16:27:42 +00:00
Vladimir Glazounov
ce3d5c9498 SRC624 2001-03-02 12:04:09 +00:00
Patrick Luby
b2351891a4 More fine tuning of static data member automation for Mac OS X 2001-03-02 05:16:03 +00:00
Patrick Luby
7bef5fd3b6 Added support for unique, non-colliding lib*static*.dylib files for each project 2001-03-02 03:49:00 +00:00
Martin Hollmichel
efc934a0e8 add: experimental mozilla build support 2001-03-01 16:09:57 +00:00
Kurt Zenker
2b4f98c0af SRC623 2001-03-01 15:56:13 +00:00
Kurt Zenker
44c2c75e70 SRC623 2001-03-01 15:48:33 +00:00
Kurt Zenker
60dfe3b1b2 SRC623 2001-03-01 13:21:10 +00:00
Kurt Zenker
a58679631b SRC623 2001-03-01 12:16:28 +00:00
Patrick Luby
d3270f1b5d Updated cppuhelper rerun of libstatic for Mac OS X now that libstatic is rebuilt only when object files have changed 2001-03-01 07:39:55 +00:00
Patrick Luby
f01f55d696 Updated static data member automation to work incrementally instead of scanning
all libraries
2001-02-28 22:40:27 +00:00
Hans-Joachim Lankenau
f173c7c0e1 extend *.dpsc - .par rule has not source 2001-02-28 14:55:05 +00:00
Kurt Zenker
b2cc4d6994 SRC623 2001-02-28 09:39:42 +00:00
Patrick Luby
083ad300b4 Added hack for Mac OS X to avoid circular dependency between libstatic and libcppuhelper 2001-02-28 02:14:09 +00:00
Hans-Joachim Lankenau
c8f72a5c78 precompiled header for files with exceptions; dependencies when adding interfaces; compiling *.idl with -Pn 2001-02-27 12:41:59 +00:00
Patrick Luby
099d24da05 Updates to synchronize Mac OS X build with updates to init-static-template-data script 2001-02-26 20:51:20 +00:00
Kurt Zenker
e51c0103c2 SRC623 2001-02-26 13:03:48 +00:00
Kurt Zenker
0f4d60647b add XMLSCRIPTLIB 2001-02-26 12:20:00 +00:00
Hans-Joachim Lankenau
49a5f22c52 get javadeps to work 2001-02-26 11:26:07 +00:00
Patrick Luby
2ca20d373f Implemented rules for automatic building of libstatic for Mac OS X 2001-02-26 06:51:45 +00:00
Patrick Luby
bfe17d9d87 Minor updates 2001-02-25 18:51:13 +00:00
Patrick Luby
073ab7a02c Update SOLARVERSHLLIBS so that it no includes the contents of the *.framework directories 2001-02-25 08:14:31 +00:00
Patrick Luby
eedde0eceb Added correction mechanism for undefined static data members during linking of shared libraries 2001-02-24 07:35:53 +00:00
Hans-Joachim Lankenau
644b87f626 delete more than a (4dos/win9x) commandline allows 2001-02-23 18:22:07 +00:00
Hans-Joachim Lankenau
935c0a8f59 win9x and winnt share the extension .bat 2001-02-23 18:18:19 +00:00
Patrick Luby
941b3dd631 Changed $(GNUCOPY) -pub to $(GNUCOPY) -p so that it will work on platforms where $(GNUCOPY) is set to regular cp 2001-02-23 02:56:25 +00:00
Rüdiger Timm
826e4f9704 SRC623 2001-02-21 20:14:13 +00:00
Hans-Joachim Lankenau
365deb5156 introduce LAZY_DEPS 2001-02-20 18:07:04 +00:00