diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-08-19 20:56:32 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:16 +0200 |
commit | 60ae0924bb2b68cd12e5d1f9c748ee4dc1aa12c2 (patch) | |
tree | 86b43439e38496d8190bb36c85a55307fd469616 /onlineupdate | |
parent | 53c407f850fe87b4b1d88bae40334c47bffe9756 (diff) |
compile as a true c++ oject
Change-Id: Id37074b695e096a057c818a80e3567015422bfb6
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/StaticLibrary_winhelper.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/onlineupdate/StaticLibrary_winhelper.mk b/onlineupdate/StaticLibrary_winhelper.mk index 705aeb8ea215..e6058c3f51e7 100644 --- a/onlineupdate/StaticLibrary_winhelper.mk +++ b/onlineupdate/StaticLibrary_winhelper.mk @@ -15,7 +15,7 @@ $(eval $(call gb_StaticLibrary_set_include,winhelper,\ $$(INCLUDE) \ )) -$(eval $(call gb_StaticLibrary_add_cxxobjects,winhelper,\ +$(eval $(call gb_StaticLibrary_add_exception_objects,winhelper,\ onlineupdate/source/winhelper/windowsStart \ )) |