MonoGame / MonoGame.Dependencies

The MonoGame binary dependencies submodule.
38 stars 51 forks source link

Added Universal Binaries for freetype2 on Mac #25

Closed dellis1972 closed 10 years ago

dellis1972 commented 10 years ago

Both the 32bit and 64bit binaries have been modified to be Universal binaries.

tomspilman commented 10 years ago

I would like to see us remove the x32 binary. Just to keep anyone from thinking running a 32bit pipeline is a thing we want to support.

dellis1972 commented 10 years ago

The mac side if things is only 32 bit atm. There is no 64 bit support yet.

KonajuGames commented 10 years ago

Is that why the AnyCPU build was running as 32-bit process?

dellis1972 commented 10 years ago

More than likely. I don't think there is a 64bit build of mono if you install it via the packages. I could be wrong though. Thats the reason I made a Universal binary, it will work on both. But if there is something in the content pipeline that is 64 bit only that could be a problem.

dellis1972 commented 10 years ago

http://www.mono-project.com/Mono:OSX#32_and_64_bit_support

tomspilman commented 10 years ago

Funny... iOS has 64bit, but Mac OS does not.

I guess Mac will have to say crippled at 32bit. :)

tomspilman commented 10 years ago

But if there is something in the content pipeline that is 64 bit only that could be a problem.

There isn't anything that is "64 bit only" really... just the ability to work with really large content.