summaryrefslogtreecommitdiff
path: root/canvas/StaticLibrary_directxcanvas.mk
AgeCommit message (Collapse)AuthorFilesLines
2014-12-10canvas: DIRECTX_VERSION macro is obsoleteMichael Stahl1-1/+0
It was only checked by our own code, and only DirectX 9 is supported. Change-Id: I03035f87969301624df011cb4d76c6a9532f3c99
2014-12-10canvas: remove Windows SDK #ifdefs - all supported MSVC/SDK have DirectXMichael Stahl1-6/+0
Change-Id: I5106593ad5472992e3607665849fb35802b6e266
2014-07-29Accept also WINDOWS_SDK_VERSION == 81Tor Lillqvist1-1/+1
Change-Id: Id1a8f91b6c74c19c3b14b24a86580d06cec3dd97
2014-04-28prefer makefile-gmake-modeTakeshi Abe1-1/+1
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
2013-04-24canvas: remove obsolete include pathsMichael Stahl1-5/+0
Change-Id: I3d72be674526f4221de452ad4efc1e857bb25dc6
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-21/+4
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2013-01-26gbuild: do not copy boost headers aroundMichael Stahl1-0/+2
- 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
2012-10-07fix canvas build with Win8 SDKPeter Foley1-0/+6
Change-Id: I17bd44ba8f5a6484d10bb64201ace8e030cf334d Reviewed-on: https://gerrit.libreoffice.org/789 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-04-08gbuild: "use" vs. "add":Michael Stahl1-1/+1
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-17compile these with exceptions againLuboš Luňák1-1/+1
a13a88bd2c673d059b60e339dcf3b8fabf991f18 changes them to build without exceptions by mistake, causing a boost problem
2012-03-14fdo#47246: canvas: split out static library directxcanvasMichael Stahl1-0/+62