summaryrefslogtreecommitdiff
path: root/cli_ure/Executable_climaker.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cli_ure/Executable_climaker.mk')
-rw-r--r--cli_ure/Executable_climaker.mk7
1 files changed, 2 insertions, 5 deletions
diff --git a/cli_ure/Executable_climaker.mk b/cli_ure/Executable_climaker.mk
index 298f01ebf45f..6f1a37b8ce10 100644
--- a/cli_ure/Executable_climaker.mk
+++ b/cli_ure/Executable_climaker.mk
@@ -13,11 +13,8 @@ $(eval $(call gb_Executable_use_package,climaker,\
cli_basetypes_copy \
))
-$(eval $(call gb_Executable_add_cxxflags,climaker,\
- -AI $(INSTDIR)/$(LIBO_URE_LIB_FOLDER) \
- -EHa -clr \
+$(eval $(call gb_Executable_add_cxxclrflags,climaker,\
-LN \
- -wd4339 \
-wd4715 \
))
@@ -43,7 +40,7 @@ $(eval $(call gb_Executable_use_system_win32_libs,climaker,\
msvcmrt \
))
-$(eval $(call gb_Executable_add_exception_objects,climaker,\
+$(eval $(call gb_Executable_add_cxxclrobjects,climaker,\
cli_ure/source/climaker/climaker_app \
cli_ure/source/climaker/climaker_emit \
))