summaryrefslogtreecommitdiff
path: root/extensions/WinResTarget_activex.mk
AgeCommit message (Collapse)Author
2014-06-09extensions: tweak quoting for Win32 makeMichael Stahl
Change-Id: I6e3524ab98ec6ffdea24be808a718b2798e44f95
2014-04-28prefer makefile-gmake-modeTakeshi Abe
Change-Id: I9cc9bfbddd3a90e00eee3e674994e5d6207f9034
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-24extensions: rename WinResTarget target to match source fileMichael Stahl
Change-Id: I8e528f76d08f7a0d7acec05dcf306cd78b95a885
2013-02-28try harder when quoting for rcLuboš Luňák
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 Stahl
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 Stahl
Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
2013-01-03gbuild: replace all use of PRODUCT with ENABLE_DBGUTILMichael Stahl
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 Tardon
Change-Id: I62f63eb4eeb8d48c35bec1c8e9f05e7037ccd12c
2012-05-29rename functions for consistency with the rest of gbuildDavid Tardon
Change-Id: I572a8a6dc9da4f63b7c937748b3013bab60bb6bb
2012-05-09gbuild: use mixed paths on cygwinMatúš Kukan
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úš Kukan
2012-04-04fix so_activex_idl, part oneMatúš Kukan
2012-04-04extensions: use CustomTarget makefilesMatúš Kukan
2012-03-09fdo#46847 fix build of so_activex.rcAndras Timar
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 Tardon
2011-12-19extensions: d'oh, i've pasted C++ emacs modelines in makefilesMichael Stahl
2011-12-18extensions: convert activex to gbuildPeter Foley