caryll / otfcc

Optimized OpenType builder and inspector.
Apache License 2.0
422 stars 63 forks source link

quick.make: add macosx targets; fix otfccdll release/debug mix-up #47

Closed anthrotype closed 7 years ago

anthrotype commented 7 years ago

The quick.make file didn't have targets for building with macOS using premake5/ninja.

After this patch, one can just do this to build on mac, as an alternative to premake5 xcode4 && xcodebuild ....

$ make -f quick.make macosx-release-x64

Using ninja is so much faster.

Also, I noticed that the release and debug targets for otfccdll were somehow mixed up. I fixed that as well.

be5invis commented 7 years ago

Danke.