!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 MSC_WARNING_LEVEL=/WX /W3 MAJORCOMP=wintools MINORCOMP=clb TARGETNAME=clb TARGETPATH=obj TARGETTYPE=DYNLINK C_DEFINES=-DSTRICT -DSIGNATURE -DUNICODE -D_UNICODE WINVER_VERSION=0x0400 USE_MSVCRT=1 SOURCES= \ debug.c \ clb.c \ dlgedit.c \ clb.rc UMTYPE=windows DLLENTRY=ClbEntryPoint DLLBASE=0x10000000 TARGETLIBS= \ $(SDK_LIB_PATH)\comctl32.lib \ $(SDK_LIB_PATH)\gdi32.lib \ $(SDK_LIB_PATH)\kernel32.lib \ $(SDK_LIB_PATH)\user32.lib