2008-08-25 22:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu)

* make_vcce.mak
     ! Do not explicitly #define HB_WINCE. This should be 
       autodetected in hbsetup.h.

   * include/hbsetup.h
     % Minor cleanup.
This commit is contained in:
Viktor Szakats
2008-08-25 20:49:54 +00:00
parent 7eedaf89c6
commit 90207c5539
3 changed files with 13 additions and 4 deletions

View File

@@ -8,6 +8,14 @@
2008-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2008-08-25 22:49 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* make_vcce.mak
! Do not explicitly #define HB_WINCE. This should be
autodetected in hbsetup.h.
* include/hbsetup.h
% Minor cleanup.
2008-08-25 22:35 UTC+0200 Viktor Szakats (harbour.01 syenar hu)
* include/hbsetup.h
* source/common/hbver.c

View File

@@ -288,9 +288,10 @@
#endif
#endif
#if !defined(HB_WINCE) && \
( defined(_WINCE) || defined(__CEGCC__) || defined(__MINGW32CE__) )
#define HB_WINCE
#ifndef HB_WINCE
#if defined(_WINCE) || defined(__CEGCC__) || defined(__MINGW32CE__)
#define HB_WINCE
#endif
#endif
#ifndef HB_OS_LINUX

View File

@@ -135,7 +135,7 @@ CFLAGS = -I$(INCLUDE_DIR) -I$(CFLAGS_VER) -T$(HB_BUILD_MODE) -W3 -nologo
-D"_WIN32_WCE=0x420" -D"UNDER_CE=0x420" -D"WIN32_PLATFORM_PSPC" \
-D"WINCE" -D"_WINCE" -D"_WINDOWS" -D"ARM" -D"_ARM_" -D"ARMV4" \
-D"POCKETPC2003_UI_MODEL" -D"_M_ARM" -D"UNICODE" -D"_UNICODE" \
-DHB_WINCE $(C_USR) $(CFLAGS) -D_UWIN -I$(OBJ_DIR)
$(C_USR) $(CFLAGS) -D_UWIN -I$(OBJ_DIR)
# -D"_CONSOLE"
#-----------