summaryrefslogtreecommitdiff
path: root/dbaccess/Library_dbu.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-11-27dbaccess: warning C4530: C++ exception handler used ... specify /EHscMichael Stahl1-5/+2
Change-Id: I273b800c36038be64cdc9f85872ee95983077da7
2012-11-22AllSettings with LanguageTagEike Rathke1-0/+1
Change-Id: I710ae66e51139662eb442b681fdf9cc9d158551d
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl1-2/+0
Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
2012-09-28gbuild: gb_Library_PLAINLIBS_NONE cleanup for WNT:Michael Stahl1-1/+1
add a new gb_LinkTarget_use_system_win32_libs to abstract different linker options on MSVC and GCC. Change-Id: Ic9bf2545f59bf7871e6fc06b290c486ddfbec03d
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl1-1/+2
... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl1-0/+1
Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
2012-07-02targetted improvement of UNO API includes / usageMichael Meeks1-4/+1
2012-05-29improve odbc headers handlingMatúš Kukan1-1/+2
2012-04-27WaE: exception handlers used in code without unwind supportCaolán McNamara1-2/+2
Change-Id: I1efec5017927d06c519f65312ab29e2b19a6cff6
2012-04-09do not put things directly into $(WORKDIR)David Tardon1-10/+2
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-3/+3
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úš Kukan1-3/+3
2012-02-19remove adabas/adabasuiCaolán McNamara1-1/+0
2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan1-1/+0
2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara1-5/+4
2011-11-27remove pch from the include listNorbert Thiebaud1-1/+0
2011-11-27remove pre-compiled header support in gbuild and gbuildified moduleNorbert Thiebaud1-2/+0
2011-11-23fdo#32347: reenable ADO URL helper UILionel Elie Mamane1-6/+0
cleanup obsolete DISABLE_ADO/WINDOWS_VISTA_PSDK logic
2011-10-31move CloseVeto from dbaccess to unotoolsMichael Stahl1-1/+0
2011-10-26WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist1-1/+1
2011-10-26WaE: C++ exception handler used, but unwind semantics are not enabledTor Lillqvist1-1/+1
2011-08-24gb_Library_set_cxxflags -> gb_Library_add_cxxflagsJan Holesovsky1-2/+1
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-1/+2
2011-07-24Merge branch 'master' into feature/gnumake4Bjoern Michaelsen1-9/+2
2011-07-23revert to dbaccess gbuildization from master mostlyBjoern Michaelsen1-0/+323
* only add JunitTest_dbaccess_complex, which was missing on master * disable complex.dbaccess.DatabaseDocument in JunitTest_dbaccess_complex for now as it fails
2011-07-22Do compile adodatalinks.cxx always for WindowsTor Lillqvist1-7/+0
Don't test any bogus PROF_EDITION, and don't bother with WINDOWS_VISTA_PSDK either.
2011-07-22Set CXXFLAGS, not CFLAGSTor Lillqvist1-2/+2
2011-06-21gnumake4: more fixes in dbaccessBjoern Michaelsen1-319/+0
2011-06-21gnumake4: postmerge fixes in dbaccess reportdesignBjoern Michaelsen1-4/+2
2011-06-17remove all traces of offuh from makefilesDavid Tardon1-1/+5
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky1-0/+1
Conflicts: dbaccess/source/ui/app/makefile.mk
2011-05-16We always use a Vista or newer SDKTor Lillqvist1-2/+0
2011-04-19get a little closer to building dbaccess under windows againCaolán McNamara1-1/+1
2011-04-19fix depsDavid Tardon1-0/+10
2011-04-19gbuildize dbaccessDavid Tardon1-0/+312