diff options
author | Gergo Mocsi <gmocsi91@gmail.com> | 2013-07-30 14:48:57 +0200 |
---|---|---|
committer | Gergo Mocsi <gmocsi91@gmail.com> | 2013-09-02 18:16:53 +0200 |
commit | c40ba9c3e041a5b94bcbc2be7aa49a1c7df6a188 (patch) | |
tree | cda2734989f486af6c594fe8fca6c87c0ab3924b /postprocess | |
parent | 8194798645517e7c54296ba47ded09a67cf71805 (diff) |
GSOC work, config crach fix
Storing code completition data in config file is fully functional.
Change-Id: If9a974dd0ed052e26963ad5f202493674f1a51ca
Diffstat (limited to 'postprocess')
-rw-r--r-- | postprocess/CustomTarget_registry.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/postprocess/CustomTarget_registry.mk b/postprocess/CustomTarget_registry.mk index cab1be8417eb..ec5961187c15 100644 --- a/postprocess/CustomTarget_registry.mk +++ b/postprocess/CustomTarget_registry.mk @@ -128,6 +128,7 @@ postprocess_FILES_main := \ $(postprocess_XCS)/LDAP.xcs \ $(postprocess_XCS)/Office/Accelerators.xcs \ $(postprocess_XCS)/Office/Addons.xcs \ + $(postprocess_XCS)/Office/BasicIDE.xcs \ $(postprocess_XCS)/Office/Calc.xcs \ $(postprocess_XCS)/Office/CalcAddIns.xcs \ $(postprocess_XCS)/Office/Canvas.xcs \ @@ -211,6 +212,7 @@ postprocess_FILES_main := \ $(postprocess_XCU)/Inet.xcu \ $(postprocess_XCU)/Interaction.xcu \ $(postprocess_XCU)/Office/Accelerators.xcu \ + $(postprocess_XCU)/Office/BasicIDE.xcu \ $(postprocess_XCU)/Office/Calc.xcu \ $(postprocess_XCU)/Office/Canvas.xcu \ $(postprocess_XCU)/Office/Common.xcu \ |