From bfad794a883d0b6e996225ce9824572f2fde56b6 Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Fri, 25 Nov 2011 15:27:31 +0000 Subject: [PATCH] customdrawnws-android: Updates the lcl.lpk to know the ndk bindings and its directory git-svn-id: trunk@33780 - --- lcl/interfaces/lcl.lpk | 74 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 73 insertions(+), 1 deletion(-) diff --git a/lcl/interfaces/lcl.lpk b/lcl/interfaces/lcl.lpk index ac9da67bfc..55020dc4a5 100644 --- a/lcl/interfaces/lcl.lpk +++ b/lcl/interfaces/lcl.lpk @@ -48,6 +48,8 @@ end else if LCLWidgetType='fpgui' then begin +base+'corelib;' +base+'corelib/'+fpGUIPlatform; IncPath := UnitPath; +end else if LCLWidgetType='customdrawn' then begin + UnitPath := base+'android;' end; // linker options @@ -110,7 +112,7 @@ end;"/> - + @@ -1898,6 +1900,76 @@ end;"/> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +