- Forums
- »
- Programming with Haxe
- »
- Conditional Compilation - iOS
|
Viewing 1 to 6 (6 Total) Conditional Compilation - iOS |
|
|---|---|
JonTotal Posts: 272
Joined: March 08, 2012
|
I've been using the cpp flag up to date, but there are times where I'd like to segment specifically for ios (versus Android or desktop)
Tags:
Posted on June 08, 2012 at 1:31 PM
|
singmajestyTotal Posts: 2147
Joined: August 25, 2011
|
Re: Conditional Compilation - iOSCurrently, you can use "iphone", "android", "webos", "blackberry", "flash", "html5", "desktop", "mobile", "web", "cpp", "js" and "neko"
Posted on June 08, 2012 at 1:35 PM
|
JonTotal Posts: 272
Joined: March 08, 2012
|
Re: Conditional Compilation - iOSThanks! That ought to be added to this recipe.
Posted on June 08, 2012 at 1:38 PM
|
JonTotal Posts: 272
Joined: March 08, 2012
|
Re: Conditional Compilation - iOSOne gotcha I ran into is that the "flags" you specify in the NMML files aren't necessarily the same as the ones that go into code.
Posted on June 09, 2012 at 7:37 PM
|
exdevTotal Posts: 93
Joined: March 09, 2012
|
Re: Conditional Compilation - iOSI was bitten by this
Posted on July 05, 2012 at 5:11 PM
|
crayfellowTotal Posts: 204
Joined: November 28, 2011
|
Re: Conditional Compilation - iOSin NME SVN (meaning in the next haxelib release), #if ios will work. Also, the output folder is now bin/ios.
Posted on July 06, 2012 at 9:36 AM
|
