Michael Stahl
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
Matúš Kukan
84b3f7b345
gbuild: get rid of realpath in gb_Foo_set_include
2012-03-10 21:23:20 +01:00
Tor Lillqvist
dd3f4855ec
Unify indentation
2012-02-23 22:59:55 +02:00
Caolán McNamara
57d95b35be
WaE: C4610: class 'ScVbaCommentShape' can never be instantiated
2012-02-21 15:06:26 +00:00
Matúš Kukan
12bf03351e
fdo#39491 remove nonexistent include paths
2012-02-10 21:41:45 +01:00
Matúš Kukan
4b30ec9def
fdo#39491 -I$(OUTDIR)/inc is set in SOLARINC
2012-02-10 21:41:45 +01:00
Norbert Thiebaud
3f2ff54778
remove pch from the include list
2011-11-27 15:24:45 -06:00
Tor Lillqvist
4f3e9f30a0
Always link with user32
2011-09-22 15:46:15 +03:00
Fridrich Štrba
bb5bdbbdca
Revert "Trying to chop out the uwinapi library"
...
This reverts commit 2dea0dab4f
.
2011-09-16 16:26:03 +02:00
Fridrich Štrba
2dea0dab4f
Trying to chop out the uwinapi library
2011-09-16 15:52:40 +02:00
Tor Lillqvist
e47a28b3fd
Be even more specific
2011-09-12 14:14:56 +03:00
Tor Lillqvist
699518764a
Be more specific, gb_CCVER is set only in unxgcc.mk anyway
2011-09-12 14:05:48 +03:00
Stephan Bergmann
f4e73300f6
GCC bug 50255 will be fixed in 4.6.2 already.
2011-09-08 13:13:47 +02:00
Caolán McNamara
f2416a7f2c
Related: gcc#50255 we now know the bounds of the broken gcc versions
2011-09-08 10:50:59 +01:00
Norbert Thiebaud
c92cabc25a
fix fumble in makefile
2011-08-13 07:17:10 -05:00
Takeshi Abe
b2bd33ea25
prefer makefile-gmake-mode to plain makefile-mode
2011-08-10 02:12:48 +09:00
Tor Lillqvist
0ae6a22f45
Add consistent Emacs and vim mode lines
2011-07-30 23:01:11 +03:00
Bjoern Michaelsen
66d3a5ea12
Merge branch 'master' into feature/gnumake4
2011-07-24 19:22:58 +02:00
Tor Lillqvist
4bdb4b742c
Use gb_Library_win32_OLDNAMES
2011-07-23 10:16:00 +03:00
Bjoern Michaelsen
17a3c456b6
resyncing to master
2011-07-21 18:32:46 +02:00
Caolán McNamara
148e0ccb50
workaround for x86 gcc 4.6.1 link failure
2011-07-05 10:23:23 +01:00
Caolán McNamara
e6220841c6
no need for extra noexecstack
2011-07-05 10:23:23 +01:00
Bjoern Michaelsen
100fd14a70
gnumake4: postmerge fixes in sc
2011-06-21 12:54:01 +02:00
David Tardon
813d527d55
needs oovbaapi too
2011-06-18 11:25:30 +02:00
David Tardon
5e7d51d438
remove all traces of offuh from makefiles
2011-06-18 11:25:30 +02:00
Luboš Luňák
3e1c7827e7
no local -Wl,-O1 linker flag
2011-04-14 15:10:23 +02:00
Robert Nagy
412bbf4096
set ldflags for *BSD too
2011-04-05 12:03:45 +02:00
Fridrich Štrba
4c45115a7c
Fix windows linking of sc module
2011-03-31 09:48:47 +02:00
Fridrich Štrba
3d2893926b
Fix Windows build of SC
2011-03-29 14:10:18 +02:00
Norbert Thiebaud
ba6a2dc298
gnumake support for calc.
...
calc build and execute. loading excel file fail
2011-03-25 23:43:22 -05:00