Kaydet (Commit) 8eaac1d7 authored tarafından David Ostrovsky's avatar David Ostrovsky

don't duplicate code for msvc and gcc

Change-Id: I65f33f31fb31ad5b2373bbc08865ca5b358d7ce0
üst b66299d5
......@@ -26,9 +26,11 @@ endif
ifeq ($(OS),WNT)
$(eval $(call gb_Module_add_targets,setup_native,\
Library_instooofiltmsi \
))
ifeq ($(COM),MSC)
$(eval $(call gb_Module_add_targets,setup_native,\
Library_instooofiltmsi \
Library_jfregca \
Library_qslnkmsi \
Library_reg4allmsdoc \
......@@ -44,7 +46,6 @@ $(eval $(call gb_Module_add_targets,setup_native,\
))
else
$(eval $(call gb_Module_add_targets,setup_native,\
Library_instooofiltmsi \
CustomTarget_wintools \
Package_wintools \
))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment