summaryrefslogtreecommitdiff
path: root/accessibility/CustomTarget_bridge_inc.mk
AgeCommit message (Collapse)Author
2012-05-10normalize variable names in gbuild user makefilesMichael Stahl
Variables should have module name as prefix to prevent collisions.
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-05-01make javah work for me with JDK7 under windowsCaolán McNamara
Change-Id: Ie223f6213fea2fc4d9076f693857f4e17c726f54
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan
2012-04-09enforce only one possible use of gb_CustomTargetMatúš Kukan
This brings two changes: - no more recursive calling of make - gbuild_simple is now not used => removed
2012-03-31accessibility: use CustomTarget makefilesMatúš Kukan