bkaradzic a3b0dde24b Fixes. Added vsh output/fsh input hash matching. преди 13 години
..
.gitignore dee3fe5266 Initial commit. преди 13 години
COPYING dee3fe5266 Initial commit. преди 13 години
FPPBase.h dee3fe5266 Initial commit. преди 13 години
FPP_protos.h dee3fe5266 Initial commit. преди 13 години
README dee3fe5266 Initial commit. преди 13 години
cpp.h a3b0dde24b Fixes. Added vsh output/fsh input hash matching. преди 13 години
cpp1.c 8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. преди 13 години
cpp2.c dee3fe5266 Initial commit. преди 13 години
cpp3.c 8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. преди 13 години
cpp4.c dee3fe5266 Initial commit. преди 13 години
cpp5.c dee3fe5266 Initial commit. преди 13 години
cpp6.c dee3fe5266 Initial commit. преди 13 години
cppadd.h 8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. преди 13 години
cppdef.h dee3fe5266 Initial commit. преди 13 години
fpp.exp dee3fe5266 Initial commit. преди 13 години
fpp.fd dee3fe5266 Initial commit. преди 13 години
fpp.h 8dd523fa67 Added support for outputing makefile style dependencies when compiling shaders. преди 13 години
fpp_pragmas.h dee3fe5266 Initial commit. преди 13 години
makefile dee3fe5266 Initial commit. преди 13 години
usecpp.c dee3fe5266 Initial commit. преди 13 години

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