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:
Viktor Szakats
2010-03-13 02:19:10 +00:00
parent 16242fc4b7
commit 145b21c110
3 changed files with 8 additions and 2 deletions

View File

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

View File

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

View File

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