Files
harbour-core/harbour/contrib/ole2/Makefile
Przemyslaw Czerpak ed82d42ebb 2007-05-28 20:05 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/contrib/Makefile
  + harbour/contrib/adordd/Makefile
    + added ADORDD to default windows GNU make builds
  * harbour/contrib/adordd/makefile.bc
    + added -w2 to harbour compoiler switches
  * harbour/contrib/adordd/adordd.prg
    + added HB_SYMBOL_UNUSED() for some methods
  + harbour/contrib/ole2/Makefile
    + added GNU make file
  * harbour/include/common.ch
    * changed HB_HASH_AUTOADD_* to HB_HAUTOADD_*
2007-05-28 18:08:36 +00:00

16 lines
133 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
w32ole.c \
PRG_SOURCES=\
win32ole.prg \
LIBNAME=hbole
include $(TOP)$(ROOT)config/lib.cf