Difference between revisions of "Why doesnt Mac use Makefile to build?"
From Bitfighter
(New page: Mac does not use Makefile like linux for a couple of reasons. First, its much easier this way. All you have to do is open the project, and click build. The settings are all in UI grasp, m...) |
|||
(One intermediate revision by the same user not shown) | |||
Line 6: | Line 6: | ||
Warnings and errors are easier to find and fix. | Warnings and errors are easier to find and fix. | ||
− | + | Lastly, and the main reason, is someday we will try to host this game on the Apple web site. When we do this, we will also use xcode for a couple of other reasons. | |
− | + | ||
− | Lastly, and the main reason, is someday we will try to host this game on the Apple web site. When we do this, we will also use xcode for a couple of reasons. | + |
Latest revision as of 03:58, 5 December 2010
Mac does not use Makefile like linux for a couple of reasons.
First, its much easier this way. All you have to do is open the project, and click build. The settings are all in UI grasp, making it easier to change and edit values. Warnings and errors are easier to find and fix.
Lastly, and the main reason, is someday we will try to host this game on the Apple web site. When we do this, we will also use xcode for a couple of other reasons.