diff options
author | Noel Grandin <noel@peralex.com> | 2016-02-11 09:26:19 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-02-11 10:01:46 +0200 |
commit | 401b7468bdaae0626d1179bc1c98c2882cc38d1d (patch) | |
tree | 0875651631ff05a82b083c13d43f94bd61517348 /idl/Executable_svidl.mk | |
parent | 6b00d851672ecdde1833cf3ce3d90e34480af5e5 (diff) |
create a new class SvIdlParser
and start the process of moving the parsing code to one central file
Change-Id: If6d8def37ec8c8415c22d39f9d8b7a09ec423873
Diffstat (limited to 'idl/Executable_svidl.mk')
-rw-r--r-- | idl/Executable_svidl.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/idl/Executable_svidl.mk b/idl/Executable_svidl.mk index b2b3ecd960c2..090bdd675517 100644 --- a/idl/Executable_svidl.mk +++ b/idl/Executable_svidl.mk @@ -47,6 +47,7 @@ $(eval $(call gb_Executable_add_exception_objects,svidl,\ idl/source/prj/database \ idl/source/prj/globals \ idl/source/prj/svidl \ + idl/source/prj/parser \ )) # vim: set noet sw=4 ts=4: |