Commit Graph

5 Commits (5164b1bd2404ee72351f22c5a47f079426ad24fa)

Author SHA1 Message Date
Wil Shipley 5164b1bd24 Turned off several warnings so code doesn't explode with them.
Someone who speaks C++ should maybe go back through and see if these
warning are really relevant!
2015-03-26 13:47:53 -07:00
Wil Shipley e37b306234 - Build as static library FOR REAL, not dylib. 2015-03-14 15:59:48 -07:00
Wil Shipley 1b06d55975 - Needed quotes around path in case of spaces in it. 2015-03-13 18:47:31 -07:00
Wil Shipley ca463fca9a - Rearranged groups, link against C++ lib explicitly. 2015-03-13 00:37:02 -07:00
Wil Shipley 73174b7081 Hard-coded project to build static library for iOS / OS X
- This may not appeal to everyone, but I wanted a simple static library
Project I could include in a Xcode Workspace that would auto-build when
I built an iOS or OS X app.
- If you drag this project file into your Workspace and then add the
libassimp.x.x.a file as a dependency in your project inspector, it
should auto-build in the architecture of your choice.
2015-03-12 20:23:21 -07:00