Commit Graph

40 Commits

Author SHA1 Message Date
62badf3828 Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-22 09:37:38 +01:00
a53586f4ef gbuild: do not copy boost headers around
- do not use gb_UnpackedTarball_copy_header_files for boost
- adapt the optimization in concat-deps.c for new path
- use boost_headers in all LinkTargets that require it
- add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus

Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
2013-01-26 22:20:06 +01:00
5032dc0fc3 gbuild: invert handling of standard system libraries:
Always link in gb_STDLIBS, except when the library explicitly opts out
with gb_LinkTarget_disable_standard_system_libs.

Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28 16:49:08 +02:00
dc397aae70 gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:
add a new gb_LinkTarget_use_system_win32_libs to abstract different
linker options on MSVC and GCC.

Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28 16:49:08 +02:00
b85c349783 gbuild: replace direct gb_STDLIBS use with ...
... new gb_LinkTarget_add_standard_system_libs

Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28 16:49:06 +02:00
2e677c3981 gbuild: split uwinapi out of gb_STDLIBS
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-09-28 16:49:05 +02:00
bc1424d494 unusedcode: vbafoundfiles.?xx and XFoundFiles.idl
Change-Id: If4d2c45a4c819d17043b5dcb89a184f470a8fe57
2012-09-20 21:41:50 +02:00
4597483e00 targetted VBA re-work. 2012-09-12 12:49:49 +01:00
44dc8746f3 remove VBA_OOBUILD_HACK and friends
Change-Id: I5c21a407bcae1b668976b94a757d564120973b1a
2012-08-26 09:49:24 +01:00
a9550f63cd normalize variable names in gbuild user makefiles
Variables should have module name as prefix to prevent collisions.
2012-05-10 10:47:44 +02:00
c923f7d2c2 gbuild: "use" vs. "add":
Naming convention for gbuild methods:
- "add" is used for stuff that is logically a part of the target
  (i.e. not registered at the Module, but defined in the target's makefile)
- "use" is used for stuff that is logically a different target
  (i.e. it is registered at the Module, has it's own makefile, may be
  in a different module than the target)
2012-04-08 01:05:52 +02:00
84b3f7b345 gbuild: get rid of realpath in gb_Foo_set_include 2012-03-10 21:23:20 +01:00
dd3f4855ec Unify indentation 2012-02-23 22:59:55 +02:00
57d95b35be WaE: C4610: class 'ScVbaCommentShape' can never be instantiated 2012-02-21 15:06:26 +00:00
12bf03351e fdo#39491 remove nonexistent include paths 2012-02-10 21:41:45 +01:00
4b30ec9def fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC 2012-02-10 21:41:45 +01:00
3f2ff54778 remove pch from the include list 2011-11-27 15:24:45 -06:00
4f3e9f30a0 Always link with user32 2011-09-22 15:46:15 +03:00
bb5bdbbdca Revert "Trying to chop out the uwinapi library"
This reverts commit 2dea0dab4fafda3c10a5bd03ad15ed39a4658b51.
2011-09-16 16:26:03 +02:00
2dea0dab4f Trying to chop out the uwinapi library 2011-09-16 15:52:40 +02:00
e47a28b3fd Be even more specific 2011-09-12 14:14:56 +03:00
699518764a Be more specific, gb_CCVER is set only in unxgcc.mk anyway 2011-09-12 14:05:48 +03:00
f4e73300f6 GCC bug 50255 will be fixed in 4.6.2 already. 2011-09-08 13:13:47 +02:00
f2416a7f2c Related: gcc#50255 we now know the bounds of the broken gcc versions 2011-09-08 10:50:59 +01:00
c92cabc25a fix fumble in makefile 2011-08-13 07:17:10 -05:00
b2bd33ea25 prefer makefile-gmake-mode to plain makefile-mode 2011-08-10 02:12:48 +09:00
0ae6a22f45 Add consistent Emacs and vim mode lines 2011-07-30 23:01:11 +03:00
66d3a5ea12 Merge branch 'master' into feature/gnumake4 2011-07-24 19:22:58 +02:00
4bdb4b742c Use gb_Library_win32_OLDNAMES 2011-07-23 10:16:00 +03:00
17a3c456b6 resyncing to master 2011-07-21 18:32:46 +02:00
148e0ccb50 workaround for x86 gcc 4.6.1 link failure 2011-07-05 10:23:23 +01:00
e6220841c6 no need for extra noexecstack 2011-07-05 10:23:23 +01:00
100fd14a70 gnumake4: postmerge fixes in sc 2011-06-21 12:54:01 +02:00
813d527d55 needs oovbaapi too 2011-06-18 11:25:30 +02:00
5e7d51d438 remove all traces of offuh from makefiles 2011-06-18 11:25:30 +02:00
3e1c7827e7 no local -Wl,-O1 linker flag 2011-04-14 15:10:23 +02:00
412bbf4096 set ldflags for *BSD too 2011-04-05 12:03:45 +02:00
4c45115a7c Fix windows linking of sc module 2011-03-31 09:48:47 +02:00
3d2893926b Fix Windows build of SC 2011-03-29 14:10:18 +02:00
ba6a2dc298 gnumake support for calc.
calc build and execute. loading excel file fail
2011-03-25 23:43:22 -05:00