istereo2

diff istereo.xcodeproj/project.pbxproj @ 6:3bccfc7d10fe

goatkit is drawing
author John Tsiombikas <nuclear@member.fsf.org>
date Wed, 23 Sep 2015 05:44:58 +0300
parents dc735bdeeb8a
children a3c4fcc9f8f3
line diff
     1.1 --- a/istereo.xcodeproj/project.pbxproj	Tue Sep 22 07:13:47 2015 +0300
     1.2 +++ b/istereo.xcodeproj/project.pbxproj	Wed Sep 23 05:44:58 2015 +0300
     1.3 @@ -7,6 +7,21 @@
     1.4  	objects = {
     1.5  
     1.6  /* Begin PBXBuildFile section */
     1.7 +		060ECAD41BB1A9CC00CE9B80 /* boolanm.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECAC91BB1A9CC00CE9B80 /* boolanm.cc */; settings = {ASSET_TAGS = (); }; };
     1.8 +		060ECAD51BB1A9CC00CE9B80 /* button.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECACB1BB1A9CC00CE9B80 /* button.cc */; settings = {ASSET_TAGS = (); }; };
     1.9 +		060ECAD71BB1A9CC00CE9B80 /* event.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECACD1BB1A9CC00CE9B80 /* event.cc */; settings = {ASSET_TAGS = (); }; };
    1.10 +		060ECAD91BB1A9CC00CE9B80 /* screen.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECACF1BB1A9CC00CE9B80 /* screen.cc */; settings = {ASSET_TAGS = (); }; };
    1.11 +		060ECADA1BB1A9CC00CE9B80 /* slider.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECAD01BB1A9CC00CE9B80 /* slider.cc */; settings = {ASSET_TAGS = (); }; };
    1.12 +		060ECADB1BB1A9CC00CE9B80 /* textbox.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECAD11BB1A9CC00CE9B80 /* textbox.cc */; settings = {ASSET_TAGS = (); }; };
    1.13 +		060ECADC1BB1A9CC00CE9B80 /* theme.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECAD21BB1A9CC00CE9B80 /* theme.cc */; settings = {ASSET_TAGS = (); }; };
    1.14 +		060ECADD1BB1A9CC00CE9B80 /* widget.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECAD31BB1A9CC00CE9B80 /* widget.cc */; settings = {ASSET_TAGS = (); }; };
    1.15 +		060ECAEB1BB1AA5200CE9B80 /* checkbox.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECADF1BB1AA5200CE9B80 /* checkbox.cc */; settings = {ASSET_TAGS = (); }; };
    1.16 +		060ECAEC1BB1AA5200CE9B80 /* label.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECAE31BB1AA5200CE9B80 /* label.cc */; settings = {ASSET_TAGS = (); }; };
    1.17 +		060ECAEF1BB22A4400CE9B80 /* ui.cc in Sources */ = {isa = PBXBuildFile; fileRef = 060ECAED1BB22A4400CE9B80 /* ui.cc */; settings = {ASSET_TAGS = (); }; };
    1.18 +		060ECAF11BB243B000CE9B80 /* color.v.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 060ECAF01BB243B000CE9B80 /* color.v.glsl */; settings = {ASSET_TAGS = (); }; };
    1.19 +		060ECAF31BB2441600CE9B80 /* color.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 060ECAF21BB2441600CE9B80 /* color.p.glsl */; settings = {ASSET_TAGS = (); }; };
    1.20 +		060ECAF61BB2496100CE9B80 /* ui.p.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 060ECAF41BB2496100CE9B80 /* ui.p.glsl */; settings = {ASSET_TAGS = (); }; };
    1.21 +		060ECAF71BB2496100CE9B80 /* ui.v.glsl in Resources */ = {isa = PBXBuildFile; fileRef = 060ECAF51BB2496100CE9B80 /* ui.v.glsl */; settings = {ASSET_TAGS = (); }; };
    1.22  		0669D67F1BA85DDE00611CFA /* app_delegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67B1BA85DDE00611CFA /* app_delegate.m */; };
    1.23  		0669D6801BA85DDE00611CFA /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67C1BA85DDE00611CFA /* main.m */; };
    1.24  		0669D6811BA85DDE00611CFA /* viewctl.m in Sources */ = {isa = PBXBuildFile; fileRef = 0669D67E1BA85DDE00611CFA /* viewctl.m */; };
    1.25 @@ -118,6 +133,34 @@
    1.26  /* End PBXBuildFile section */
    1.27  
    1.28  /* Begin PBXFileReference section */
    1.29 +		060ECAC91BB1A9CC00CE9B80 /* boolanm.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = boolanm.cc; path = libs/goatkit/boolanm.cc; sourceTree = "<group>"; };
    1.30 +		060ECACA1BB1A9CC00CE9B80 /* boolanm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = boolanm.h; path = libs/goatkit/boolanm.h; sourceTree = "<group>"; };
    1.31 +		060ECACB1BB1A9CC00CE9B80 /* button.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = button.cc; path = libs/goatkit/button.cc; sourceTree = "<group>"; };
    1.32 +		060ECACD1BB1A9CC00CE9B80 /* event.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = event.cc; path = libs/goatkit/event.cc; sourceTree = "<group>"; };
    1.33 +		060ECACF1BB1A9CC00CE9B80 /* screen.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = screen.cc; path = libs/goatkit/screen.cc; sourceTree = "<group>"; };
    1.34 +		060ECAD01BB1A9CC00CE9B80 /* slider.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = slider.cc; path = libs/goatkit/slider.cc; sourceTree = "<group>"; };
    1.35 +		060ECAD11BB1A9CC00CE9B80 /* textbox.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = textbox.cc; path = libs/goatkit/textbox.cc; sourceTree = "<group>"; };
    1.36 +		060ECAD21BB1A9CC00CE9B80 /* theme.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = theme.cc; path = libs/goatkit/theme.cc; sourceTree = "<group>"; };
    1.37 +		060ECAD31BB1A9CC00CE9B80 /* widget.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = widget.cc; path = libs/goatkit/widget.cc; sourceTree = "<group>"; };
    1.38 +		060ECADE1BB1AA5200CE9B80 /* button.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = button.h; path = libs/goatkit/button.h; sourceTree = "<group>"; };
    1.39 +		060ECADF1BB1AA5200CE9B80 /* checkbox.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = checkbox.cc; path = libs/goatkit/checkbox.cc; sourceTree = "<group>"; };
    1.40 +		060ECAE01BB1AA5200CE9B80 /* checkbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = checkbox.h; path = libs/goatkit/checkbox.h; sourceTree = "<group>"; };
    1.41 +		060ECAE11BB1AA5200CE9B80 /* event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = event.h; path = libs/goatkit/event.h; sourceTree = "<group>"; };
    1.42 +		060ECAE21BB1AA5200CE9B80 /* goatkit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = goatkit.h; path = libs/goatkit/goatkit.h; sourceTree = "<group>"; };
    1.43 +		060ECAE31BB1AA5200CE9B80 /* label.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = label.cc; path = libs/goatkit/label.cc; sourceTree = "<group>"; };
    1.44 +		060ECAE41BB1AA5200CE9B80 /* label.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = label.h; path = libs/goatkit/label.h; sourceTree = "<group>"; };
    1.45 +		060ECAE51BB1AA5200CE9B80 /* screen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = screen.h; path = libs/goatkit/screen.h; sourceTree = "<group>"; };
    1.46 +		060ECAE61BB1AA5200CE9B80 /* slider.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = slider.h; path = libs/goatkit/slider.h; sourceTree = "<group>"; };
    1.47 +		060ECAE71BB1AA5200CE9B80 /* textbox.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = textbox.h; path = libs/goatkit/textbox.h; sourceTree = "<group>"; };
    1.48 +		060ECAE81BB1AA5200CE9B80 /* theme.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = theme.h; path = libs/goatkit/theme.h; sourceTree = "<group>"; };
    1.49 +		060ECAE91BB1AA5200CE9B80 /* vec.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vec.h; path = libs/goatkit/vec.h; sourceTree = "<group>"; };
    1.50 +		060ECAEA1BB1AA5200CE9B80 /* widget.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = widget.h; path = libs/goatkit/widget.h; sourceTree = "<group>"; };
    1.51 +		060ECAED1BB22A4400CE9B80 /* ui.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ui.cc; path = src/ui.cc; sourceTree = "<group>"; };
    1.52 +		060ECAEE1BB22A4400CE9B80 /* ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ui.h; path = src/ui.h; sourceTree = "<group>"; };
    1.53 +		060ECAF01BB243B000CE9B80 /* color.v.glsl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = color.v.glsl; path = sdr/color.v.glsl; sourceTree = "<group>"; };
    1.54 +		060ECAF21BB2441600CE9B80 /* color.p.glsl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = color.p.glsl; path = sdr/color.p.glsl; sourceTree = "<group>"; };
    1.55 +		060ECAF41BB2496100CE9B80 /* ui.p.glsl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = ui.p.glsl; path = sdr/ui.p.glsl; sourceTree = "<group>"; };
    1.56 +		060ECAF51BB2496100CE9B80 /* ui.v.glsl */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = ui.v.glsl; path = sdr/ui.v.glsl; sourceTree = "<group>"; };
    1.57  		0669D6471BA851BE00611CFA /* istereo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = istereo.app; sourceTree = BUILT_PRODUCTS_DIR; };
    1.58  		0669D6741BA858BF00611CFA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = ios/Info.plist; sourceTree = "<group>"; };
    1.59  		0669D67A1BA85DDE00611CFA /* app_delegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = app_delegate.h; path = src/ios/app_delegate.h; sourceTree = "<group>"; };
    1.60 @@ -139,7 +182,6 @@
    1.61  		0669D68D1BACDF6C00611CFA /* sdr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sdr.h; path = src/sdr.h; sourceTree = "<group>"; };
    1.62  		0669D68E1BACDF6C00611CFA /* tex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tex.c; path = src/tex.c; sourceTree = "<group>"; };
    1.63  		0669D68F1BACDF6C00611CFA /* tex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tex.h; path = src/tex.h; sourceTree = "<group>"; };
    1.64 -		0669D6901BACDF6C00611CFA /* ui.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ui.h; path = src/ui.h; sourceTree = "<group>"; };
    1.65  		0669D69D1BAD020B00611CFA /* basis_c.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = basis_c.c; path = libs/vmath/basis_c.c; sourceTree = "<group>"; };
    1.66  		0669D69E1BAD020B00611CFA /* basis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = basis.h; path = libs/vmath/basis.h; sourceTree = "<group>"; };
    1.67  		0669D69F1BAD020B00611CFA /* geom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = geom.c; path = libs/vmath/geom.c; sourceTree = "<group>"; };
    1.68 @@ -293,6 +335,35 @@
    1.69  /* End PBXFrameworksBuildPhase section */
    1.70  
    1.71  /* Begin PBXGroup section */
    1.72 +		060ECAC81BB1A9BA00CE9B80 /* goatkit */ = {
    1.73 +			isa = PBXGroup;
    1.74 +			children = (
    1.75 +				060ECADE1BB1AA5200CE9B80 /* button.h */,
    1.76 +				060ECADF1BB1AA5200CE9B80 /* checkbox.cc */,
    1.77 +				060ECAE01BB1AA5200CE9B80 /* checkbox.h */,
    1.78 +				060ECAE11BB1AA5200CE9B80 /* event.h */,
    1.79 +				060ECAE21BB1AA5200CE9B80 /* goatkit.h */,
    1.80 +				060ECAE31BB1AA5200CE9B80 /* label.cc */,
    1.81 +				060ECAE41BB1AA5200CE9B80 /* label.h */,
    1.82 +				060ECAE51BB1AA5200CE9B80 /* screen.h */,
    1.83 +				060ECAE61BB1AA5200CE9B80 /* slider.h */,
    1.84 +				060ECAE71BB1AA5200CE9B80 /* textbox.h */,
    1.85 +				060ECAE81BB1AA5200CE9B80 /* theme.h */,
    1.86 +				060ECAE91BB1AA5200CE9B80 /* vec.h */,
    1.87 +				060ECAEA1BB1AA5200CE9B80 /* widget.h */,
    1.88 +				060ECAC91BB1A9CC00CE9B80 /* boolanm.cc */,
    1.89 +				060ECACA1BB1A9CC00CE9B80 /* boolanm.h */,
    1.90 +				060ECACB1BB1A9CC00CE9B80 /* button.cc */,
    1.91 +				060ECACD1BB1A9CC00CE9B80 /* event.cc */,
    1.92 +				060ECACF1BB1A9CC00CE9B80 /* screen.cc */,
    1.93 +				060ECAD01BB1A9CC00CE9B80 /* slider.cc */,
    1.94 +				060ECAD11BB1A9CC00CE9B80 /* textbox.cc */,
    1.95 +				060ECAD21BB1A9CC00CE9B80 /* theme.cc */,
    1.96 +				060ECAD31BB1A9CC00CE9B80 /* widget.cc */,
    1.97 +			);
    1.98 +			name = goatkit;
    1.99 +			sourceTree = "<group>";
   1.100 +		};
   1.101  		0669D63E1BA851BE00611CFA = {
   1.102  			isa = PBXGroup;
   1.103  			children = (
   1.104 @@ -317,6 +388,8 @@
   1.105  		0669D6761BA858D600611CFA /* src */ = {
   1.106  			isa = PBXGroup;
   1.107  			children = (
   1.108 +				060ECAED1BB22A4400CE9B80 /* ui.cc */,
   1.109 +				060ECAEE1BB22A4400CE9B80 /* ui.h */,
   1.110  				0669D6821BACDF6C00611CFA /* cam.c */,
   1.111  				0669D6831BACDF6C00611CFA /* cam.h */,
   1.112  				0669D6841BACDF6C00611CFA /* config.h */,
   1.113 @@ -331,7 +404,6 @@
   1.114  				0669D68D1BACDF6C00611CFA /* sdr.h */,
   1.115  				0669D68E1BACDF6C00611CFA /* tex.c */,
   1.116  				0669D68F1BACDF6C00611CFA /* tex.h */,
   1.117 -				0669D6901BACDF6C00611CFA /* ui.h */,
   1.118  				0669D6791BA85DCC00611CFA /* ios */,
   1.119  			);
   1.120  			name = src;
   1.121 @@ -352,6 +424,7 @@
   1.122  		0669D6971BAD01C200611CFA /* libs */ = {
   1.123  			isa = PBXGroup;
   1.124  			children = (
   1.125 +				060ECAC81BB1A9BA00CE9B80 /* goatkit */,
   1.126  				0669D69C1BAD01EA00611CFA /* vmath */,
   1.127  				0669D69B1BAD01E300611CFA /* imago2 */,
   1.128  				0669D69A1BAD01DD00611CFA /* jpeglib */,
   1.129 @@ -528,12 +601,16 @@
   1.130  		0669D77B1BAD028300611CFA /* sdr */ = {
   1.131  			isa = PBXGroup;
   1.132  			children = (
   1.133 +				060ECAF41BB2496100CE9B80 /* ui.p.glsl */,
   1.134 +				060ECAF51BB2496100CE9B80 /* ui.v.glsl */,
   1.135  				0669D77C1BAD02A200611CFA /* test.p.glsl */,
   1.136  				0669D77D1BAD02A200611CFA /* test.v.glsl */,
   1.137  				0669D77E1BAD02A200611CFA /* text.p.glsl */,
   1.138  				0669D77F1BAD02A200611CFA /* text.v.glsl */,
   1.139  				0669D7801BAD02A200611CFA /* tunnel.p.glsl */,
   1.140  				0669D7811BAD02A200611CFA /* tunnel.v.glsl */,
   1.141 +				060ECAF01BB243B000CE9B80 /* color.v.glsl */,
   1.142 +				060ECAF21BB2441600CE9B80 /* color.p.glsl */,
   1.143  			);
   1.144  			name = sdr;
   1.145  			sourceTree = "<group>";
   1.146 @@ -610,8 +687,12 @@
   1.147  				0669D7861BAD02A200611CFA /* tunnel.p.glsl in Resources */,
   1.148  				0669D7821BAD02A200611CFA /* test.p.glsl in Resources */,
   1.149  				0669D78D1BAD02DC00611CFA /* stonewall_normal.jpg in Resources */,
   1.150 +				060ECAF11BB243B000CE9B80 /* color.v.glsl in Resources */,
   1.151  				0669D78E1BAD02DC00611CFA /* stonewall.jpg in Resources */,
   1.152 +				060ECAF61BB2496100CE9B80 /* ui.p.glsl in Resources */,
   1.153 +				060ECAF71BB2496100CE9B80 /* ui.v.glsl in Resources */,
   1.154  				0669D7841BAD02A200611CFA /* text.p.glsl in Resources */,
   1.155 +				060ECAF31BB2441600CE9B80 /* color.p.glsl in Resources */,
   1.156  				06ED084A1BAF9A2E00C1211D /* icons.xcassets in Resources */,
   1.157  				0669D7901BAD02DC00611CFA /* tiles.jpg in Resources */,
   1.158  				0669D7871BAD02A200611CFA /* tunnel.v.glsl in Resources */,
   1.159 @@ -644,11 +725,13 @@
   1.160  				0669D6CC1BAD022C00611CFA /* modules.c in Sources */,
   1.161  				0669D7301BAD024700611CFA /* jmemmgr.c in Sources */,
   1.162  				0669D72E1BAD024700611CFA /* jidctint.c in Sources */,
   1.163 +				060ECAD41BB1A9CC00CE9B80 /* boolanm.cc in Sources */,
   1.164  				0669D6B81BAD020B00611CFA /* ray_c.c in Sources */,
   1.165  				0669D71D1BAD024700611CFA /* jddctmgr.c in Sources */,
   1.166  				0669D7571BAD025B00611CFA /* pngwtran.c in Sources */,
   1.167  				0669D7081BAD024700611CFA /* jcapistd.c in Sources */,
   1.168  				0669D72C1BAD024700611CFA /* jidctflt.c in Sources */,
   1.169 +				060ECADB1BB1A9CC00CE9B80 /* textbox.cc in Sources */,
   1.170  				0669D7511BAD025B00611CFA /* pngrutil.c in Sources */,
   1.171  				0669D6BB1BAD020B00611CFA /* vmath.c in Sources */,
   1.172  				0669D7341BAD024700611CFA /* jutils.c in Sources */,
   1.173 @@ -670,19 +753,25 @@
   1.174  				0669D7521BAD025B00611CFA /* pngset.c in Sources */,
   1.175  				0669D7561BAD025B00611CFA /* pngwrite.c in Sources */,
   1.176  				0669D7131BAD024700611CFA /* jcphuff.c in Sources */,
   1.177 +				060ECAD91BB1A9CC00CE9B80 /* screen.cc in Sources */,
   1.178  				0669D70A1BAD024700611CFA /* jccolor.c in Sources */,
   1.179 +				060ECADD1BB1A9CC00CE9B80 /* widget.cc in Sources */,
   1.180  				0669D74F1BAD025B00611CFA /* pngrio.c in Sources */,
   1.181  				0669D6C81BAD022C00611CFA /* file_png.c in Sources */,
   1.182  				0669D7231BAD024700611CFA /* jdmerge.c in Sources */,
   1.183  				0669D77A1BAD027000611CFA /* zutil.c in Sources */,
   1.184  				0669D7721BAD027000611CFA /* deflate.c in Sources */,
   1.185 +				060ECAEB1BB1AA5200CE9B80 /* checkbox.cc in Sources */,
   1.186  				0669D71F1BAD024700611CFA /* jdinput.c in Sources */,
   1.187  				0669D7581BAD025B00611CFA /* pngwutil.c in Sources */,
   1.188  				0669D7261BAD024700611CFA /* jdsample.c in Sources */,
   1.189  				0669D7701BAD027000611CFA /* compress.c in Sources */,
   1.190  				0669D7111BAD024700611CFA /* jcomapi.c in Sources */,
   1.191  				0669D71A1BAD024700611CFA /* jdatasrc.c in Sources */,
   1.192 +				060ECADC1BB1A9CC00CE9B80 /* theme.cc in Sources */,
   1.193  				0669D74B1BAD025B00611CFA /* pngget.c in Sources */,
   1.194 +				060ECAD71BB1A9CC00CE9B80 /* event.cc in Sources */,
   1.195 +				060ECAD51BB1A9CC00CE9B80 /* button.cc in Sources */,
   1.196  				0669D7211BAD024700611CFA /* jdmarker.c in Sources */,
   1.197  				0669D7251BAD024700611CFA /* jdpostct.c in Sources */,
   1.198  				0669D6811BA85DDE00611CFA /* viewctl.m in Sources */,
   1.199 @@ -702,10 +791,12 @@
   1.200  				0669D7271BAD024700611CFA /* jdtrans.c in Sources */,
   1.201  				0669D6B21BAD020B00611CFA /* basis_c.c in Sources */,
   1.202  				0669D7161BAD024700611CFA /* jctrans.c in Sources */,
   1.203 +				060ECADA1BB1A9CC00CE9B80 /* slider.cc in Sources */,
   1.204  				0669D7311BAD024700611CFA /* jmemnobs.c in Sources */,
   1.205  				0669D74E1BAD025B00611CFA /* pngread.c in Sources */,
   1.206  				0669D71E1BAD024700611CFA /* jdhuff.c in Sources */,
   1.207  				0669D74A1BAD025B00611CFA /* pnggccrd.c in Sources */,
   1.208 +				060ECAEF1BB22A4400CE9B80 /* ui.cc in Sources */,
   1.209  				0669D70E1BAD024700611CFA /* jcmainct.c in Sources */,
   1.210  				0669D7151BAD024700611CFA /* jcsample.c in Sources */,
   1.211  				0669D7141BAD024700611CFA /* jcprepct.c in Sources */,
   1.212 @@ -717,6 +808,7 @@
   1.213  				0669D7071BAD024700611CFA /* jcapimin.c in Sources */,
   1.214  				0669D6C61BAD022C00611CFA /* conv.c in Sources */,
   1.215  				0669D6B41BAD020B00611CFA /* matrix_c.c in Sources */,
   1.216 +				060ECAEC1BB1AA5200CE9B80 /* label.cc in Sources */,
   1.217  				0669D7321BAD024700611CFA /* jquant1.c in Sources */,
   1.218  				0669D6C91BAD022C00611CFA /* file_ppm.c in Sources */,
   1.219  				0669D72D1BAD024700611CFA /* jidctfst.c in Sources */,
   1.220 @@ -820,6 +912,11 @@
   1.221  				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
   1.222  				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
   1.223  				CODE_SIGN_IDENTITY = "iPhone Developer";
   1.224 +				GCC_PREPROCESSOR_DEFINITIONS = (
   1.225 +					"DEBUG=1",
   1.226 +					HAVE_OPENGL_H,
   1.227 +				);
   1.228 +				HEADER_SEARCH_PATHS = libs;
   1.229  				INFOPLIST_FILE = "$(SRCROOT)/ios/Info.plist";
   1.230  				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
   1.231  				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
   1.232 @@ -834,6 +931,8 @@
   1.233  				ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
   1.234  				ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
   1.235  				CODE_SIGN_IDENTITY = "iPhone Developer";
   1.236 +				GCC_PREPROCESSOR_DEFINITIONS = HAVE_OPENGL_H;
   1.237 +				HEADER_SEARCH_PATHS = libs;
   1.238  				INFOPLIST_FILE = "$(SRCROOT)/ios/Info.plist";
   1.239  				IPHONEOS_DEPLOYMENT_TARGET = 6.0;
   1.240  				LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";