summaryrefslogtreecommitdiff
path: root/extensions/WinResTarget_activex.mk
AgeCommit message (Collapse)AuthorFilesLines
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-04-24extensions: rename WinResTarget target to match source fileMichael Stahl1-5/+5
Change-Id: I8e528f76d08f7a0d7acec05dcf306cd78b95a885
2013-02-28try harder when quoting for rcLuboš Luňák1-1/+1
Apparently the TYPELIB has problems with paths if they contain some "special" characters like "-", unless it is quoted. It can't seem to be able to concatenate quoted strings properly either. So build up the whole filename in the makefile and quote/escape extensively for both shell and rc.
2013-02-28extensions: WinResTarget_activex: use absolute pathsMichael Stahl1-1/+1
This does not build from the top-level because it uses a relative path; the command invoked from "make" runs in the top-level dir while the command invoked from "make extensions" runs in the extensions/ dir, so we have to use absolute path here. Presumably the weird substitution going on here is just a relic from the days when WORKDIR was variously converted with cygpath. Change-Id: I73a61699ec0394bd40e63864f3e9f566c7d28a32
2013-01-26gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl1-1/+1
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl1-1/+1
Also fix the wrong check in cppunit/ExternalProject_cppunit.mk which caused cppunit to always be built without -D_GLIBCXX_DEBUG. Change-Id: Ia247dcd84e2c6fa0e9384fd27643537984d980b5
2012-05-29use gb_WinResTarget_use_custom_headersDavid Tardon1-2/+4
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon1-4/+3
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan1-1/+1
make 3.82 understands mixed paths, so use them. This allows us to get rid of evil in BuildDirs.mk. Hopefully, life will be simpler now. Change-Id: I I I641f28c6af1948963f7004f8071af62e21caabb3
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan1-1/+1
2012-04-04fix so_activex_idl, part oneMatúš Kukan1-3/+1
2012-04-04extensions: use CustomTarget makefilesMatúš Kukan1-1/+1
2012-03-09fdo#46847 fix build of so_activex.rcAndras Timar1-1/+1
Use \ instead of / in path, but more importantly, use relative path, because '-' in path caused build error. Path was truncated right before the '-'. We could have put it between quotes, but then the SO_ACTIVEX_TLB_DIR define would not be substituted, so instead of hacking of the rc, I chose this solution. e
2012-03-04fix building of so_activex (fdo#46847)David Tardon1-3/+5
2011-12-19extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl1-0/+3
2011-12-18extensions: convert activex to gbuildPeter Foley1-0/+46