Skip to content

Commit d5d68d3

Browse files
committed
Fixed dependency on Sample.Androidapi.AppGlue for non-Android platforms
1 parent 179c94d commit d5d68d3

File tree

20 files changed

+1556
-318
lines changed

20 files changed

+1556
-318
lines changed

Tutorials/1.GettingStarted/1.HelloWindow/T101HelloWindow.dpr

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ uses
66
Sample.App in '..\..\Common\Sample.App.pas',
77
Sample.Platform in '..\..\Common\Sample.Platform.pas',
88
App in 'App.pas',
9-
Sample.Classes in '..\..\Common\Sample.Classes.pas',
10-
Sample.Androidapi.AppGlue in '..\..\Common\Sample.Androidapi.AppGlue.pas';
9+
Sample.Classes in '..\..\Common\Sample.Classes.pas';
1110

1211
begin
1312
RunApp(THelloWindowApp, 800, 600, 'Hello Window');

Tutorials/1.GettingStarted/1.HelloWindow/T101HelloWindow.dproj

Lines changed: 96 additions & 28 deletions
Large diffs are not rendered by default.

Tutorials/1.GettingStarted/1.HelloWindow/T101HelloWindow.vrc

Whitespace-only changes.

Tutorials/1.GettingStarted/2.HelloTriangle/T102HelloTriangle.dproj

Lines changed: 85 additions & 17 deletions
Large diffs are not rendered by default.

Tutorials/1.GettingStarted/3.Shaders/T103Shaders.dproj

Lines changed: 85 additions & 16 deletions
Large diffs are not rendered by default.

Tutorials/1.GettingStarted/4.Textures/T104Textures.dproj

Lines changed: 90 additions & 21 deletions
Large diffs are not rendered by default.

Tutorials/1.GettingStarted/5.Transformations/T105Transformations.dproj

Lines changed: 84 additions & 15 deletions
Large diffs are not rendered by default.

Tutorials/1.GettingStarted/6.CoordinateSystems/T106CoordinateSystems.dproj

Lines changed: 85 additions & 16 deletions
Large diffs are not rendered by default.

Tutorials/1.GettingStarted/7.Camera/T107Camera.dproj

Lines changed: 84 additions & 15 deletions
Large diffs are not rendered by default.

Tutorials/2.Lighting/1.Colors/T201Colors.dproj

Lines changed: 85 additions & 16 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)