* (all files)
* stripped svn header
* minor cleanups
; use following command to find out the history of files:
git log
git log --follow
git blame
git annotate
14 lines
161 B
Makefile
14 lines
161 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
|