* src/common/hbdate.c
* implemented monotonic timers in POSIX and MS-Windows builds
* config/wce/global.mk
* config/wce/mingwarm.mk
* config/win/global.mk
* utils/hbmk2/hbmk2.prg
* added winmm/mmtimer to list of system libraries - required
for timeGetTime()
* ChangeLog.txt
! typos
13 lines
175 B
Makefile
13 lines
175 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 winmm
|