premake/modules
R. Blaine Whittle 777fadae95 Added os touchfile and a workaround for vs2010 reloading
vs2010 (and above) has an issue where if the vcxproj file
isn't modified but the.vcxproj.filters is modified during
premake, then VS doesn't notify the user that the project has
changed.  This can occur if the only change to a project is
with the vpaths.  Before this fix, the user would be need to
manually unload and reload the project to pick up the change.

This VS workaround checks for the case where the vcxproj.filters
file is modified but the .vcxproj file is not. At which point
premake preforms a touch on the .vcxproj file to trigger the IDE.
2017-06-20 09:53:43 -07:00
..
codelite [core] Use 'cdialect' and 'cppdialect' instead of 'language'. 2017-05-03 17:05:11 -07:00
d Move VStudio action into a module. 2017-06-19 13:12:05 -07:00
gmake Make module of 'gmake' action. 2017-06-19 12:15:13 -07:00
gmake2 A few gmake2 fixes due to it moving into a module. 2017-06-14 15:47:48 -07:00
raw Cleaned up inconsistencies in whitespace 2017-04-26 03:40:43 +10:00
self-test Merge pull request #805 from Blizzard/insecure-option 2017-06-19 13:06:51 -07:00
vstudio Added os touchfile and a workaround for vs2010 reloading 2017-06-20 09:53:43 -07:00
xcode fix rare xcode test failure. 2017-06-19 12:11:49 -07:00