* /harbour/* -> /*
* moved whole Harbour source tree one level up to
avoid single 'harbour' top dir
17 lines
172 B
Makefile
17 lines
172 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
|
|
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
|