mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
use native color-picker on win32
This commit is contained in:
parent
cf602d7905
commit
fb410e4011
1 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@ STRIP = arm-wince-pe-strip
|
|||
CELIBS = -L/usr/arm-wince-pe/lib
|
||||
TARGET_OS_DEF = -DTARGET_OS_WINCE
|
||||
STANDALONE = -DXWFEATURE_STANDALONE_ONLY
|
||||
CFLAGS += -D_WIN32_WCE=400 -DUNDER_CE \
|
||||
CFLAGS += -D_WIN32_WCE=400 -DUNDER_CE -DMY_COLOR_SEL \
|
||||
$(STANDALONE) \
|
||||
-fdollars-in-identifiers -D__W32API_USE_DLLIMPORT__
|
||||
LFLAGS += -Wl,--major-subsystem-version,4,--minor-subsystem-version,20
|
||||
|
@ -97,7 +97,7 @@ INCLUDES = $(WINCE_INCLUDES) $(COMMON_INCLUDES)
|
|||
|
||||
XW_BOTH_DEFINES = \
|
||||
$(TARGET_OS_DEF) \
|
||||
-DNODE_CAN_4 -DMY_COLOR_SEL \
|
||||
-DNODE_CAN_4 \
|
||||
-DCOLOR_SUPPORT -DFEATURE_TRAY_EDIT -DXWFEATURE_SEARCHLIMIT \
|
||||
-DXWFEATURE_HINT_CONFIG \
|
||||
-DPOINTER_SUPPORT -DKEY_SUPPORT -D__LITTLE_ENDIAN \
|
||||
|
|
Loading…
Reference in a new issue