diff options
author | Mike Kaganski <mike.kaganski@collabora.com> | 2019-08-30 23:01:07 +0300 |
---|---|---|
committer | Mike Kaganski <mike.kaganski@collabora.com> | 2019-08-31 00:22:28 +0200 |
commit | c598ea1427250b50c1f3a4b0eacb34a11b2751fb (patch) | |
tree | 03dd6a5ce95f6af535e84e87a048c5b30a641e62 /dbaccess | |
parent | 438430904064e667b688275525b317fd7989af2e (diff) |
Add version resource to executables where it was missing
Change-Id: Iee965c3f720827b20347f6228e891562c8295d22
Reviewed-on: https://gerrit.libreoffice.org/78327
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Executable_odbcconfig.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/Executable_odbcconfig.mk b/dbaccess/Executable_odbcconfig.mk index de40bdd2a6da..862c77b3b5af 100644 --- a/dbaccess/Executable_odbcconfig.mk +++ b/dbaccess/Executable_odbcconfig.mk @@ -26,4 +26,6 @@ $(eval $(call gb_Executable_add_exception_objects,odbcconfig,\ dbaccess/win32/source/odbcconfig/odbcconfig \ )) +$(eval $(call gb_Executable_add_default_nativeres,odbcconfig)) + # vim: set noet sw=4 ts=4: |