summaryrefslogtreecommitdiff
path: root/solenv/gbuild/WinResTarget.mk
AgeCommit message (Collapse)Author
2012-05-16further spurious dep-file rebuild fixes:Michael Stahl
With the way dep-file generation was changed for LinkTargets in 8b5a984d45005d3df1c89eae897d6e04612625d8, it is necessary to change all other dep-file generation the same way, because the LinkTarget dep-files are outdated wrt. the object dep-files after an initial make run, and hence if any other dep-file depends in any way (even build-order) on a generated Executable, say by depending on the corresponding target file, then the PHONY entries in the outdated LinkTarget dep-files for the executable and its linked libraries cause all these objects to be recompiled. It is not a problem that there is a rule with the dep-file as target, and another rule for the corresponding actual target that writes the dep-file as a side-effect, without dependecy between the targets: because make does processing in 2 phases, first building all included makefiles, second all other targets, it is guaranteed that the 2 commands don't race to overwrite the dep-file because (when there is no dependency between them) they will not be executed in the same phase. The only problem here is that this will probably make IDL processing a lot slower on Windows, writing all those dummy dep-files.
2012-04-09gbuild: simplify and unify gb_Helper_*native*Matúš Kukan
2011-10-24WinResTarget: remove realpath callsMichael Stahl
2011-10-21gbuild should use SRCDIR as per GNU make conventionsBjoern Michaelsen
2011-10-21kill multi repo support: WinResTargetBjoern Michaelsen
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe
2011-07-26Add Emacs mode lines and a few missing vim onesTor Lillqvist
2011-04-21Spaces to tabs in solenv/gbuild.Jan Holesovsky
2011-03-23vcl2gnumake: #i116588# add: windows native resource files (thanks hjs !)Philipp Lohmann [pl]