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
1.2 KiB
52 lines
1.2 KiB
!IF 0
|
|
|
|
Copyright (c) 1998-2003 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.
|
|
|
|
!ENDIF
|
|
|
|
DLLBASE=0x70000000
|
|
|
|
PRECOMPILED_CXX=1
|
|
PRECOMPILED_INCLUDE=precomp.h
|
|
PRECOMPILED_PCH=precomp.pch
|
|
PRECOMPILED_OBJ=precomp.obj
|
|
|
|
|
|
TARGETNAME=OEMPS
|
|
TARGETPATH=..
|
|
TARGETTYPE=DYNLINK
|
|
|
|
DLLENTRY=_DllMainCRTStartup
|
|
|
|
USE_MSVCRT=1
|
|
|
|
# To build version with debug output, add -DDEBUG to C_DEFINES line below
|
|
C_DEFINES=$(C_DEFINES) -DKERNEL_MODE -D_UNICODE -DUNICODE -DOEMCOM -DUSERMODE_DRIVER
|
|
|
|
INCLUDES=..;$(SDK_INC_PATH)\MFC42
|
|
|
|
SOURCES= dllentry.cpp \
|
|
intrface.cpp \
|
|
command.cpp \
|
|
ddihook.cpp \
|
|
debug.cpp \
|
|
devmode.cpp \
|
|
enable.cpp \
|
|
oemps.rc
|
|
|
|
TARGETLIBS= $(TARGETLIBS) \
|
|
$(SDK_LIB_PATH)\uuid.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib \
|
|
$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\ole32.lib
|