!IF 0

Copyright (c) 1993  Microsoft Corporation

Module Name:

    sources.

Abstract:

    This file specifies the target component being built and the list of
    sources files needed to build that component.  Also specifies optional
    compiler switches and libraries that are unique for the component being
    built.


Author:

    David J. Gilman (davegi) 05-Feb-1993

!ENDIF

### NTDEBUG=ntsd
### NTDEBUGTYPE=windbg

386_WARNING_LEVEL=/WX
LINKER_FLAGS=-ignore:505

MS_MIPS=1

MAJORCOMP=wintools
MINORCOMP=clb

TARGETNAME=clb
TARGETPATH=obj
TARGETTYPE=DYNLINK

C_DEFINES=-DSTRICT -DSIGNATURE -DUNICODE -D_UNICODE

USE_CRTDLL=1

INCLUDES=..\lib;..\ctl3d

SOURCES=                \
            clb.c       \
            dlgedit.c   \
            clb.rc

UMTYPE=windows

DLLENTRY=ClbEntryPoint
DLLBASE=0x10000000

TARGETLIBS=                                             \
            ..\lib\obj\*\wintools.lib                   \
            $(BASEDIR)\public\sdk\lib\*\comctl32.lib    \
            $(BASEDIR)\public\sdk\lib\*\gdi32.lib       \
            $(BASEDIR)\public\sdk\lib\*\kernel32.lib    \
            $(BASEDIR)\public\sdk\lib\*\user32.lib
