Improve drawergen to only recompile the object file if its timestamp does not match

This commit is contained in:
Magnus Norddahl 2016-11-29 03:32:24 +01:00
commit f4d5fb4c25
8 changed files with 65 additions and 1 deletions

View file

@ -21,6 +21,7 @@
*/
#include "precomp.h"
#include "timestamp.h"
#include "fixedfunction/drawskycodegen.h"
#include "ssa/ssa_function.h"
#include "ssa/ssa_scope.h"