Edited wiki page BuildingForIos through web user interface.
authorvittorio.giovara@gmail.com
Wed, 06 Jul 2011 07:41:52 +0000
changeset 118 a854206ba50c
parent 117 5c10784de5cb
child 119 cd022c242e50
Edited wiki page BuildingForIos through web user interface.
BuildingForIos.wiki
--- a/BuildingForIos.wiki	Mon Jun 27 23:39:58 2011 +0000
+++ b/BuildingForIos.wiki	Wed Jul 06 07:41:52 2011 +0000
@@ -19,7 +19,7 @@
 
 === Compiling SDL for iOS ===
 
-Since Hedgewars uses all four satellites besides the main SDL library things are going to get difficult. In fact most of the SDL_* libs don't come with a project file and/or can't be easily compiled (without a lot of hacking, that is).
+Since Hedgewars uses all four satellites besides the main SDL library things are going to get difficult. In fact most of the SDL_x libs don't come with a project file and/or can't be easily compiled (without a lot of hacking, that is).
 
 I'll try to explain what I did here to get my setup working, but in case of doubts or problems you should definitely drop by our IRC channel where we can give better help. Also unfortunately SDL has a high record of breaking during different commits (understandable since SDL1.3 is in beta) so what is written here might not be valid for older releases.