diff --git a/harbour/ChangeLog b/harbour/ChangeLog index dfb79f4f07..fa34a152c3 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-07-14 18:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * config/win/pocc.cf + + Added /subsystem:console to avoid linker warning. + 2009-07-14 18:28 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * source/pp/hbpp.c * source/pp/Makefile diff --git a/harbour/config/win/pocc.cf b/harbour/config/win/pocc.cf index bd4db72275..fc480c30bc 100644 --- a/harbour/config/win/pocc.cf +++ b/harbour/config/win/pocc.cf @@ -61,6 +61,7 @@ endif LDFLAGS = $(LINKPATHS) kernel32.lib user32.lib gdi32.lib ws2_32.lib advapi32.lib LDFLAGS += winspool.lib ole32.lib oleaut32.lib uuid.lib \ comctl32.lib mapi32.lib mpr.lib +LDFLAGS += /SUBSYSTEM:CONSOLE AR = polib.exe ARFLAGS = $(HB_USER_AFLAGS)