CPP/tests/project.conf

29 lines
359 B
Plaintext

targets=define.o,if.o,include.o
cxx=./cpp.sh
cxxflags=
dist=Makefile,cpp.sh,include-define.cpp
[define.o]
type=object
sources=define.cpp
depends=../src/cpp
[define.cpp]
depends=cpp.sh
[if.o]
type=object
sources=if.cpp
depends=../src/cpp
[if.cpp]
depends=cpp.sh
[include.o]
type=object
sources=include.cpp
depends=../src/cpp
[include.cpp]
depends=cpp.sh