
MAJORCOMP=opengl
MINORCOMP=conform

TARGETNAME=conform
TARGETPATH=.\obj
TARGETTYPE=LIBRARY

NTDEBUGTYPE=both
NTDEBUG=ntsd
MSC_OPTIMIZATION=/Od

!IFNDEF NTDEBUGTYPE
NTDEBUGTYPE=coff
!ENDIF

UMTYPE=console

INCLUDES=../confshel

C_DEFINES=-DNT -D__STDC__

SOURCES=accum.c       \
        apfunc.c      \
        appl.c        \
        bclear.c      \
        bcolor.c      \
        bcorner.c     \
        bexact.c      \
        bitmap.c      \
        blend.c       \
        colramp.c     \
        copypix.c     \
        dither.c      \
        divzero.c     \
        dlist.c       \
        drawpix.c     \
        evalc.c       \
        evalv.c       \
        feedback.c    \
        fogexp.c      \
        foglin.c      \
        l_ac.c        \
        l_al.c        \
        l_am.c        \
        l_ap.c        \
        l_as.c        \
        l_dl.c        \
        l_dm.c        \
        l_dmn.c       \
        l_dmp.c       \
        l_em.c        \
        l_se.c        \
        l_sed.c       \
        l_sen.c       \
        l_sep.c       \
        l_sl.c        \
        l_sleha.c     \
        l_sm.c        \
        l_sn.c        \
        l_sp.c        \
        lineaa.c      \
        linehv.c      \
        linerast.c    \
        linestip.c    \
        logicop.c     \
        mask.c        \
        miplin.c      \
        mipsel.c      \
        mstack.c      \
        mustpass.c    \
        pntaa.c       \
        pntrast.c     \
        polycull.c    \
        polyedge.c    \
        polyface.c    \
        polystip.c    \
        quadrast.c    \
        scissor.c     \
        select.c      \
        spclear.c     \
        spcorner.c    \
        spfunc.c      \
        spop.c        \
        tests.c       \
        texbc.c       \
        texdecal.c    \
        triaa.c       \
        trirast.c     \
        tristip.c     \
        tritile.c     \
        vorder.c      \
        vpclamp.c     \
        xform.c       \
        xformmix.c    \
        xformn.c      \
        xformvp.c     \
        zbclear.c     \
        zbfunc.c     
