Files
harbour-core/config/wce/global.mk
Przemysław Czerpak 70358ad4b2 2014-01-22 03:30 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
* src/rtl/hbproces.c
    ! do not use SetHandleInformation() in WinCE builds

  * config/wce/global.mk
  * utils/hbmk2/hbmk2.prg
    ! added iphlpapi to WinCE builds
2014-01-22 03:30:28 +01:00

13 lines
169 B
Makefile

all : first
RES_EXT := .res
BIN_EXT := .exe
DYN_EXT := .dll
HB_CFLAGS += -DUNICODE
HB_CFLAGS += -DUNDER_CE
HB_GT_LIBS += gtwvt gtgui
SYSLIBS += coredll ws2 iphlpapi