mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-26 06:49:33 +00:00
Rez: remove hard-coded include path
This commit is contained in:
parent
3da8beb96f
commit
3b7b07a8a2
@ -95,7 +95,6 @@ RezLexer::RezLexer(std::string filename, const std::string &data)
|
|||||||
{
|
{
|
||||||
pImpl.reset(new Priv(preFilter(data), filename));
|
pImpl.reset(new Priv(preFilter(data), filename));
|
||||||
|
|
||||||
pImpl->ctx.add_include_path("/home/wolfgang/Projects/Retro68/RIncludes");
|
|
||||||
pImpl->ctx.add_macro_definition("DeRez=0");
|
pImpl->ctx.add_macro_definition("DeRez=0");
|
||||||
pImpl->ctx.add_macro_definition("Rez=1");
|
pImpl->ctx.add_macro_definition("Rez=1");
|
||||||
pImpl->ctx.add_macro_definition("true=1");
|
pImpl->ctx.add_macro_definition("true=1");
|
||||||
|
Loading…
Reference in New Issue
Block a user