Kaydet (Commit) 0683c2f4 authored tarafından David Tardon's avatar David Tardon

dep on soltools_inc is only for windows

Change-Id: I2f8b89573ad91477c76827d2697f0c74a14d4b8b
üst c7e559a1
......@@ -13,10 +13,6 @@ $(eval $(call gb_Executable_add_exception_objects,makedepend,\
soltools/mkdepend/collectdircontent \
))
$(eval $(call gb_Executable_use_package,makedepend,\
soltools_inc \
))
$(eval $(call gb_Executable_add_defs,makedepend,\
-DNO_X11 \
-DXP_PC \
......@@ -24,6 +20,10 @@ $(eval $(call gb_Executable_add_defs,makedepend,\
))
ifeq ($(COM),MSC)
$(eval $(call gb_Executable_use_packages,makedepend,\
soltools_inc \
))
$(eval $(call gb_Executable_add_defs,makedepend,\
-wd4100 \
-wd4131 \
......
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