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.
This commit is contained in:
Viktor Szakats
2009-08-21 00:29:21 +00:00
parent e866994115
commit 17ba56ecbd
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -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