Commit Graph

9 Commits

Author SHA1 Message Date
Sean McBride 388a8f7afd Enabled additional warnings in Xcode project 2014-03-21 21:43:12 -06:00
hjelmn@cs.unm.edu 1eff220474 Misc: Revert all references to libusb/libusb.info 2014-01-08 23:51:01 +00:00
Sean McBride 4cb9ae0c22 fixed link errors by adding missing files to Xcode project 2013-07-30 10:44:21 -06:00
Sean McBride 8f13c72409 make targets for examples depend on library target. Generate library named libusb-1.0.0.dylib not libusbx.dylib. Added several xcconfig files to make source control and documentation easier. Reorganised a few files' positions within the project. Disable strict aliasing since libusbx breaks strict aliasing rules anyway. Set project format as 3.1-compatible.
Conflicts:
	Xcode/libusbx.xcodeproj/project.pbxproj
2013-07-30 10:43:34 -06:00
Ludovic Rousseau 059e648ab9 Xcode: build for 32 and 64 bits 2013-07-30 10:42:48 -06:00
Ludovic Rousseau bd57a42aba Xcode: remove implicit/default configuration 2013-07-30 10:42:31 -06:00
Ludovic Rousseau a0d7a89c33 Add minimal config.h for Xcode
Xcode do not use ./configure so the config.h file needs to be generated
by hand.
This config.h is the minimal file for libusbx built using Xcode.
2013-07-30 10:41:44 -06:00
Ludovic Rousseau b11f8e08e0 Adapt Xcode project to the new paths 2013-07-30 10:41:24 -06:00
Ludovic Rousseau 1640bf7f95 Move Xcode project in Xcode/ directory
This is to use Xcode special config.h file in a independent directory.
The same is already done for MS Visual C with msvc/ directory.
2013-07-30 10:40:52 -06:00