# target crtdll.lib instead of libc.lib
# USE_CRTDLL=1

MAJORCOMP=windows
MINORCOMP=o2base32

TARGETNAME=o2base32
TARGETPATH=..\..\lib
TARGETTYPE=LIBRARY
TARGETLIBS=

INCLUDES=.;..\..\inc;$(BASEDIR)\public\sdk\inc

#C_DEFINES=-DWIN32 -DDBG -DUNICODE
C_DEFINES=-DWIN32 -DUNICODE -D_UNICODE
#C_DEFINES=-DWIN32 -DOLE2ANSI

SOURCES= \
        stdfact.cxx  \
        border.cxx   \
        dvutils.cxx  \
        fatstg.cxx   \
        himetric.cxx \
        ipborder.cxx \
        iputils.cxx  \
        memutils.cxx \
        misc.cxx     \
        rotutils.cxx \
        status.cxx   \
        stdenum.cxx  \
        stgutils.cxx \
        vwadvhld.cxx \
        wutils.cxx   \
    	iconbar.cxx  \
        cenum.cxx    \
        cary.cxx     \
        clsdesc.cxx  \
        sctrl.cxx    \
        sdv.cxx      \
        sinpl.cxx

UMTYPE=windows

