From 0168003aa6eace90d952a43d17cc65430ef30f79 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 10 Nov 2008 02:26:54 +0000 Subject: [PATCH] 2008-11-10 03:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * config/w32/poccce.cf ! Added -DHB_NO_WIN_CONSOLE. --- harbour/ChangeLog | 4 ++++ harbour/config/w32/poccce.cf | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 6ce29e6eba..50d15d4e37 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org) */ +2008-11-10 03:15 UTC+0100 Viktor Szakats (harbour.01 syenar hu) + * config/w32/poccce.cf + ! Added -DHB_NO_WIN_CONSOLE. + 2008-11-10 02:56 UTC+0100 Viktor Szakats (harbour.01 syenar hu) * config/w32/poccce.cf ! Added -DUNICODE switch. diff --git a/harbour/config/w32/poccce.cf b/harbour/config/w32/poccce.cf index dc9273a20c..825df9e5cd 100644 --- a/harbour/config/w32/poccce.cf +++ b/harbour/config/w32/poccce.cf @@ -26,7 +26,7 @@ CPPFLAGS += -Ze -Go CPPFLAGS += -Ot -Ox # For Pocket PC and ARM processors (including XScale) -CPPFLAGS += -Tarm-coff -D_WINCE -DUNICODE +CPPFLAGS += -Tarm-coff -D_WINCE -DUNICODE -DHB_NO_WIN_CONSOLE ifneq ($(HB_INC_COMPILE),) CPPFLAGS += -I$(HB_INC_COMPILE)