bgfx/3rdparty/fcpp
bkaradzic a3b0dde24b Fixes. Added vsh output/fsh input hash matching. 2012-11-25 18:24:50 -08:00
..
.gitignore Initial commit. 2012-04-03 20:30:07 -07:00
COPYING Initial commit. 2012-04-03 20:30:07 -07:00
FPPBase.h Initial commit. 2012-04-03 20:30:07 -07:00
FPP_protos.h Initial commit. 2012-04-03 20:30:07 -07:00
README Initial commit. 2012-04-03 20:30:07 -07:00
cpp.h Fixes. Added vsh output/fsh input hash matching. 2012-11-25 18:24:50 -08:00
cpp1.c Added support for outputing makefile style dependencies when compiling shaders. 2012-06-26 20:55:33 -07:00
cpp2.c Initial commit. 2012-04-03 20:30:07 -07:00
cpp3.c Added support for outputing makefile style dependencies when compiling shaders. 2012-06-26 20:55:33 -07:00
cpp4.c Initial commit. 2012-04-03 20:30:07 -07:00
cpp5.c Initial commit. 2012-04-03 20:30:07 -07:00
cpp6.c Initial commit. 2012-04-03 20:30:07 -07:00
cppadd.h Added support for outputing makefile style dependencies when compiling shaders. 2012-06-26 20:55:33 -07:00
cppdef.h Initial commit. 2012-04-03 20:30:07 -07:00
fpp.exp Initial commit. 2012-04-03 20:30:07 -07:00
fpp.fd Initial commit. 2012-04-03 20:30:07 -07:00
fpp.h Added support for outputing makefile style dependencies when compiling shaders. 2012-06-26 20:55:33 -07:00
fpp_pragmas.h Initial commit. 2012-04-03 20:30:07 -07:00
makefile Initial commit. 2012-04-03 20:30:07 -07:00
usecpp.c Initial commit. 2012-04-03 20:30:07 -07:00

README

Frexx CPP (C Preprocessor)

Copyright (c) by Daniel Stenberg 1993 - 2011

This is a C preprocessor. It is a project based on public domain code, then
forked by Daniel in 1993 and future work has been done under a BSD license.

The C preprocessor is now (mostly?) ANSI C compliant, and some tweaks have
been applied to also make it fairly usable to process other data files, such
as HTML for simple web sites.

WWW:   http://daniel.haxx.se/projects/fcpp/
Code:  https://github.com/bagder/fcpp