summaryrefslogtreecommitdiff
path: root/solenv/inc/startup
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-15 17:21:08 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-05-16 00:00:53 +0300
commit30bd771e0f9098489b90f9952c9b5ff885d40dc2 (patch)
tree99950b3228a9f800d4bdadce8cc17c4d541c6f97 /solenv/inc/startup
parent847e217bf9dd166e62dd2bd40db7ab2181f604cf (diff)
Drop unuse GUWCMD
Diffstat (limited to 'solenv/inc/startup')
-rw-r--r--solenv/inc/startup/wnt/macros.mk12
1 files changed, 2 insertions, 10 deletions
diff --git a/solenv/inc/startup/wnt/macros.mk b/solenv/inc/startup/wnt/macros.mk
index 2d8181439e81..391c1a9145d4 100644
--- a/solenv/inc/startup/wnt/macros.mk
+++ b/solenv/inc/startup/wnt/macros.mk
@@ -1,12 +1,7 @@
-# Define additional MSDOS specific settings.
+# Define additional Windows-specific settings.
#
-# --- Set Wrapper command ---
-# Provide a macro that can be used to access the wrapper and to avoid
-# hardcoding the program name everywhere
-GUWCMD*=guw.exe
-
-# This is a no-op for native W32 dmake
+# This is a no-op for native Windows dmake
.WINPATH !:= yes
# Directory cache configuration.
@@ -24,9 +19,6 @@ E *:= .exe # Executables
__.DIVSEP-sh-no *:= \\
DIRSEPSTR :=/
-.EXPORT : GUWCMD
-
# Does not respect case of filenames.
.DIRCACHERESPCASE := no
NAMEMAX = 256
-