You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1023 B
52 lines
1023 B
!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
|