openfx-sys 0.1.0

Rust bindings for OpenFX
Documentation
1
2
3
4
5
6
7
8
CXXFLAGS = -I../../include 
OPTIMIZER = -g

custom.ofx : custom.o
	$(CXX) -bundle custom.o -o custom.ofx -framework OpenGL
	mkdir -p custom.ofx.bundle/Contents/MacOS/
	cp custom.ofx custom.ofx.bundle/Contents/MacOS/