summaryrefslogtreecommitdiff
path: root/sw/Library_swd.mk
AgeCommit message (Collapse)Author
2012-04-08gbuild: "use" vs. "add":Michael Stahl
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-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan
2012-02-10fdo#39491 remove nonexistent include pathsMatúš Kukan
2011-11-27remove pch from the include listNorbert Thiebaud
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist
2011-07-21resyncing to masterBjoern Michaelsen
2011-06-20Merge branch 'master' into feature/gnumake4Bjoern Michaelsen
Conflicts: starmath/JunitTest_sm_unoapi.mk starmath/Library_sm.mk starmath/Library_smd.mk starmath/Makefile starmath/prj/build.lst starmath/prj/makefile.mk starmath/qa/unoapi/Test.java starmath/source/detreg.cxx starmath/source/register.cxx starmath/source/smdetect.cxx sw/Library_sw.mk sw/Library_swd.mk sw/Library_swui.mk sw/Library_vbaswobj.mk sw/inc/iodetect.hxx sw/inc/swddllapi.h sw/source/filter/basflt/iodetect.cxx
2011-06-18fixing rebase errorsBjoern Michaelsen
2011-06-18ause130: #i117218# change .idl handling to gnu makeHans-Joachim Lankenau
2011-06-17gnumake4: #i117845#: sw: do not link objects into two libraries ↵Michael Stahl
[hg:0c13175d5e5e]
2011-06-17gnumake4: #i116959#: kill ↵Michael Stahl
gb_LinkTarget_set_{defs,cflags,cxxflags,objcxxflags} [hg:389f5e8ec8cd]
2011-04-28remove double objects include in swNorbert Thiebaud
2011-03-21Sprinkle some realpath goodness here, tooTor Lillqvist
(cherry picked from commit f60ac8bb5f2a22fa2826cf08589976cb4a259d74)
2011-03-19Remove core/except (came in with m101)Thomas Arnhold
2011-02-03CWS gnumake3: clean up mingw stuff after adding STDLIBSMathias Bauer
2011-02-02CWS gnumake3: rename gb_StdLibs -> gb_STDLIBS; remove explicit linking of ↵Mathias Bauer
individual standard libs from makefiles; fix export problem in framework
2011-02-01CWS gnumake3: use standard linked libs on WindowsMathias Bauer
2011-01-26CWS gnumake3: several clean ups and fixes in makefilesMathias Bauer
2011-01-25CWS gnumake3: resync to m98Mathias Bauer
2011-01-25CWS gnumake3: fix license headersMathias Bauer
2011-01-12CWS gnumake3: #i116422#: convert svx to new build systemMathias Bauer
2011-01-05mingwport33: i#116264: gbuild for MinGWtono
2011-01-05Backed out changeset: e84942bd0acatono
2010-12-31i#116264: gbuild for MinGWtono
2010-11-26gnumake2: sorting all lists in makefilesBjoern Michaelsen
2010-11-06gnumake2: added component registrationBjoern Michaelsen
2010-06-26CWS gnumake2: module reorgBjoern Michaelsen