openfx-sys 0.1.0

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

testProperties.ofx : testProperties.o ofxLog.o
	$(CXX) -bundle testProperties.o ofxLog.o -o testProperties.ofx
	mkdir -p testProperties.ofx.bundle/Contents/MacOS/
	cp testProperties.ofx testProperties.ofx.bundle/Contents/MacOS/