2010-03-13 03:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* src/vm/Makefile
* src/vm/vmmt/Makefile
! Fixed GUI mode not working for mingw64 targets.
[TOMERGE 2.0]
This commit is contained in:
@@ -17,6 +17,12 @@
|
||||
past entries belonging to author(s): Viktor Szakats.
|
||||
*/
|
||||
|
||||
2010-03-13 03:18 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/vm/Makefile
|
||||
* src/vm/vmmt/Makefile
|
||||
! Fixed GUI mode not working for mingw64 targets.
|
||||
[TOMERGE 2.0]
|
||||
|
||||
2010-03-13 03:03 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* src/rtl/gtwvt/gtwvt.c
|
||||
! Reverted RegisterClassEx() to RegisterClass() for WinCE.
|
||||
|
||||
@@ -38,7 +38,7 @@ endif
|
||||
DIRS :=
|
||||
|
||||
ifeq ($(HB_PLATFORM),win)
|
||||
ifeq ($(HB_COMPILER),mingw)
|
||||
ifneq ($(filter $(HB_COMPILER),mingw mingw64),)
|
||||
C_MAIN := mainwin.c
|
||||
else
|
||||
C_MAIN := mainstd.c mainwin.c
|
||||
|
||||
@@ -10,7 +10,7 @@ vpath %.c ../
|
||||
vpath %.prg ../
|
||||
|
||||
ifeq ($(HB_PLATFORM),win)
|
||||
ifeq ($(HB_COMPILER),mingw)
|
||||
ifneq ($(filter $(HB_COMPILER),mingw mingw64),)
|
||||
C_MAIN := mainwin.c
|
||||
else
|
||||
C_MAIN := mainstd.c mainwin.c
|
||||
|
||||
Reference in New Issue
Block a user