From 17ba56ecbdf2fcd464885d2a614ef7dd74b9e0cc Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Fri, 21 Aug 2009 00:29:21 +0000 Subject: [PATCH] 2009-08-21 02:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk * Shows '(pre-xp)' for pre-XP systems instead of showing '(xp)' for newer systems. Please test. --- harbour/ChangeLog | 5 +++++ harbour/config/global.mk | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 24d37ee098..4896d66d08 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,11 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-08-21 02:26 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/global.mk + * Shows '(pre-xp)' for pre-XP systems instead of showing '(xp)' + for newer systems. Please test. + 2009-08-21 02:20 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * config/global.mk + Added Windows XP (or upper) detection. This will be shown diff --git a/harbour/config/global.mk b/harbour/config/global.mk index 04962b786f..0c993e5ed8 100644 --- a/harbour/config/global.mk +++ b/harbour/config/global.mk @@ -410,7 +410,7 @@ endif ifeq ($(HB_INIT_DONE),) ifneq ($(MAKE_381),) - $(info ! HB_HOST_ARCH: $(HB_HOST_ARCH) HB_SHELL: $(HB_SHELL) $(HB_SHELL_XP)) + $(info ! HB_HOST_ARCH: $(HB_HOST_ARCH) HB_SHELL: $(HB_SHELL) $(if $(HB_SHELL_XP),,(pre-xp))) endif endif