windows-nt/Source/XPSP1/NT/base/fs/utils/wintools/clb/sources

55 lines
1,012 B
Plaintext
Raw Normal View History

2020-09-26 03:20:57 -05:00
!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
INCLUDES=..\lib;
SOURCES= \
clb.c \
dlgedit.c \
clb.rc
UMTYPE=windows
DLLENTRY=ClbEntryPoint
DLLBASE=0x10000000
TARGETLIBS= \
..\lib\$(O)\wintools.lib \
$(SDK_LIB_PATH)\comctl32.lib \
$(SDK_LIB_PATH)\gdi32.lib \
$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib