BuildingForIos.wiki
changeset 118 a854206ba50c
parent 115 3278ecf295a3
child 206 125a79c342d8
--- 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.