summaryrefslogtreecommitdiff
path: root/builds/dos
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2014-02-08 11:34:33 +0100
committerWerner Lemberg <wl@gnu.org>2014-02-08 11:34:33 +0100
commitab98c5e73b4c4a6eed88dbc6338225012cd72a3e (patch)
tree65504d14fe6a467ccdfeed41d9afe65534af93e9 /builds/dos
parenta8ceae4008db225cbe388a4b773f7010162907c7 (diff)
downloadfreetype2-ab98c5e73b4c4a6eed88dbc6338225012cd72a3e.tar.gz
Fix Windows build directories.
The build target is now `windows' instead of `win32'. Problem reported by Nickolas George <darknova.clan@gmail.com>. * builds/modules.mk: Don't use `win32' and `win16' (!) but `windows'. * builds/windows/detect.mk, builds/windows/win32-def.mk: s/win32/windows/.
Diffstat (limited to 'builds/dos')
-rw-r--r--builds/dos/detect.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/builds/dos/detect.mk b/builds/dos/detect.mk
index 19bdeab2d..3e5e967e4 100644
--- a/builds/dos/detect.mk
+++ b/builds/dos/detect.mk
@@ -50,7 +50,7 @@ ifeq ($(PLATFORM),ansi)
ifeq ($(is_dos),)
ifdef winbootdir
#ifneq ($(OS),Windows_NT)
- # If win32 is available, do not trigger this test.
+ # If windows is available, do not trigger this test.
ifndef windir
is_dos := $(findstring Windows,$(strip $(shell ver)))
endif