2009-07-14 18:53 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* config/win/pocc.cf
    + Added /subsystem:console to avoid linker warning.
This commit is contained in:
Viktor Szakats
2009-07-14 16:53:24 +00:00
parent 40a550d49b
commit 853302df58
2 changed files with 5 additions and 0 deletions

View File

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

View File

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