feat(Gruntfile.js): Added package-c task which creates a unified single header css-layout.h for use in C code ;

This commit is contained in:
Pierre Renaux
2015-08-13 16:56:41 +08:00
parent 3e0a3697df
commit fee4d39367
4 changed files with 1354 additions and 2 deletions

View File

@@ -12,7 +12,10 @@
#include <stdlib.h>
#include <string.h>
// in concatenated header, don't include Layout.h it's already at the top
#ifndef CSS_LAYOUT_IMPLEMENTATION
#include "Layout.h"
#endif
#ifdef _MSC_VER
#include <float.h>