* Makefile
* config/*
* contrib/*
* doc/*
* extras/*
* include/*
* lib/*
* package/*
* src/*
* tests/*
* utils/*
* removed empty lines left after removed '$' + 'Id' + '$' identifiers
13 lines
160 B
Makefile
13 lines
160 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
|