Skip to content

Commit

Permalink
- Updated README: removed mention of __orxANDROID_NATIVE__
Browse files Browse the repository at this point in the history
  • Loading branch information
iarwain committed Feb 3, 2023
1 parent 096ed1d commit b0d02b4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.html
Original file line number Diff line number Diff line change
Expand Up @@ -1111,8 +1111,6 @@ <h2><a id="user-content-packages" class="anchor" aria-hidden="true" href="#packa
<li>
<code>orx-dev-android-1.13.zip</code> : static embedded binaries for Android, release/profile/debug (device).</li>
<li>
<code>orx-dev-android-native-1.13.zip</code> : static embedded binaries for Android Native, release/profile/debug (device).</li>
<li>
<code>orx-tutorial-linux32-1.13.tar.bz2</code> : tutorials for Linux (x86)</li>
<li>
<code>orx-tutorial-linux64-1.13.tar.bz2</code> : tutorials for Linux (x86-64)</li>
Expand Down Expand Up @@ -1274,10 +1272,6 @@ <h3><a id="user-content-important---first-step" class="anchor" aria-hidden="true
<td>orx is being compiled for Android</td>
</tr>
<tr>
<td align="center"><code>__orxANDROID_NATIVE__</code></td>
<td>orx is being compiled for Android Native</td>
</tr>
<tr>
<td align="center"><code>__orxCPP__</code></td>
<td>orx is being compiled with a C++ compiler</td>
</tr>
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ Here is a list with a small description for each package.
- `orx-dev-vs2022-64-1.13.zip` : dynamic embedded binaries for Windows (Visual Studio 2022, x86-64), release/profile/debug + tools.
- `orx-full-ios-1.13.zip` : static embedded binaries for iOS, release/profile/debug, simulator/device + doc + source + XCode project file.
- `orx-dev-android-1.13.zip` : static embedded binaries for Android, release/profile/debug (device).
- `orx-dev-android-native-1.13.zip` : static embedded binaries for Android Native, release/profile/debug (device).
- `orx-tutorial-linux32-1.13.tar.bz2` : tutorials for Linux (x86)
- `orx-tutorial-linux64-1.13.tar.bz2` : tutorials for Linux (x86-64)
- `orx-tutorial-mac-1.13.zip` : tutorials for MacOS X (x86/x86-64)
Expand Down Expand Up @@ -238,7 +237,6 @@ for which you're compiling. Here's a quick list of these flags:
`__orxLINUX__` | orx is being compiled for Linux
`__orxIOS__` | orx is being compiled for iOS
`__orxANDROID__` | orx is being compiled for Android
`__orxANDROID_NATIVE__` | orx is being compiled for Android Native
`__orxCPP__` | orx is being compiled with a C++ compiler
`__orxOBJC__` | orx is being compiled with an Objective-C compiler
`__orxPLUGIN__` | a plugin for orx is being compiled
Expand Down

0 comments on commit b0d02b4

Please sign in to comment.