-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathAppEasy.mkf
524 lines (488 loc) · 7.87 KB
/
AppEasy.mkf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
options
{
module_path="Libs"
}
packages
{
}
defines
{
TARGET_PLATFORM=MARMALADE
IW_GXFONT_TTF
# CZ_REMOVE_DUPLICATES
IW_HTTP_SSL
CZ_FACEBOOK_ENABLE
# CZ_ADS_CHARTBOOST_ENABLE
# CZ_ADS_FLURRY_APPSPOT_ENABLE
# CZ_ADS_REVMOB_ENABLE
}
subprojects
{
# libjpeg
# libpng
# zlib
lua-vec
iwgx
iwgl
iw2d
iwgxfont
iwresmanager
iwhttp
s3eWebView
s3eFacebook
iwbilling
SoundEngine
box2d
third_party/sqlite
lsqlite3
# UserAgent
# extra modules
# s3eFlurryAppSpot
# s3eChartBoost
# revmob\RevMobEDK
}
includepath
{
source
source\Actions
source\Actors
source\Actors\UI
source\Animation
source\Audio
source\Comms
source\Core
source\Core\Debug
source\Display
source\Display\Render
source\Display\Brushes
source\Extensions
source\Extensions\Ads
source\Extensions\Camera
source\Extensions\Market
source\Extensions\Social
source\Extensions\Video
source\Extensions\Social\Facebook
source\Extensions\Social\Scoreloop
source\Loaders
source\Maths
source\Modifiers
source\Physics
source\Platforms
source\Platforms\Marm
source\Programs
source\Scenes
source\Script
source\Script\lua
source\XOML
}
files
{
[Actions]
(source/Actions)
CzActionsActor.cpp
CzActionsActor.h
CzActionsAnimation.cpp
CzActionsAnimation.h
CzActionsComms.cpp
CzActionsComms.h
CzActionsMarket.cpp
CzActionsMarket.h
CzActionsMedia.cpp
CzActionsMedia.h
CzActionsProgram.cpp
CzActionsProgram.h
CzActionsResource.cpp
CzActionsResource.h
CzActionsScene.cpp
CzActionsScene.h
CzActionsScript.cpp
CzActionsScript.h
CzActionsShared.cpp
CzActionsShared.h
CzActionsSys.cpp
CzActionsSys.h
CzActionsTimer.cpp
CzActionsTimer.h
CzActionsVariables.cpp
CzActionsVariables.h
[Actors]
(source/Actors)
CzActor.cpp
CzActor.h
CzActorConnector.cpp
CzActorConnector.h
CzActorImage.cpp
CzActorImage.h
CzActorParticles.cpp
CzActorParticles.h
CzActorText.cpp
CzActorText.h
CzActorTilemap.cpp
CzActorTilemap.h
[Actors/UI]
(source/Actors/UI)
CzUIBase.cpp
CzUIBase.h
CzUIBigImage.cpp
CzUIBigImage.h
CzUICanvas.cpp
CzUICanvas.h
CzUIGrid.cpp
CzUIGrid.h
CzUIIcon.cpp
CzUIIcon.h
CzUIImageView.cpp
CzUIImageView.h
CzUILabel.cpp
CzUILabel.h
CzUIListBox.cpp
CzUIListBox.h
CzUINavBar.cpp
CzUINavBar.h
CzUIPanel.cpp
CzUIPanel.h
CzUIPicker.cpp
CzUIPicker.h
CzUISlider.cpp
CzUISlider.h
CzUIStackPanel.cpp
CzUIStackPanel.h
CzUIStepper.cpp
CzUIStepper.h
CzUITabBar.cpp
CzUITabBar.h
CzUITextBox.cpp
CzUITextBox.h
CzUITextView.cpp
CzUITextView.h
CzUIToolBar.cpp
CzUIToolBar.h
CzUIVideoOverlay.cpp
CzUIVideoOverlay.h
CzUIWebView.cpp
CzUIWebView.h
CzUIWrapPanel.cpp
CzUIWrapPanel.h
[Animation]
(source/Animation)
CzAnim.cpp
CzAnim.h
[Audio]
(source/Audio)
CzAudio.cpp
CzAudio.h
[Comms]
(source/Comms)
CzHttp.cpp
CzHttp.h
CzRemoteReq.cpp
CzRemoteReq.h
[Core]
(source/Core)
CzApp.cpp
CzApp.h
CzColour.h
CzDataIO.cpp
CzDataIO.h
CzDecrypt.cpp
CzDecrypt.h
CzEvents.cpp
CzEvents.h
CzFile.cpp
CzFile.h
CzHashes.cpp
CzHashes.h
CzInput.cpp
CzInput.h
CzResources.cpp
CzResources.h
CzSettings.cpp
CzSettings.h
CzSlotArray.h
CzString.cpp
CzString.h
CzTime.cpp
CzTime.h
CzTypes.h
CzUtil.cpp
CzUtil.h
CzXml.cpp
CzXml.h
[Core/Debug]
(source/Core/Debug)
CzDebug.cpp
CzDebug.h
[Display]
(source/Display)
CzCamera.cpp
CzCamera.h
CzFont.cpp
CzFont.h
CzGeometry.cpp
CzGeometry.h
CzImage.cpp
CzImage.h
[Display/Brushes]
(source/Display/Brushes)
CzBrush.cpp
CzBrush.h
[Display/Render]
(source/Display/Render)
CzRender.cpp
CzRender.h
CzSprite.cpp
CzSprite.h
CzBitmapSprite.cpp
CzBitmapSprite.h
CzBitmapSprite9.cpp
CzBitmapSprite9.h
CzDummySprite.cpp
CzDummySprite.h
CzTextSprite.cpp
CzTextSprite.h
CzSpriteManager.cpp
CzSpriteManager.h
[Extensions]
(source/Extensions)
[Extensions/Ads]
(source/Extensions/Ads)
CzAds.cpp
CzAds.h
CzAdsMediator.cpp
CzAdsMediator.h
CzAdsView.cpp
CzAdsView.h
CzAdsViewAnimator.cpp
CzAdsViewAnimator.h
[Extensions/Camera]
(source/Extensions/Camera)
CzCam.cpp
CzCam.h
[Extensions/Market]
(source/Extensions/Market)
CzMarket.cpp
CzMarket.h
# [Extensions/Social]
# (source/Extensions/Social)
# [Extensions/Social/Facebook]
# (source/Extensions/Social/Facebook)
# CzFacebook.cpp
# CzFacebook.h
# [Extensions/Social/Scoreloop]
# (source/Extensions/Social/Scoreloop)
# CzScoreloop.cpp
# CzScoreloop.h
[Extensions/Video]
(source/Extensions/Video)
CzVideo.cpp
CzVideo.h
[Loaders]
(source/Loaders)
CzLoaders.cpp
CzLoaders.h
CzLoaderPNG.cpp
CzLoaderPNG.h
CzLoaderJPEG.cpp
CzLoaderJPEG.h
[Maths]
(source/Maths)
CzFrustrum.cpp
CzFrustrum.h
CzMath.cpp
CzMath.h
CzMatrix3.cpp
CzMatrix3.h
CzMatrix4.cpp
CzMatrix4.h
CzRect.cpp
CzRect.h
CzShapes.cpp
CzShapes.h
CzIVec2.cpp
CzIVec2.h
CzSVec2.cpp
CzSVec2.h
CzVec2.cpp
CzVec2.h
CzVec3.cpp
CzVec3.h
CzVec4.cpp
CzVec4.h
[Modifiers]
(source/Modifiers)
CzModifier.cpp
CzModifier.h
CzModifierExt.cpp
CzModifierExt.h
[Physics]
(source/Physics)
CzBox2d.cpp
CzBox2d.h
CzBox2dFixture.cpp
CzBox2dFixture.h
CzBox2dJoint.cpp
CzBox2dJoint.h
CzBox2dMaterial.cpp
CzBox2dMaterial.h
[Platforms]
(source/Platforms)
CzPlatform.cpp
CzPlatform.h
IzPlatformAds.h
IzPlatformAudio.h
IzPlatformCam.h
IzPlatformComms.h
IzPlatformDisplay.h
IzPlatformFacebook.h
IzPlatformFile.h
IzPlatformFont.h
IzPlatformMarket.h
IzPlatformImaging.h
IzPlatformInput.h
IzPlatformVideo.h
IzPlatformOther.h
IzPlatformRender.h
IzPlatformSys.h
IzPlatformUI.h
[Platforms/Marm]
(source/Platforms/Marm)
CzPlatformAds.cpp
CzPlatformAds.h
CzPlatformAudio.cpp
CzPlatformAudio.h
CzPlatformCam.cpp
CzPlatformCam.h
CzPlatformComms.cpp
CzPlatformComms.h
CzPlatformDisplay.cpp
CzPlatformDisplay.h
CzPlatformFacebook.cpp
CzPlatformFacebook.h
CzPlatformFile.cpp
CzPlatformFile.h
CzPlatformFont.cpp
CzPlatformFont.h
CzPlatformMarket.cpp
CzPlatformMarket.h
CzPlatformImaging.cpp
CzPlatformImaging.h
CzPlatformInput.cpp
CzPlatformInput.h
CzPlatformMain.cpp
CzPlatformMain.h
CzPlatformVideo.cpp
CzPlatformVideo.h
CzPlatformOther.cpp
CzPlatformOther.h
CzPlatformRender.cpp
CzPlatformRender.h
CzPlatformSys.cpp
CzPlatformSys.h
CzPlatformUI.cpp
CzPlatformUI.h
[Programs]
(source/Programs)
CzProgram.cpp
CzProgram.h
CzCommandsBase.cpp
CzCommandsBase.h
[Scenes]
(source/Scenes)
CzScene.cpp
CzScene.h
[Script]
(source/Script)
CzScript.cpp
CzScript.h
[Script/lua]
(source/Script/lua)
CzLuaAction.cpp
CzLuaAction.h
CzLuaActor.cpp
CzLuaActor.h
CzLuaAds.cpp
CzLuaAds.h
CzLuaBrush.cpp
CzLuaBrush.h
CzLuaCamera.cpp
CzLuaCamera.h
CzLuaDisplay.cpp
CzLuaDisplay.h
CzLuaFacebook.cpp
CzLuaFacebook.h
CzLuaFont.cpp
CzLuaFont.h
CzLuaGen.cpp
CzLuaGen.h
CzLuaHttp.cpp
CzLuaHttp.h
CzLuaImage.cpp
CzLuaImage.h
CzLuaInput.cpp
CzLuaInput.h
CzLuaMarket.cpp
CzLuaMarket.h
CzLuaMatrix.cpp
CzLuaMatrix.h
CzLuaMedia.cpp
CzLuaMedia.h
CzLuaParticles.cpp
CzLuaParticles.h
CzLuaPhysics.cpp
CzLuaPhysics.h
CzLuaProgram.cpp
CzLuaProgram.h
CzLuaResource.cpp
CzLuaResource.h
CzLuaScene.cpp
CzLuaScene.h
CzLuaShape.cpp
CzLuaShape.h
CzLuaSys.cpp
CzLuaSys.h
CzLuaTemplate.cpp
CzLuaTemplate.h
CzLuaTimeline.cpp
CzLuaTimeline.h
CzLuaTimer.cpp
CzLuaTimer.h
CzLuaUserProps.cpp
CzLuaUserProps.h
CzLuaVariable.cpp
CzLuaVariable.h
CzLuaXml.cpp
CzLuaXml.h
CzScriptLua.cpp
CzScriptLua.h
[XOML]
(source/XOML)
CzActions.cpp
CzActions.h
CzStyles.cpp
CzStyles.h
CzTemplates.cpp
CzTemplates.h
CzTimer.cpp
CzTimer.h
CzUserProperty.cpp
CzUserProperty.h
CzXoml.cpp
CzXoml.h
CzXomlActions.cpp
CzXomlActions.h
CzXomlBindings.cpp
CzXomlBindings.h
CzXomlLoad.cpp
CzXomlLoad.h
# CzXomlProperty.cpp
# CzXomlProperty.h
CzXomlResource.cpp
CzXomlResource.h
CzXomlResourceManager.cpp
CzXomlResourceManager.h
CzXomlVariables.cpp
CzXomlVariables.h
[docs]
(docs)
XOML.xsd
}