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.
55 lines
1.0 KiB
55 lines
1.0 KiB
!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
|
|
|
|
!IFNDEF WDMROOT
|
|
WDMROOT=$(BASEDIR)\private\ntos\dd\wdm
|
|
!ENDIF
|
|
|
|
MAJORCOMP=WDM
|
|
MINORCOMP=INPUT
|
|
386_OPTIMIZATION=/Odi
|
|
|
|
TARGETNAME=Makebins
|
|
TARGETTYPE=PROGRAM
|
|
UMTYPE=windows
|
|
UMENTRY=winmain
|
|
|
|
TARGETPATH=.
|
|
|
|
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(WDMROOT)\input\tools\bingen\lib\*\bingen.lib
|
|
|
|
INCLUDES= \
|
|
$(WDMROOT)\input\tools\bingen\inc; \
|
|
$(BASEDIR)\public\sdk\inc; \
|
|
$(SDK_INC_PATH)\mfc42;\
|
|
$(INCLUDE)
|
|
|
|
SOURCES= makebins.c \
|
|
makebins.rc
|
|
|
|
|
|
!MESSAGE $(INCLUDE)
|
|
|
|
|