2025-04-27 07:49:33 -04:00

56 lines
1.0 KiB
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
!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)