mirror of https://github.com/tongzx/nt5src
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.
76 lines
1.6 KiB
76 lines
1.6 KiB
!IF 0
|
|
|
|
Copyright (c) 1997-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
sources.inc
|
|
|
|
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:
|
|
|
|
Alan Warwick
|
|
|
|
NOTE: Commented description of this file is in \nt\bak\bin\sources.tpl
|
|
|
|
!ENDIF
|
|
|
|
USE_MFC=1
|
|
#NOTLEANANDMEAN=1
|
|
386_STDCALL=0
|
|
|
|
MAJORCOMP=wmi
|
|
MINORCOMP=bmofpars
|
|
|
|
TARGETNAME=bmofpars
|
|
TARGETPATH=..
|
|
TARGETTYPE=DYNLINK
|
|
|
|
LINKLIBS= \
|
|
lib\retail\*\esputil.lib \
|
|
lib\retail\*\locutil.lib \
|
|
lib\retail\*\mitutil.lib \
|
|
lib\retail\*\parseman.lib \
|
|
lib\retail\*\parsutil.lib \
|
|
lib\retail\*\pbase.lib \
|
|
lib\retail\*\win32rt.lib \
|
|
..\chicago\$(O)\wmibmof.lib \
|
|
mofd\mofd.lib
|
|
|
|
TARGETLIBS= \
|
|
$(SDK_LIB_PATH)\ole32.lib \
|
|
$(SDK_LIB_PATH)\oleaut32.lib \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib
|
|
|
|
INCLUDES=.;..\inc;.\win32rt;.\inc;.\inc\esputil;.\inc\locutil;.\inc\mit;.\inc\parseman;.\inc\parsers;.\inc\pbase;.\inc\prodver
|
|
|
|
C_DEFINES=$(C_DEFINES) -DMIT_NO_IMAGEHLP
|
|
|
|
#
|
|
# define -DDEBUG_HEAP=1 to force all allocs into dedicated heap
|
|
C_DEFINES=$(C_DEFINES) -DDEBUG_HEAP=1
|
|
|
|
|
|
SOURCES= \
|
|
Parser.rc \
|
|
clasfact.cpp \
|
|
dllentry.cpp \
|
|
impbin.cpp \
|
|
impparse.cpp \
|
|
impresob.cpp \
|
|
samplver.cpp \
|
|
sampres.cpp \
|
|
stdafx.cpp
|
|
|
|
UMTYPE=windows
|
|
|
|
|