Kaydet (Commit) 093fe6c5 authored tarafından David Tardon's avatar David Tardon

fix windows build

Change-Id: If71b9a162b7deca5cc032bda206a8f580292ab91
üst 286a7733
...@@ -20,14 +20,6 @@ ifeq ($(GUI),UNX) ...@@ -20,14 +20,6 @@ ifeq ($(GUI),UNX)
$(eval $(call gb_Module_add_targets,soltools,\ $(eval $(call gb_Module_add_targets,soltools,\
Executable_checkdll \ Executable_checkdll \
)) ))
#
# the same as the condition outside of ifneq ($(CROSS_COMPILING),YES)
# ifeq ($(GUI)$(COM),WNTMSC)
#
else
$(eval $(call gb_Module_add_targets,soltools,\
Package_inc \
))
endif # UNX endif # UNX
ifeq ($(OS)$(COM),SOLARISC52) ifeq ($(OS)$(COM),SOLARISC52)
...@@ -38,4 +30,10 @@ endif # SOLARISC52 ...@@ -38,4 +30,10 @@ endif # SOLARISC52
endif # CROSS_COMPILING endif # CROSS_COMPILING
ifeq ($(GUI)$(COM),WNTMSC)
$(eval $(call gb_Module_add_targets,soltools,\
Package_inc \
))
endif # WNTMSC
# vim:set shiftwidth=4 softtabstop=4 expandtab: # vim:set shiftwidth=4 softtabstop=4 expandtab:
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