summaryrefslogtreecommitdiff
path: root/make_helpers/windows.mk
diff options
context:
space:
mode:
Diffstat (limited to 'make_helpers/windows.mk')
-rw-r--r--make_helpers/windows.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/make_helpers/windows.mk b/make_helpers/windows.mk
index 92cc8f64..394df3a0 100644
--- a/make_helpers/windows.mk
+++ b/make_helpers/windows.mk
@@ -38,9 +38,9 @@ ifndef WINDOWS_MK
WINDOWS_MK := $(lastword $(MAKEFILE_LIST))
ECHO_BLANK_LINE := @cmd /c echo.
-
DIR_DELIM := $(strip \)
- PATH_SEP := ;
+ BIN_EXT := .exe
+ PATH_SEP := ;
# For some Windows native commands there is a problem with the directory delimiter.
# Make uses / (slash) and the commands expect \ (backslash)