41 lines
884 B
Plaintext
41 lines
884 B
Plaintext
!IF 0
|
|
|
|
Copyright (c) 1991 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:
|
|
|
|
Chris Robinson (crobins) May 1998
|
|
|
|
!ENDIF
|
|
|
|
TARGETNAME=bingen
|
|
TARGETTYPE=DYNLINK
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
TARGETPATH=obj
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\comctl32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
INCLUDES= \
|
|
$(WDMROOT)\input\tools\bingen\inc; \
|
|
$(INCLUDE)
|
|
|
|
SOURCES= bingen.c \
|
|
binfile.c \
|
|
datatbl.c \
|
|
settings.c \
|
|
bingen.rc
|