Discussion:
non-monolithic build on mac with xcode
Michael Taboada
2014-04-30 22:59:07 UTC
Permalink
Hi all,
I am blind, so sorry if this is under a picture or some graphic on the
wiki and I just can't see it, but... I'm trying to build a
non-monolithic build for iPhone and mac in Xcode, but I can't seem to
find where to change this. I've googled a bunch of different keywords,
and looked under the edit schemes option, the project info and build
settings pains, and the static scheme build settings pains.
Any help is appreciated.
Thanks,
-Michael.
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Stefan Csomor
2014-05-01 05:01:40 UTC
Permalink
Hi
Post by Michael Taboada
Hi all,
I am blind, so sorry if this is under a picture or some graphic on the
wiki and I just can't see it, but... I'm trying to build a
non-monolithic build for iPhone and mac in Xcode, but I can't seem to
find where to change this. I've googled a bunch of different keywords,
and looked under the edit schemes option, the project info and build
settings pains, and the static scheme build settings pains.
Any help is appreciated.
Thanks,
-Michael.
sorry, no, it's not your eyes, it's the reality ..

I have only written the apple script to produces a project for a
monolithic build.

Best,

Stefan
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Michael Taboada
2014-05-01 05:47:34 UTC
Permalink
Ah. So is there anything I can manually change in the project to perhaps
make it non-monolithic?
Thanks,
-Michael.
Post by Stefan Csomor
Hi
Post by Michael Taboada
Hi all,
I am blind, so sorry if this is under a picture or some graphic on the
wiki and I just can't see it, but... I'm trying to build a
non-monolithic build for iPhone and mac in Xcode, but I can't seem to
find where to change this. I've googled a bunch of different keywords,
and looked under the edit schemes option, the project info and build
settings pains, and the static scheme build settings pains.
Any help is appreciated.
Thanks,
-Michael.
sorry, no, it's not your eyes, it's the reality ..
I have only written the apple script to produces a project for a
monolithic build.
Best,
Stefan
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Stefan Csomor
2014-05-01 06:37:21 UTC
Permalink
Hi
Post by Michael Taboada
Ah. So is there anything I can manually change in the project to perhaps
make it non-monolithic?
no, the easiest thing would be to use the ordinary Makefile and integrate
that as an external build step into the xcode project. Perhaps along these
lines

http://meandmark.com/blog/2011/10/using-makefiles-in-xcode-4/

Best,

Stefan
--
Please read http://www.wxwidgets.org/support/mlhowto.htm before posting.

To unsubscribe, send email to wx-users+***@googlegroups.com
or visit http://groups.google.com/group/wx-users
Loading...