summaryrefslogtreecommitdiff
path: root/setup_native/source/win32/customactions/tools/makefile.mk
diff options
context:
space:
mode:
authorBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:34:26 +0200
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-07-21 18:34:26 +0200
commit09727e4dbf46c3cb0dcd5de27b2b3c648425ac8b (patch)
treecaba50518b9f6a5818c8fa5869524c0f33c0c08d /setup_native/source/win32/customactions/tools/makefile.mk
parentc7ae1c289e34a90727f388cda3b837b07804eb48 (diff)
parentcfbcec3375a958cd0ff4a03c4eb6afded9b803d2 (diff)
resyncing to master
Diffstat (limited to 'setup_native/source/win32/customactions/tools/makefile.mk')
-rw-r--r--setup_native/source/win32/customactions/tools/makefile.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/setup_native/source/win32/customactions/tools/makefile.mk b/setup_native/source/win32/customactions/tools/makefile.mk
index 24e14861b968..61c58036b9a8 100644
--- a/setup_native/source/win32/customactions/tools/makefile.mk
+++ b/setup_native/source/win32/customactions/tools/makefile.mk
@@ -41,7 +41,7 @@ USE_DEFFILE=TRUE
# --- Files --------------------------------------------------------
-.IF "$(GUI)"=="WNT"
+.IF "$(GUI)"=="WNT" && "$(WINDOWS_SDK_HOME)"!=""
UWINAPILIB=
@@ -70,5 +70,3 @@ DEF1EXPORTFILE=exports.dxp
.INCLUDE : target.mk
# -------------------------------------------------------------------------
-
-