Files
harbour-core/harbour/source/common/Makefile
Viktor Szakats e9afeddcdb 2008-05-29 17:02 UTC+0100 Viktor Szakats (harbour.01 syenar hu)
* source/rtl/tget.prg
     * ::picture(), ::PutMask(), ::unTransform() moved next 
       to each other for easier editing/fixing.

   * common.mak
   - source/common/hbfhnd.c
   * source/common/Makefile
     - Removed file not used by Harbour anymore.

   * contrib/hbole/ole2.c
     ! Fixed OLE C++ errors under MSVC. Using Przemek's method.
     ; TOFIX: This one is still left:
        .\ole2.c(714) : error C2664: 'HRESULT (IUnknown *,const IID &,void **)' : cannot convert parameter 2 from 'LPIID' to 'const IID &'
            Reason: cannot convert from 'LPIID' to 'const IID'
            No constructor could take the source type, or constructor overload resolution was ambiguous
2008-05-29 15:08:08 +00:00

28 lines
286 B
Makefile

#
# $Id$
#
ROOT = ../../
C_SOURCES=\
hbfsapi.c \
hbfopen.c \
hbgete.c \
hbwince.c \
hbhash.c \
hbstr.c \
hbdate.c \
hbtrace.c \
hbver.c \
hbverdsp.c \
hbarch.c \
reserved.c \
expropt1.c \
expropt2.c \
PRG_SOURCES=\
LIBNAME=hbcommon
include $(TOP)$(ROOT)config/lib.cf